.header {
    background-color: #072f81;
    margin-bottom: 0px;
}

.banner {
    height: 300px;
    background: url(../images/about.jpg) center/cover no-repeat;
}

.where {
    font-size: 18px;
    line-height: 40px;
    margin: 20px 0;
    padding: 0;
}

.inner h2:before {
    display: none;
}

.inner h2 span {
    display: block;
    line-height: 40px;
    font-size: 32px;
    opacity: 0.3;
}

.inner h2 b {
    display: block;
    line-height: 64px;
    font-size: 40px;
    font-weight: normal;
}

.p1 {
    padding: 40px 0 0;
    background: none;
}

.p2 {
    padding: 60px 0;
    background: url(../images/about_p2.jpg) 50% 0/cover no-repeat;
}

.p3 {
    padding: 60px 0;
    background: url(../images/about_p3.jpg) 50% 0/cover no-repeat;
}

.about-intro {
    margin-top: 40px;
    padding: 40px 0;
    background: #f6f6f6;
}

.about-intro .inner {
    position: relative;
    padding-right: 420px;
}

.about-intro p {
    line-height: 1.5;
    margin: 40px 0;
}

.about-intro img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 340px;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, .2);
}

.timeline {
    height: 600px;
    margin-top: -40px;
    margin-bottom: -160px;
}

.timeline-item {
    position: relative;
}

.timeline-box {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 400px;
}

.timeline-box h4 {
    text-align: center;
    font-size: 120px;
    font-family: impact;
    color: #06b;
    background-image: -webkit-linear-gradient(58deg,#0047b2,#008fe6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.timeline-box p {
    position: relative;
    margin-top: -40px;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .1);
}

.timeline .swiper-pagination-bullets {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 160px;
    align-items: center;
    justify-content: space-between;
    background: url(../images/about_line.png) center no-repeat;
}

.timeline .swiper-pagination-bullet {
    position: relative;
    width: 20px;
    height: 20px;
    background: #008fe6;
    box-shadow: 0 0 0 3px #fff, 0 0 16px rgba(0, 0, 0, .5);
    opacity: 1;
    cursor: pointer;
    transition: .5s;
}

.timeline .swiper-pagination-bullet-active {
    background: #fff;
    box-shadow: 0 0 0 3px #008fe6, 0 0 16px rgba(0, 0, 0, .5);
}

.timeline .swiper-pagination-bullet span {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
    padding: 4px 8px;
    font-size: 24px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .5);
    color: #06b;
}

.timeline .swiper-pagination-bullet-active span {
    background-color: #06b;
    color: #fff;
}

.timeline-year .swiper-pagination-bullet:nth-child(1) {
    margin-top: 30%;
}

.timeline-year .swiper-pagination-bullet:nth-child(2) {
    margin-top: 14%;
}

.timeline-year .swiper-pagination-bullet:nth-child(3) {
    margin-top: 5%;
}

.timeline-year .swiper-pagination-bullet:nth-child(4) {
    margin-top: -8%;
}

.timeline-year .swiper-pagination-bullet:nth-child(5) {
    margin-top: -13%;
}

.timeline-year .swiper-pagination-bullet:nth-child(6) {
    margin-top: -26%;
}

.gallery {
    position: relative;
    height: 480px;
    margin: 0 auto
}

.gallery .swiper-slide {
    width: 560px;
    height: 400px;
    padding: 40px;
}

.gallery-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

.gallery-box:before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    height: 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .1), transparent);
    transform: scale(1.06, 1) perspective(60px) rotateX(30deg);
}

.gallery-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/about_border.png) center/cover no-repeat;
}

.gallery-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gallery-box b {
    display: block;
    position: absolute;
    bottom: -36px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
}

.gallery .navi {
    text-align: center;
}

.gallery .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

.gallery .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 16px;
    height: 16px;
    opacity: 1;
}

.gallery .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

@media (max-width: 1200px) {
    .banner {
        height: 120px;
    }
    .p1,
    .p2,
    .p3 {
        padding: 0;
    }
    .content .inner {
        padding: 20px;
    }
    .inner h2 span {
        line-height: 32px;
        font-size: 20px;
    }
    .inner h2 b {
        line-height: 32px;
        font-size: 16px;
    }
    .about-intro {
        margin-top: 0;
    }
    .about-intro .inner {
        position: relative;
        margin: -60px 0;
        padding: 40px;
    }
    .about-intro img {
        width: 80px;
        bottom: auto;
        top: -60px;
        right: 40px;
    }
    .timeline {
        height: 520px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .timeline-box {
        position: relative;
        bottom: auto;
        right: auto;
        width: auto;
        margin-top: 40px;
    }
    .timeline-box h4 {
        font-size: 60px;
    }
    .timeline-box p {
        margin: -20px 16px 0;
        padding: 20px;
        box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    }
    .timeline .swiper-pagination-bullets {
        top: 20%;
        height: 80%;
        padding: 0 20px;
        background-size: 100% auto;
    }
    .timeline .swiper-pagination-bullet {
        transform: scale(0.5);
    }
    .gallery {
        height: 280px;
    }
    .gallery .swiper-slide {
        width: 280px;
        height: 200px;
        padding: 20px;
    }
    .gallery-box b {
        bottom: -24px;
        line-height: 24px;
        font-size: 12px;
    }
    .p3 {
        margin-top: -80px;
    }
}