html {
  font: 16/1.5 normal;
}
body {
  font-family: "FZLTDHK", "Pingfang", "Microsoft Yahei", "Droid Sans";
}
a:hover {
  text-decoration: none;
}
#header img {
  width: 100%;
}
#mainContent {
  background-color: #eaf8ff;
  padding-top: 20px;
  padding-bottom: 100px;
}
.section-title {
  padding-left: 35px;
  display: flex;
  justify-content: flex-start;
}
.section-wrapper {
  margin-top: 75px;
}
.section-four {
  height: 171px;
  background-image: url("../img/jczwgk.jpg");
  background-size: cover;
  background-position: 50% 50%;
  cursor: pointer;
}
.title-num-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.title-num-wrapper div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 85px;
}
.title-num-wrapper .zero {
  background-image: url("../img/0.png");
  z-index: 1;
}
.title-num-wrapper .one {
  background-image: url("../img/1.png");
  z-index: fff;
}
.title-num-wrapper .two {
  background-image: url("../img/2.png");
  z-index: fff;
}
.title-num-wrapper .three {
  background-image: url("../img/3.png");
  z-index: fff;
}
.title-num-wrapper .four {
  background-image: url("../img/4.png");
  z-index: fff;
}
.title-num-wrapper .five {
  background-image: url("../img/5.png");
  z-index: fff;
}
.title-num-wrapper .six {
  background-image: url("../img/6.png");
  z-index: fff;
}
.title-text-wrapper {
  margin-top: 10px;
  margin-left: 20px;
}
.title-text-wrapper img {
  object-fit: contain;
  height: 40px;
}
.section-content {
  position: relative;
  z-index: 10;
  margin-top: -17px;
  padding: 70px 70px 40px 70px;
  background-color: #fff;
  box-shadow: 0px 4px 26px 5px rgba(145, 166, 193, 0.75);
}
.btn-category {
  margin: 0 10px 40px 0;
  box-shadow: 0px 4px 10px 1px rgba(141, 165, 208, 0.75);
  background-color: #3d73d1;
  height: 67px;
  transition: all 0.5s;
}
.btn-category:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 10px 1px rgba(80, 80, 80, 0.75);
}
.btn-category a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-category-icon {
  width: 100px;
  text-align: center;
  height: 67px;
  padding: 2px 0;
  border-right: #fff solid 5px;
}
.btn-category-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.btn-category-text {
  min-width: 250px;
  padding: 0 30px;
  text-align: center;
  font-size: 25px;
  line-height: 46px;
  font-weight: bold;
  color: #fff;
}
.d-flex .btn-category-text {
  min-width: 220px;
}
.items-wrapper {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  margin-bottom: 30px;
}
.btn-item {
  display: block;
  color: #306bd1;
  background-color: #e1ecff;
  min-width: 170px;
  height: 46px;
  line-height: 40px;
  border: 3px solid #3d6bd1;
  border-radius: 14px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 0 20px;
  transition: all 0.5s;
  margin-bottom: 32px;
  margin-right: 32px;
}
.btn-item:hover {
  background-color: #3d6bd1 !important;
  color: #fff;
}
.subtitle-wrapper.single-line img {
  height: 115px;
}
.subtitle-wrapper img {

  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.subtitle-wrapper {
  width: 460px;
}
.subtitle-items-wrapper {
  width: calc(100% - 460px);
  background-color: #e1ecff;
  border: 3px solid #3d73d1;
  padding: 31px 0 0 30px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: space-around;
  align-items: baseline;
}
.subtitle-items-wrapper .btn-item {
  min-width: 105px;
  background-color: #fff;
  margin-bottom: 20px;
  margin-right: 20px;
}
#footer {
  background-color: #4885ed;
  padding-top: 35px;
  padding-bottom: 35px;
}
#footer,
#footer a {
  font-size: 16px;
  line-height: 2.8;
  color: #fff;
}
#footer a:hover {
  color: rgb(136, 208, 250);
}
.footer-info span {
  display: inline-block;
}
.footer-sitemap {
  font-weight: bold;
}
.footer-sitemap a {
  display: inline-block;
}
.sub-section-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sub-section-wrapper a {
  display: block;
  margin: 0 20px 20px 0;
  transition: all 0.3s;
}
.sub-section-wrapper img {
  width: 100%;
}
.sub-section-wrapper a:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 10px 1px rgba(80, 80, 80, 0.75);
}

