html{ font-size: inherit !important}

.header-box,.index-banner{ display:none}

.Fixed {

    display: flex;

    justify-content: space-between;

    padding: 0 1rem;

    box-shadow: 0px 3px 6px rgba(0,0,0,0.04);

    position: fixed;

    width: 100%;

    top: 0;

    z-index: 1002;

    background-color: #fff;

}

.mm-hlogo img {

    width: 29vw;

}

.lcbody img {

    width: 6.4vw;

    margin-top: 1rem;

}

.layout-menu {

    position: fixed;

    display: none;

    top: 0;

    height: 0;

    z-index: 999;

    font-size: 1rem;

    height: 100vh;

    width: 100vw;

    padding-top: 6rem;

    background-color: rgba(10, 51, 131, 1);

}

.top-empty {

    margin-top: 4.3rem;

}

.layout-menu .menu-box {

    color: #fff;

    border-top: 1px solid rgba(255, 255, 255, 0.24);

}

.layout-menu.open {

    display: block;

}

.layout-menu .menu-box {

    padding-left: 1rem;

    padding-right: 1rem;

}

.layout-menu .menu-box ul {

    list-style-type: none;

    padding-left: 0;

}

.layout-menu .menu-box ul li {

    line-height: 2.4rem;

    border-bottom: 1px dashed rgba(255, 255, 255, 0.24);

    padding-top: 2rem;

    padding-bottom: 0.5rem;

}

.layout-menu .menu-box ul li ul li ul li {

    border: none;

}

.layout-menu .menu-box ul li a {

    color: #fff;

    text-decoration: none;

    display: flex;

    justify-content: space-between;

}

.layout-menu .menu-box ul li a img {

    width: 0.7rem;

    height: 0.7rem;

    margin-right: 1rem;

    margin-top: 0.5rem;

}

.li2 .span {

    padding-left: 1rem;

}

.li3 .span {

    padding-left: 2rem;

}

.li1.open>.span a {

    color: #1368CE;

}

.back-top {

    display: none;

    position: fixed;

    bottom: 0;

    background: #EEEEEE;

    text-align: center;

    padding: 1rem 0;

    width: 100%;

}

.pages {

  margin-top: 56px;

  margin-left: auto;

  margin-right: auto;

  text-align: center;

}

.pages a {

  padding: 4px 10px;

  margin-left: 10px;

  margin-right: 10px;

  text-decoration: none;

  display:inline-block;

  margin-bottom:5px

}

.pages img {

  margin-left: -10px;

  margin-right: -10px;

  margin-top: -7px;

  margin-bottom: -4px;

  width: 26px;

  height: 26px;

}

.pages .next,.pages .prev {

  color: #FFFFFF;

  background-color: rgba(34, 51, 136, 1);

}

.pages .page-item {

  border: 1px solid #E4E4E4;

  color: #999999;

}

.pages .page-item.active {

  color: #fff;

  background: #CA1878;

}

.page-navs{ display:none}

.page-navs1{ display:block}



@media (max-width:640px) {
.mm-hlogo img{width: 20vw;}}