@media screen and (max-width: 1024px) {
  .h10 {
    height: 1vw;
  }
  .h15 {
    height: 1.5vw;
  }
  .h20 {
    height: 2vw;
  }
  .h30 {
    height: 3vw;
  }
  .h40 {
    height: 4vw;
  }
  .h50 {
    height: 5vw;
  }
  .iconfont {
    font-size: 15px;
  }
  .cc {
    width: 100vw;
    padding: 10px;
  }
  body {
    padding-top: 60px;
  }
  header .top {
    align-items: center;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    background-color: #680034;
    background-size: cover;
    background-position: left 0;
  }
  header .top .fl {
    width: 80%;
    padding-left: 10px;
    display: flex;
    align-items: center;
  }
  header .top .fl .logo {
    height: 40px;
    margin-right: 10px;
  }
  header .top .fl .logo_tit {
    width: 150px;
  }
  header .top .search {
    display: none;
  }
  header .top .menu_ico {
    display: block;
    width: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.3s;
  }
  header .top .menu_ico.active {
    transform: rotate(90deg);
  }
  .banner {
    width: 100%;
    height: 20vh;
  }
  .focus {
    height: 200px;
  }
  .focus .swiper-pagination {
    bottom: 0 !important;
  }
  .banner .swiper-button-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
  }
  .banner .swiper-button-next {
    width: 30px;
    height: 30px;
    margin-top: 0px;
    position: absolute;
    right: 10px;
  }
  .layout1 {
    flex-wrap: wrap;
  }
  .layout1 .bar {
    flex: 0 0 100%;
  }
  .layout1 .bar + .bar {
    margin-top: 10px;
  }
  .links {
    display: block;
  }
  .links .select {
    margin-bottom: 10px;
  }
  .links .select dt {
    background: url(../images/ico10.png) right center no-repeat;
    padding: 8px;
    cursor: pointer;
  }
  .links .select dd {
    padding: 8px;
    border-top: 1px #ccc solid;
    display: none;
  }
  footer {
    padding: 0;
  }
  footer .cc {
    padding: 20px;
  }
  footer .cc .fl {
    margin-right: 10px;
  }
  .list3 {
    display: block;
    margin-top: 5px;
  }
  .list3 li {
    margin-right: 0px;
  }
  .list4 li {
    border-bottom: 1px #f5c800 dotted;
    background: url(../images/ii1.png) 4px 18px no-repeat #fff;
    padding-left: 19px;
  }
  .list4 li:hover {
    background-color: #eee;
  }
  .list4 li a {
    display: block;
    padding: 10px 0;
  }
  .list4 li a span {
    font-size: 10px;
    color: #aaa;
    margin-left: 0.3em;
    white-space: nowrap;
  }
  .list4 li a .tit {
    display: inline;
  }
  .list4 li a:hover {
    color: #993300;
  }
  .layout2 {
    display: block;
  }
  .layout2 aside {
    display: none;
  }
  .layout2 .lay_main {
    margin-bottom: 2em;
  }
  .page_box {
    flex-wrap: wrap;
  }
  .page_box a,
  .page_box span {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .page_box a input,
  .page_box span input {
    width: 2em;
    border: 1px #eee solid;
    text-align: center;
    padding: 3px;
    margin: 0 3px;
    background: none;
  }
  .page_box a:hover,
  .page_box span:hover {
    background-color: #993300;
    color: #fff;
  }
  .art_tit {
    padding: 0 1em;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
  }
  .art_tit h1 {
    font-size: 16px;
    margin-bottom: 0.2em;
  }
  .art_tit h3 {
    font-size: 12px;
  }
  article {
    padding: 10px 20px;
  }
  .b_head {
    display: block;
  }
  .b_head h1 {
    margin-bottom: 8px;
  }
  .nav_box {
    height: 0;
  }
  .nav {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 14;
    display: none;
    width: 100%;
    height: auto;
    text-align: center;
    background: #fff;
  }
  .nav li + li {
    position: relative;
  }
  .nav li + li:before {
    display: none;
  }
  .nav li {
    display: flex;
    width: 100%;
    border-bottom: 1px #ccc solid;
    padding: 5px 10px;
  }
  .nav li:nth-child(1) {
    width: 100%;
  }
  .nav li .lv_top {
    flex: 0 0 6em;
    height: auto;
    line-height: 160%;
    text-align: left;
    color: #000;
  }
  .nav li .sub {
    display: block;
    position: static;
    flex: 1;
    background: none;
    text-align: left;
  }
  .nav li .sub a + a {
    border: none;
  }
  .nav li .sub a {
    display: inline;
    padding: 0;
    color: #666;
    margin-right: 0.4em;
  }
  .nav li:hover .lv_top, .nav li.active .lv_top {
    color: #993300;
    background: none;
  }
}