#header .container {
  position: relative;
}
.h-time {
  z-index:999;
  position: absolute;
  width: 133px;
  height: 36px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  right: 0;
  bottom: 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  padding-right: 20px;
}
.h-time h3:after {
  border: 6px solid transparent;
  border-top-color: #fff;
  position: absolute;
  content: "";
  top: 13px;
  right: 14px;
}
.h-time h3 {
  font-size: 1rem;
  padding-left: 1rem;
  margin: 0;
  line-height: 32px;
  cursor: pointer;
  display: block;
}
.h-time h3 b {
  font-weight: 500;
  color: #fff;
}
.h-time h3.on::after {
  border: 6px solid transparent;
  border-bottom-color: #fff;
  top: 6px;
}
.h-time h3 span {
  font-size: 14px;
  color: #434343;
  float: left;
  display: block;
  padding-left: 10px;
  padding-right: 22px;
}
.h-time h3 ul {
  position: absolute;
  padding-left: 0;
  left: 0;
  top: 33px;
  overflow-y: auto;
  max-height: 240px;
  width: 100%;
  border-radius: 4px;
  background: rgba(136, 171, 218, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B288abda,endColorstr=#B288abda);
  font-size: 14px;
  display: none;
  z-index: 1000;
}
.h-time h3 ul li {
  list-style: none;
}
.h-time h3 ul li a {
  color: #fff;
  display: block;
  padding: 0 10px;
}
.h-time h3 ul li:hover {
  background-color: #f8f8f8;
}
.h-time h3 ul li:hover a {
  color: #88abda;
}

@media only screen and (max-width: 1199px) {
  #mainContent {
    padding-top: 10px;
  }
  .subtitle-wrapper {
    width: 100%;
  }
  .subtitle-items-wrapper {
    width: 100%;
  }
  .section-four {
    height: 120px;
    transition: all 0.5s;
  }
  .sub-section-wrapper {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrapper {
    margin-top: 30px;
  }
  .section-title {
    padding-left: 10px;
  }
  .title-num-wrapper div {
    width: 35px;
    height: 48px;
  }
  .title-text-wrapper {
    margin-left: 8px;
    margin-top: 4px;
  }
  .title-text-wrapper img {
    height: 24px;
  }
  .section-content {
    margin-top: -10px;
    padding: 20px 0 10px 20px;
  }
  .btn-category {
    width: calc(100% - 20px);
    margin: 0 0 20px 0;
  }
  .btn-category-icon {
    width: 70px;
    padding: 6px 8px;
  }
  .btn-category-text {
    width: calc(100% - 50px);
    font-size: 20px;
  }
  .btn-category-text {
    min-width: auto;
    padding: 0 10px;
    white-space: nowrap;
  }
  .btn-item {
    font-size: 16px;
    min-width: 70px;
    padding: 0 10px;
    margin-bottom: 12px;
    margin-right: 18px;
  }
  .items-wrapper {
    margin-bottom: 15px;
  }
  .subtitle-wrapper {
    margin-right: 20px;
  }
  .subtitle-wrapper img {
    height: 90px !important;
    object-fit: none;
  }
  .subtitle-items-wrapper {
    margin-right: 20px;
    padding: 15px 0 10px 15px;
  }
  .subtitle-items-wrapper .btn-item {
    min-width: 85px;
    background-color: #fff;
    margin-bottom: 12px;
    margin-right: 18px;
  }

  .h-time {
    border: 1px solid #888;
    width: 120px;
    height: 26px;
    bottom: -30px;
    right: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    padding-right: 20px;
  }
  .h-time h3 b {
    font-size: 0.8rem;
    line-height: 24px;
    color: #888;
  }
  .h-time h3::after {
    top: 10px;
  }
  .h-time h3::after {
    border-top-color: #888;
    top: 9px;
  }
  .h-time h3.on::after {
    border-bottom-color: #888;
    top: 4px;
  }
}
@media only screen and (max-width: 364px) {
  .title-text-wrapper img {
    height: 21px;
  }
  .btn-category-text {
    font-size: 18px;
  }
}
.break {
  flex-basis: 100%;
  width: 0;
  margin: 0;
}
