﻿.swiper-buttons {}

.swiper-button-next {
    background: url(../../../images/btn_arrow_right.svg) no-repeat;
    width: 120px;
    height: 120px;
}

.swiper-button-prev {
    background: url(../../../images/btn_arrow_left.svg) no-repeat;
    width: 120px;
    height: 120px;
}

.swiper-button-prev,
.swiper-button-next {
    display: inline-block;
    top: 83%;
    cursor: pointer;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    margin: 0 15px !important;
    background: #333333;
}

.swiper-pagination-bullet-active {
    background: #0098EA ;
}

.content_box{
    width:1650px;
    height: 1700px;
}
.title{
    width:2160px;
    text-align: center;
}

.content_box .listB li img {
    height: 100%;
    width: 100%;
}

.marker {animation: move 2.5s infinite; }
@keyframes move {
    0% { margin-top: 0px;}
    8% { margin-top: -20px;}
    16% { margin-top: 0px;}
    24% { margin-top: -20px;}
    32% { margin-top: 0px;}
    40% { margin-top: -20px;}
    48% { margin-top: 0px;}
    56% { margin-top: -20px;}
    64% { margin-top: 0px;}
    100% { margin-top: 0px;}
}

.icon{
    position: absolute;
}