* {
  box-sizing: border-box;
}
ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
a {
  text-decoration: none;
}
.seo_logo {
  display: none;
}
.sliderValid {
  cursor: pointer;
}
#sliderCaptcha_masker {
  z-index: 99;
}
#sliderCaptcha_masker .ed_sliderCaptcha_section {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.e-masker {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(8, 8, 8, 0.7);
  z-index: 100;
  transform: scale(1.185);
  -ms-transform: scale(1.185);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  backface-visibility: hidden;
  pointer-events: none;
}
.e-masker.show {
  opacity: 1;
  transition-duration: 0.3s;
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
}
body {
  position: relative;
}
body #nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 11rem;
  background-color: #58a0dc;
  color: #fff;
  padding-top: 50px;
  transform: translateX(-100%);
  transition: transform 0.5s;
  z-index: 100;
}
body #nav #nav-list {
  padding-left: 1rem;
}
body #nav #nav-list .item {
  padding: 0 1rem;
}
body #nav #nav-list .item a {
  color: #fff;
}
body #nav #nav-list .item:nth-child(n+2) {
  border-top: 1px #87b4d9 solid;
}
body #nav #nav-list .item .l1,
body #nav #nav-list .item .l2 {
  display: block;
  position: relative;
  padding: 1rem 0;
}
body #nav #nav-list .item .children {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}
body #nav #nav-list .item .children li:nth-child(n+2) {
  padding-top: 1rem;
}
body #nav #nav-list .item .children li:last-child {
  padding-bottom: 1rem;
}
body #nav #nav-list .item.has-children .l1::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  content: "+";
  display: block;
  line-height: 1rem;
}
body #nav #nav-list .item.expand .l1::after {
  content: "-";
}
body #nav #nav-list .item.expand .children {
  max-height: 18rem;
}
body #masker {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
body .search-bar {
  position: fixed;
  top: -65px;
  left: 0;
  right: 0;
  background-color: #58a0dc;
  padding: 1rem;
  display: flex;
  align-items: flex-end;
  transition: top 1s;
  z-index: 10;
}
body .search-bar .icon {
  width: 1rem;
  flex: 0;
}
body .search-bar .search-type {
  border-width: 0;
  border-bottom: #fff 1px solid;
  background-color: transparent;
  color: #fff;
  margin-right: 1rem;
}
body .search-bar .search-type option {
  color: #58a0dc;
}
body .search-bar .txbKW {
  border-width: 0;
  border-bottom: 1px #fff solid;
  flex: 1;
  background-color: transparent;
  margin: 0 1rem 0 0;
  color: #fff;
  line-height: 1.5rem;
  overflow: hidden;
}
body .search-bar .btnSearch {
  border: 1px #fff solid;
  background-color: transparent;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  flex: 0;
  color: #fff;
  white-space: nowrap;
}
body.show-menu #nav {
  transform: translateX(0);
  overflow-y: scroll;
}
body.show-menu #masker {
  display: block;
}
body.show-menu #header .btn-nav .icon-bar:nth-child(1) {
  transform: rotate(45deg);
}
body.show-menu #header .btn-nav .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
}
body.show-menu #header .btn-nav .icon-bar:nth-child(2) {
  opacity: 0;
}
body.show-search #masker {
  display: block !important;
}
body.show-search .search-bar {
  top: 50px;
}
#header {
  height: 50px;
  background-color: #00a0e8;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
#header .logo {
  width: 100%;
  display: block;
  text-align: center;
}
#header .logo img {
  display: inline-block;
  transform: scale(0.5);
}
#header .btn-nav {
  position: absolute;
  padding: 1rem;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  background-color: transparent;
  border-style: none;
  z-index: 1000;
}
#header .btn-nav .icon-bar {
  width: 2rem;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: all 0.5s;
}
#header .btn-nav .icon-bar:nth-child(1) {
  transform-origin: 9px 3px;
}
#header .btn-nav .icon-bar:nth-child(3) {
  transform-origin: 4px -3px;
}
#header .btn-nav .icon-bar:nth-child(n+2) {
  margin-top: 6px;
}
#header .btn-search {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 2rem;
  background-color: transparent;
  border-style: none;
  z-index: 1000;
}
#header .btn-search .img {
  width: 2rem;
  height: 2rem;
}
#body {
  padding-top: 50px;
}
#body .banner {
  width: 100vw;
}
#body .banner img {
  width: 100%;
}
#body .main-title {
  padding: 2rem;
  color: #00a0e8;
  font: 1.6875rem "PingFangSC Medium";
  background-image: url('https://cdn.gdskfz.com/skfz/mobile/images/page/blue.png'), url('https://cdn.gdskfz.com/skfz/mobile/images/page/bluebig.png');
  background-repeat: no-repeat;
  background-size: 1.5rem, 5.6rem;
  background-position: 35% 70%, 75% 0;
  text-align: center;
}
#body .img-fluid {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
}
#body .page-btn {
  width: 90vw;
  display: flex;
  padding-bottom: 2rem;
  margin: 0 auto;
}
#body .page-btn .next,
#body .page-btn .prev {
  padding: 0 0.7rem;
  line-height: 4vh;
  background-color: #fff;
  border: 1px solid #00a0e8;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}
#body .page-btn .next:hover,
#body .page-btn .prev:hover {
  background-color: #00a0e8;
}
#body .page-btn .next:hover a,
#body .page-btn .prev:hover a {
  color: #fff;
}
#body .page-btn .next a,
#body .page-btn .prev a {
  width: 100%;
  height: 4vh;
  display: block;
  text-decoration: none;
  color: #00a0e8;
  white-space: nowrap;
}
#footer {
  box-sizing: border-box;
  width: 100vw;
  background-color: #0061c1;
  padding: 1.5rem 1rem 3.5rem;
  position: relative;
}
#footer .footer-main {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin: 0;
}
#footer .footerPubSecIcp a {
  display: flex;
  align-items: center;
}
#footer .footerPubSecIcp a .footerPubSecIcp-icon {
  width: 1rem;
  height: 1rem;
}
#footer .footerPubSecIcp a .footerPubSecIcp-text {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
#footer .support {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
#footer .right-code {
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
}
#footer .right-code img {
  border-style: none;
  width: 3.5rem;
  height: 3.5rem;
}
#footer .right-code img:nth-child(n+2) {
  margin-left: 0.5rem;
}
.not-active {
  pointer-events: none;
  cursor: default;
  color: #aaa !important;
  border-color: #aaa !important;
}
.not-active a {
  color: #aaa !important;
}
