@charset "UTF-8";
:root {
  --theme-color: #3881ff;
}

/* 主题颜色更改开始 */
.a-hover a:hover,
.title:hover,
.tabs-container .active,
.a11y-btns-container a {
  color: #3881ff !important;
  color: var(--theme-color) !important;
}

.tabs-lists-container > ul li a::before,
.tabs-container .title.active::after,
.zdly-title::after {
  background-color: #3881ff;
  background-color: var(--theme-color);
}

.info-card-lists-container {
  background-image: linear-gradient(102deg, rgba(56, 129, 255, 0.024) 0%, rgba(56, 129, 255, 0.063) 100%);
}

/* 主题颜色更改结束 */
/* banner图片开始 */
header {
  background-image: url(szfw_banner.png);
}

/* banner图片结束 */
.tabs-lists-container {
  justify-content: flex-start;
}

.main-container .main-content-2 {
  margin-top: 30px;
}
.main-container .info-card-lists-container {
  width: 100%;
  padding-bottom: 30px;
}
.main-container .info-card-lists-container > div {
  width: 1200px;
  margin: 0 auto;
}

.old_type .info-card-lists-container {
  display: flex;
  flex-direction: column;
}
.old_type .info-card-lists-container > div {
  margin-top: 30px;
}
.old_type .info-card-lists-container > div > div {
  margin-top: 30px;
}

.mobile_type .info-card {
  padding: 4vw;
  display: block;
}
.mobile_type .info-card-lists-container {
  background-image: none;
}
.mobile_type .info-card-lists-container > div {
  width: 100%;
  margin-top: 3.2vw;
}
.mobile_type .info-card-lists-container > div:first-of-type {
  margin-top: 0;
}

.info-card:hover {
  transform: none;
}

.main-content-2 a {
  width: 100%;
  height: 120px;
  display: block;
  background-image: url(gs.png);
  background-position: center;
  background-size: auto 100%;
  border-radius: 0.5625em;
}
.main-content-2 a:hover {
  background-size: auto 105%;
}

.mobile_type .main-content-2 a {
  height: 16vw;
}

.bszn-zxbl-container {
  margin-top: 1.25em;
  display: flex;
  justify-content: space-between;
}
.bszn-zxbl-container:first-of-type {
  margin-top: 0;
}
.bszn-zxbl-container .text-feature-container,
.bszn-zxbl-container .btns-container {
  display: flex;
  align-items: center;
}
.bszn-zxbl-container .text-feature-container {
  margin-right: 2em;
}
.bszn-zxbl-container .text {
  line-height: 2;
}
.bszn-zxbl-container .feature {
  padding: 0 0.2857em;
  margin-left: 0.7143em;
  font-size: 0.875em;
  line-height: 1.5714em;
  white-space: nowrap;
  border-radius: 0.5714em;
  color: #3881ff;
  background-color: rgba(0, 122, 234, 0.1);
}
.bszn-zxbl-container .btn {
  padding: 0.6429em 1.5714em;
  margin-right: 0.7143em;
  font-size: 0.875em;
  line-height: 1.5714;
  white-space: nowrap;
  border: 0.0625em solid #3881ff;
  border-radius: 0.2857em;
  color: #3881ff;
}
.bszn-zxbl-container .btn:hover {
  color: #ffffff;
  background-color: #3881ff;
}
.bszn-zxbl-container .btn:last-of-type {
  margin-right: 0;
}

.old_type .bszn-zxbl-container {
  margin-top: 30px;
  flex-direction: column;
}
.old_type .bszn-zxbl-container .text-feature-container {
  margin-right: 0;
}
.old_type .bszn-zxbl-container .btns-container {
  margin-top: 0.3125em;
}
.old_type .bszn-zxbl-container .btns-container .btn:first-of-type {
  margin-top: 0;
}

.mobile_type .bszn-zxbl-container {
  flex-direction: column;
}
.mobile_type .bszn-zxbl-container .text-feature-container {
  display: block;
  margin-right: 0;
}
.mobile_type .bszn-zxbl-container .btns-container {
  margin-top: 1.6vw;
}
.mobile_type .bszn-zxbl-container .btns-container .btn {
  padding: 0.1em 0.5em;
}
.mobile_type .bszn-zxbl-container .btns-container .btn:first-of-type {
  margin-top: 0;
}