.index-slider-notice {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #3671bd;
    z-index: 9999;
    width: 160px;
}
.index-slider-notice h3 {
    margin: 0;
    text-align: center;
    background: #125ba7;
    line-height: 40px;
    font-size: 18px;
    font-weight: normal;
}
.menu-swiper .swiper-slide {
    width: auto;
}
.menu-swiper .main-nav-item {
    min-width: 80px;
    padding-right: 10px;
    background: url("../image/nav-item-head.png") no-repeat right top;
}
.menu-swiper-container .swiper-button-next,.menu-swiper-container .swiper-button-prev {
    background-size: 10px auto;
    width: 20px;
}
.menu-swiper-container .swiper-button-prev {
    left: 0;
}
.menu-swiper-container .swiper-button-next {
    right: 0;
}
.menu-swiper .main-nav-tags {
    height: auto;
}
.swiper-hot ul li a{
    position: relative;
    padding-right: 50px;
}
.swiper-hot ul li a span {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 10px;
}
.index-slider-notice a {
    color: #ffffff;
}
.index-slider-notice a:hover {
    text-decoration: none;
}
.index-slider-notice ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.index-slider-notice ul li a{
    display: block;
    line-height: 24px;
    padding: 10px;
}
.index-slider-notice ul li a:hover {
    background: #458ad1;
}
.index-slider-notice-container {
    position: relative;
}
.index-slider-notice-close {
    position: absolute;
    right: 2px;
    top: 2px;
    background: #ffffff;
    color: #458ad1;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
}
.menu-swiper-container {
    padding: 0 40px;
    position: relative;
}
@media (max-width: 640px) {
    .menu-swiper-container {
        padding: 0;
        position: relative;
    }
    .main-nav-name {
        margin-bottom: 0;
    }
}