@charset "UTF-8";







.course{
    width: 1200px;
    margin:auto;
    padding-top: 50px;
    padding-bottom: 30px;
}
.course .title{
    margin-bottom: 65px;
    text-align: center;
}
.course .title h2{
    margin-bottom: 10px;
    color: #b3936c;
    font-size: 22px;
}
.course .title p{
    color: #ccc;
    font-size: 14px;
}
#swiper-history{
    width:100%;
    max-width:1200px;
    position:relative;
}
#swiper-history  .swiper-container {
    height: 144px;
    margin:0 40px;
}
#swiper-history	.short-line{
    height:90px;
    border-bottom:1px solid #e3e3e3;
    width:30px;
    position:absolute;
    top:0px;
}
#swiper-history	.long-line{
    height:90px;
    border-bottom:1px solid #e3e3e3;
    width:100%;
    position:absolute;
    top:0px;
    left:30px;
}
#swiper-history   .swiper-slide span{
    display:block;
    width:100%;
    text-align:center;
    position:absolute;
    transition: 700ms;
}
#swiper-history .swiper-slide .detail{
    height: 20px;
    line-height:20px;
    top:27px;
    color:#444;
    opacity: 0;
}
#swiper-history .swiper-slide .date{
    color:#b3936c;
    position:absolute;
    top:40px;
    font-size: 30px;
    opacity: 0;
    left: 8px;
}
#swiper-history .swiper-slide-active span{
    transition: 700ms 700ms;
}
#swiper-history	.swiper-pagination-bullets{
    white-space:nowrap;
    width:auto;
    bottom:50px;
    height:10px;
    line-height:10px;
    transition: 700ms;
}
#swiper-history .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}
#swiper-history .swiper-pagination-bullet:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #e3e3e3;
    background-color: white;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
#swiper-history .swiper-pagination-bullet{
    position: relative;
    background:#fff;
    border: 1px solid #e3e3e3;
    opacity:1;
    line-height:10px;
}
#swiper-history .swiper-pagination-bullet-active {
    background: #b3936c;
}
#swiper-history .swiper-button-next,#swiper-history .swiper-button-prev{
    background-size:17px auto;
}
#swiper-history .swiper-button-prev{
    background-image: url("../img/left2.png");
}
#swiper-history .swiper-button-next{
    background-image: url("../img/right2.png");
}
#swiper-history .swiper-button-next.swiper-button-disabled{
    background-image: url("../img/right1.png");
}
#swiper-history .swiper-button-prev.swiper-button-disabled{
    background-image: url("../img/left1.png");
}


