body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, button, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Microsoft YaHei";
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ul, ol, li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
    outline: 0;
    border: 0;
}

a {
    text-decoration: none;
}

button, textarea {
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}

.index-container {
    width: 100%;
    max-width: 7.5rem;
    margin: auto;
    height: 13.34rem;
    background: url(../images/zy1.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.index-container .header {
    width: 100%;
    height: 1rem;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.3rem 0 0.14rem;
}

.index-container .header > a {
    width: 2.09rem;
    height: 0.79rem;
    display: block;
    background: url(../images/zy3.png) no-repeat;
    background-size: 100% 100%;
}

.index-container .header .hide-show {
    width: 0.41rem;
    height: 0.35rem;
    background: url(../images/zy2.png) no-repeat;
    background-size: 0.41rem 0.35rem;
    position: relative;
}

.hide-show span {
    display:block;
    position:absolute;
    top:0;
    right:0;
    z-index:20;
    width: 0.41rem;
    height: 0.35rem;
    cursor:pointer;
}

.show-ul {
    width: 2rem;
    position: absolute;
    right: 0;
    top: 0.15rem;
    padding-top: 0.4rem;
    display: none;
}

/*.hide-show:hover .show-ul {*/
/*display: block;*/
/*}*/
.show-ul ul {
    width: 2rem;
    height:4.43rem;
    box-sizing: border-box;
    background: url(../images/linkbg.png) no-repeat;
    background-size:100% 100%;
    padding: 0.15rem 0 0.2rem;
}

.show-ul ul a {
    width: 1.8rem;
    height: 0.68rem;
    line-height: 0.68rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: auto;
    display: block;
    font-size: 0.24rem;
    letter-spacing: 0.02rem;
    color: #ffe984;
}

.swiper-container {
    width: 6.8rem;
    height: 4rem;
    margin: 5.84rem auto 0.2rem;
}

.swiper-slide {
    width: 6.8rem;
    height: 3.53rem;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.swiper-pagination {
    height: 0.2rem;
    text-align: center;
    line-height: 0.2rem;
    font-size: 0;
}

.swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    background-color: #ffffff;
    opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.08rem;
}

.swiper-pagination-bullet-active {
    background-color: #ff0000;
    opacity: 1;
}

.footer {
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.3rem;
    letter-spacing: 0.02rem;
    color: #666666;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 2.3rem;
    background-color: #363636;
}
 