﻿h2 {
    text-align: center;
    margin: 40px 0 0 0;
}

.title {
    text-align: center;
    padding: 30px 0;
    font-size: 16px;
}

.content {
    width: 800px;
    margin: 30px auto 0 auto;
}

    .content img {
        max-width: 100%;
    }

.swiper-container {
    width: 750px;
    height: 420px;
    margin: 0 auto;
}
.swiper-slide {
    width:100%;
    height:100%;
    text-align:center;
    background:#eee;
}

.swiper-slide img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

.swiper-button-next {
    background-image: none;
    height: 26px;
    width: 26px;
    border-color: #fff;
    border-width: 1px 1px 0 0;
    border-style: solid;
    transform: rotate(45deg);
    right: 20px;
}

.swiper-button-prev {
    background-image: none;
    height: 26px;
    width: 26px;
    border-color: #fff;
    border-width: 0 0 1px 1px;
    border-style: solid;
    transform: rotate(45deg);
    left: 20px;
}

.swiper-pagination {
    color: #fff;
}
@media (max-width: 768px) {
    .swiper-container {
        width:100%;
        height:auto;
    }
    .content {
        width:90%;
    }
}