/*swiper*/
.swiper-switch.swiper-pagination {
    position: relative;
    z-index: 1;
}
.swiper-switch.swiper-pagination span {
    width: 20px;
    height: 3px;
    border-radius:0px;
    background: #f6f6f6;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
}
.swiper-switch.swiper-pagination span.swiper-pagination-bullet-active {
    width: 20px;
    height: 3px;
    background:#000;
}

.swiper-base.swiper-pagination span {
    width: 20px;
    height: 3px;
    border-radius:0px;
    background: #f6f6f6;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
}
.swiper-base.swiper-pagination span.swiper-pagination-bullet-active {
    width: 20px;
    height: 3px;
    background:#000;
}
@media screen and (max-width:1024px){
.swiper-switch.swiper-pagination span {
    width: 10px;
    height: 3px;
    margin: 0 3px!important;
}
.swiper-switch.swiper-pagination span.swiper-pagination-bullet-active {
    width: 10px;
    height: 3px;
}

.swiper-base.swiper-pagination span {
    width: 10px;
    height: 3px;
    margin: 0 3px!important;
}
.swiper-base.swiper-pagination span.swiper-pagination-bullet-active {
    width: 10px;
    height: 3px;
}
}
/*swiper*/

/*404错误页面*/
.error {
    
}
.error .error-box {
    position: relative;
    padding:10% 0;
}
.error .error-box::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../images/elephant-icon.png) no-repeat right center/20%;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
}
.error .error-box h2 {
    font-size: 86px;
    color: #000;
    letter-spacing: 0;
    font-family: 'Medel';
    text-align: center;
}
.error .error-box h3 {
    font-size: 16px;
    text-align: center;
}
.error .error-box a {
    position: relative;
    display: block;
    max-width: 150px;
    margin:2% auto;
    font-size: 14px;
    color:#666;
    text-align: center;
    line-height: 40px;
    *border-radius: 5px;
}
.error .error-box a:hover {
    color: #fff;
    border: 1px solid #174339;
    background: #174339;
}
/*404错误页面 end*/
