@media screen and (min-width: 1024px) and (max-width: 1170px) {
  body {
    overflow-x: hidden;
  }

  .box, article {
    width: 100%;
  }

  .body-content .head-content nav .ul-nav {
    display: block;
  }

  .left-box, .page-box {
    width: 68%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }

  .box, article {
    width: 100%;
  }

  .body-content .head-content nav .ul-nav {
    display: block;
  }
  .body-content .head-content nav .ul-nav li {
    margin-right: 0;
  }

  .page-title {
    width: 23%;
  }

  .page-box {
    width: 70%;
  }
}
@media screen and (min-width: 840px) and (max-width: 959px) {
  body {
    overflow-x: hidden;
  }

  .box, article {
    width: 100%;
  }

  .body-content .head-content nav .ul-nav {
    width: 100%;
    display: block;
  }
  .body-content .head-content nav .ul-nav li {
    margin-right: 0;
    width: 10%;
  }
  .body-content .head-content nav .ul-nav li a {
    padding: 0 10px;
  }

  .page-title {
    width: 23%;
  }

  .page-box {
    width: 68%;
  }
}
@media screen and (max-width: 839px) {
  body {
    overflow-x: hidden;
  }

  .box, article {
    width: 100%;
  }

  .logo-section {
    margin-top: 40px;
  }

  .body-content .head-content .top-nav {
    position: fixed;
    top: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.6);
    border-top: #1487f4 40px solid;
  }
  .body-content .head-content .top-nav .top-nav-move {
    display: block;
  }
  .body-content .head-content .top-nav nav .ul-nav {
    width: 100%;
    display: none;
  }
  .body-content .head-content .top-nav nav .ul-nav li {
    width: 60%;
    margin: 0;
    background: #fff;
    border-bottom: #eee 10px solid;
  }
  .body-content .head-content .top-nav nav .ul-nav li a {
    text-align: left;
    text-indent: 2em;
    color: #000;
    width: 100%;
    padding: 0;
  }
  .body-content .head-content .top-nav nav .ul-nav li a:hover {
    color: #1487f4;
    background: #fff;
  }
  .body-content .head-content .top-nav nav .ul-nav li:hover {
    color: #1487f4;
    background: #fff;
  }
  .body-content .head-content .top-nav nav .ul-nav li:hover a {
    background: none;
  }
  .body-content .head-content .top-nav nav .ul-nav li:last-child {
    padding-bottom: 100%;
  }
  .body-content .head-content .top-nav nav .ul-nav ul.sub {
    background: none;
    width: 100%;
    display: block;
    position: initial;
    padding: 0;
  }
  .body-content .head-content .top-nav nav .ul-nav ul.sub li {
    border-bottom: none;
    width: 100%;
    overflow: hidden;
    line-height: 40px !important;
    border-top: none;
    height: 40px !important;
  }
  .body-content .head-content .top-nav nav .ul-nav ul.sub li a {
    display: block;
    padding-left: 10px;
    text-indent: 3em;
  }
  .body-content .head-content .top-nav nav .ul-nav ul.sub li:first-child {
    border-top: #eee 1px solid;
  }
  .body-content .head-content .top-nav nav .ul-nav ul.sub li:hover a {
    background: none;
  }
  .body-content .head-content .top-nav nav .ul-nav ul.sub li:last-child {
    padding-bottom: 0;
  }
  .body-content .head-content .top-nav nav .ul-nav ul.sub:before {
    display: none;
  }
  .body-content .head-content .top-nav nav .ul-nav .menu:after {
    top: 12px;
    right: 7px;
    width: 26px;
    height: 22px;
    background: url(../images/jt.png) no-repeat center;
  }
  .body-content .head-content .top-nav nav .ul-nav .menu:hover:after {
    transform: rotate(180deg);
    top: 16px;
  }
  .body-content .head-content .top-nav nav .ul-nav .menu span {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    top: 0;
    right: 0;
    border-left: #eee 1px solid;
  }
  .body-content .head-content .top-nav .menu-nav-header {
    display: block;
    top: -2px;
    position: absolute;
    right: 3px;
  }

  .nav-select {
    color: #1487f4 !important;
    background: #fff;
  }

  .page-box {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .box, article {
    width: 100%;
  }

  .page-title {
    width: 30%;
    float: left;
  }

  .page-box {
    width: 60%;
  }
}
@media screen and (max-width: 700px) {
  .box, article {
    width: 100%;
  }

  .logo-section {
    display: none;
  }

  .middle-content {
    margin-top: 50px;
  }

  .page-title {
    width: 100%;
    float: left;
  }
  .page-title li {
    width: 100px;
    float: left;
    margin-right: 10px;
  }

  .page-box {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border: none;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .box, article {
    width: 100%;
  }

  .logo-section {
    display: none;
  }

  footer .footer-content {
    text-align: center;
  }
  footer .footer-content .footer-declaration {
    text-align: left;
    margin-left: 80px;
  }

  .page-title {
    width: 100%;
    float: left;
  }
  .page-title li {
    width: 100px;
    float: left;
    margin-right: 10px;
  }

  .page-box {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border: none;
    margin-top: 10px;
  }

  .news-title {
    margin: 10px 0;
  }

  .page-list-box {
    padding: 10px;
  }
}

/*# sourceMappingURL=media.css.map */
