@charset "utf-8";

.scroll {
  /* scrollbar-width: thin; */
}

body {
  overflow-x: hidden
}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1300px) {
  .sfdt_cont {
    width: calc(100% - 90px);
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    width: calc(100% - 0.4rem);
    max-width: calc(100% - 0.4rem);
    margin: 0 .2rem;
  }

  /* 页脚 */
  .footer_box {
    /* display: flex;
    justify-content: start;
    flex-direction: column; */
  }
}

@media only screen and (max-width: 1024px) {

  html {
    font-size: 60px;
  }

  /* 页头 */
  .nav_menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: auto;
    height: 100%;
    padding: 1rem;
  }

  .nav_menu::after {
    content: "";
    position: fixed;
    z-index: -19;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(80, 0, 0, 0.0);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .nav_menu::before {
    content: "";
    position: absolute;
    z-index: -9;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--first);
    box-shadow: rgb(0 0 0 / 50%) 0 2.5rem 4rem;
  }

  .nav_menu .nav_list {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-flow: column;
    width: 1.5rem;
  }

  .nav_menu .nav_list .nav_item {
    padding: .2rem 0 .1rem 0;
  }

  .nav_menu .nav_list .nav_item a {
    color: #FFFFFF;
    letter-spacing: .02rem;
  }

  .nav_menu .nav_list .cur::after,
  .nav_menu .nav_list .nav_item::after {
    border-bottom: .04rem #FFFFFF solid;
  }

  .nav_menu .nav_list .nav_item.cur a,
  .nav_menu .nav_list .nav_item:hover a {
    color: rgb(150, 190, 255);
  }

  .nav_menu .nav_list .nav_item+.nav_item {
    margin-left: 0;
  }

  .nav_more {
    display: flex;
    align-items: center;
  }

  .nav_right {
    display: none;
  }

  #jys {
    display: block;
  }

}

@media only screen and (max-width: 768px) {

  html {
    font-size: 80px;
  }

  .sidebar_box {
    right: .2rem;
  }

  .banner img {
    height: 180px;
  }

  .new_notice_cont img {
    height: 60px;
  }

  .new_notice_r {
    width: calc(100% - 92px);
  }

  .link_cont {
    flex-wrap: wrap;
  }

  .link_item {
    flex: none;
    width: 50%;
    margin: 0 auto;
  }

  .link_in a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .link_cont .link_item:nth-child(3) {
    width: 100%;
  }

  .jsfc_card {
    grid-template-columns: 1fr;
  }

  .sfdt_card {
    grid-template-columns: repeat(4, 1fr);
  }

  .jszn_cont {
    flex-direction: column;
  }

  .jszn_left,
  .jszn_right {
    width: 100%;
  }

  .jszn_left {
    border-right: none;
    border-bottom: 1px solid rgb(229, 229, 229);
  }

  .jszn_item {
    padding: .24rem 0;
  }

  .jszn_right .jszn_item {
    padding: .24rem 0;
  }

  .jszn_left .jszn_item:first-child {
    padding: .1rem 0 .24rem 0;
  }

  .jszn_right .jszn_item:first-child {
    padding: .24rem 0;
  }

  .contact_info_left {
    padding: 0 .2rem 0 0;
  }

  .contact_info_right {
    padding: 0 0 0 .2rem;
  }

  .yqlj_list {
    grid-template-columns: 1fr 1fr;
  }

  .gfdt_cont {
    height: 290px;
  }

  .gfdt_list li a p {
    height: 30px;
  }

  .jsdt_cont {
    flex-direction: column;
  }

  .jsdt_side {
    width: 100%;
  }

  .jsfc_list_cont {
    grid-template-columns: repeat(3, 1fr);
  }

  .download_left {
    width: 30%;
  }

  .download_right {
    width: 70%;
    padding-left: .3rem;
  }

  .download_card {
    grid-template-columns: 1fr;
  }

  .jszx_info {
    grid-template-columns: 1fr 1fr;
  }

  .jszx_info .jszx_info_item:nth-child(3) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .pxhf_right {
    padding: .1rem .15rem;
  }

  .dialog.large .dialog_content {
    width: 90%;
  }

  .dialog_cont_main {
    flex-direction: column;
    display: flex;
    height: 60vh;
    overflow-y: auto;
  }

  .dialog_left,
  .dialog_right {
    width: 100% !important;
  }

  .dialog_left {
    border-right: none;
  }

  .dialog.small .dialog_content {
    width: 80%;
  }

  .dialog.tipsDialog .dialog_content {
    width: 80%;
  }

}

@media only screen and (max-width: 570px) {
  .yqlj_list {
    grid-template-columns: 1fr;
  }

  .jsdt_list_img_box {
    width: 1.8rem;
  }

  .jsfc_list_cont {
    grid-template-columns: repeat(2, 1fr);
  }
}