body .home {
    background: url(../images/hbg.png) no-repeat;
    background-size: 100%
}

body .home .container {
    padding-top: 13.75vw;
    overflow: hidden
}

body .home .container .title {
    width: 60.10417vw;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 3.95833vw;
    line-height: 1.31;
    text-transform: capitalize
}

body .home .container .title span {
    color: #2690C5
}

body .home .container .title p {
    position: relative;
    z-index: 1;
    text-transform: capitalize
}

body .home .container .title p:nth-child(1) {
    margin-bottom: 1.25vw
}

body .home .container .title img {
    position: absolute;
    top: 1.30208vw;
    left: 4.16667vw;
    animation: moveDown 2s forwards linear;
    transform: rotate(-15deg);
    opacity: 0;
    width: 36.45833vw
}

@keyframes moveDown {
    to {
        transform: rotate(0);
        opacity: 1
    }
}

body .home .container h1 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase
}

body .home .container .intro {
    width: 70vw;
    margin: 3.85417vw auto 11.51042vw auto;
    color: #999;
    line-height: 1.4;
    text-align: center
}

body .home .container .section1 .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 4.27083vw;
    margin: 0 6.51042vw .52083vw 12.60417vw
}

body .home .container .section1 .grid .item {
    width: 100%;
    position: relative;
    height: 12.76042vw
}

body .home .container .section1 .grid .item .bg {
    position: relative
}

body .home .container .section1 .grid .item .bg img {
    width: 100%;
    transition: all 600ms
}

body .home .container .section1 .grid .item .bg img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

body .home .container .section1 .grid .item .text {
    transition: all 600ms;
    color: #999
}

body .home .container .section1 .grid .item .text .pt {
    position: absolute;
    left: 2.08333vw;
    top: 1.09375vw;
    max-width: 15.78125vw
}

body .home .container .section1 .grid .item .text .nums {
    position: absolute;
    right: 1.04167vw;
    bottom: .78125vw;
    font-weight: 500
}

body .home .container .section1 .grid .item .text .nums sup {
    font-weight: 200
}

body .home .container .section1 .grid .item:nth-child(2) {
    margin-top: 3.75vw
}

body .home .container .section1 .grid .item:hover .bg img:nth-child(1) {
    opacity: 0
}

body .home .container .section1 .grid .item:hover .bg img:nth-child(2) {
    opacity: 1
}

body .home .container .section1 .grid .item:hover .text {
    color: #000
}

body .home .container .section1 .grid.grid2 {
    margin: 0 12.60417vw 0 6.51042vw
}

@keyframes scaleA {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .5
    }

    100% {
        transform: translate(-50%, -50%) scale(5);
        opacity: 0
    }
}

body .home .container .section2 {
    margin: 12.1875vw 0 11.97917vw 0;
    overflow: hidden
}

body .home .container .section2 .content {
    width: 91.66667vw;
    margin: 8.33333vw auto 0;
    position: relative
}
body .home .container .section2 .content .prev{
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    display: none;
}
body .home .container .section2 .content .next{
    position: absolute;
    right: 0;
    top:55%;
        transform: translateY(-50%);
    display: none;
}


body .home .container .section2 .content:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: .20833vw;
    background: #F3F3F3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

body .home .container .section2 .content .yearSwiper {
    width: 120vw;
    height: 36.45833vw;
    overflow: unset
}

body .home .container .section2 .content .yearSwiper .swiper-slide {
    display: flex;
    align-items: center;
    left: -23.4375vw
}

body .home .container .section2 .content .yearSwiper .swiper-slide:nth-child(2n-1) .item .position {
    bottom: unset;
    top: calc(100% + 5.208333vw)
}

body .home .container .section2 .content .yearSwiper .swiper-slide:nth-child(2n-1) .item .position .l {
    flex-direction: column-reverse
}

body .home .container .section2 .content .yearSwiper .swiper-slide:nth-child(2n-1) .item .position .l:after {
    bottom: 0;
    top: unset
}

body .home .container .section2 .content .yearSwiper .swiper-slide:nth-child(2n-1) .item .position .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

body .home .container .section2 .content .yearSwiper .swiper-slide.swiper-slide-active .item .bigCircle span {
    background: #2690C5
}

body .home .container .section2 .content .yearSwiper .swiper-slide.swiper-slide-active .item .bigCircle span:not(:first-child) {
    display: block
}

body .home .container .section2 .content .yearSwiper .swiper-slide.swiper-slide-active .item .position .l .circle1 {
    background: #2690C5
}

body .home .container .section2 .content .yearSwiper .swiper-slide.swiper-slide-active .item .position .l .circle2 {
    background: rgba(38, 144, 197, 0.4)
}

body .home .container .section2 .content .yearSwiper .swiper-slide.swiper-slide-active .item .position .l .circle3 {
    background: rgba(38, 144, 197, 0.2)
}

body .home .container .section2 .content .yearSwiper .swiper-slide.swiper-slide-active .item .position .l .circle4 {
    background: rgba(38, 144, 197, 0.1)
}

body .home .container .section2 .content .yearSwiper .swiper-slide.swiper-slide-active .item .position .text .p1,
body .home .container .section2 .content .yearSwiper .swiper-slide.swiper-slide-active .item .position .text .p2 {
    color: #000
}

body .home .container .section2 .content .yearSwiper .swiper-slide .item {
    width: 1.66667vw;
    height: 1.66667vw;
    position: relative
}

body .home .container .section2 .content .yearSwiper .swiper-slide .item .bigCircle {
    width: 1.66667vw;
    height: 1.66667vw;
    position: relative
}

body .home .container .section2 .content .yearSwiper .swiper-slide .item .bigCircle span {
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    border-radius: 50%;
    position: relative;
    display: block;
    transition: .6s ease
}

body .home .container .section2 .content .yearSwiper .swiper-slide .item .bigCircle span:not(:first-child) {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2690C5;
    border-radius: 50%;
    opacity: .5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: scaleA 3s infinite linear;
    display: none
}

body .home .container .section2 .content .yearSwiper .swiper-slide .item .bigCircle span:nth-child(3) {
    animation-delay: 1s
}

body .home .container .section2 .content .yearSwiper .swiper-slide .item .bigCircle span:nth-child(4) {
    animation-delay: 2s
}

body .home .container .section2 .content .yearSwiper .swiper-slide .item .position {
    display: flex;
    position: absolute;
    bottom: calc(100% + 5.208333vw);
    left: 5px
}

body .home .container .section2 .content .yearSwiper .swiper-slide .item .position .l {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.44792vw;
    margin: .98958vw 1.30208vw 0 0;
    position: relative;
    z-index: 1
}

body .home .container .section2 .content .yearSwiper .swiper-slide .item .position .l:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15.3125vw;
    background: #F3F3F3;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

body .home .container .section2 .content .yearSwiper .swiper-slide .item .position .l .circle1 {
    width: 1.14583vw;
    height: 1.14583vw;
    border-radius: 50%;
    background: #D9D9D9;
    margin: auto;
    transition: .6s ease
}

body .home .container .section2 .content .yearSwiper .swiper-slide .item .position .l .circle2 {
    width: .52083vw;
    height: .52083vw;
    border-radius: 50%;
    background: #D9D9D9;
    margin: auto;
    transition: .6s ease
}

body .home .container .section2 .content .yearSwiper .swiper-slide .item .position .l .circle3 {
    width: .52083vw;
    height: .52083vw;
    border-radius: 50%;
    background: #D9D9D9;
    margin: auto;
    transition: .6s ease
}

body .home .container .section2 .content .yearSwiper .swiper-slide .item .position .l .circle4 {
    width: .52083vw;
    height: .52083vw;
    border-radius: 50%;
    background: #D9D9D9;
    margin: auto;
    transition: .6s ease
}

body .home .container .section2 .content .yearSwiper .swiper-slide .item .position .text .p1 {
    color: #999;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 .625vw;
    transition: .6s ease
}

body .home .container .section2 .content .yearSwiper .swiper-slide .item .position .text .p2 {
    width: 15.9375vw;
    color: #999;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45833vw;
    transition: .6s ease
}

body .home .container .section3 {
    margin: 0 7.03125vw 0 12.70833vw
}

body .home .container .section3 .content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

body .home .container .section3 .content .lbox {
    position: relative
}

body .home .container .section3 .content .lbox img {
    transition: all 600ms
}

body .home .container .section3 .content .lbox img:hover {
    transform: scale(1.05)
}

body .home .container .section3 .content .lbox .c1 {
    margin-left: 2.76042vw
}

body .home .container .section3 .content .lbox .c1 img {
    width: 16.71875vw;
    height: 16.71875vw;
    border-radius: 50%;
    object-fit: cover
}

body .home .container .section3 .content .lbox .c2 {
    position: absolute;
    right: -13.54167vw;
    top: 13.02083vw
}

body .home .container .section3 .content .lbox .c2 img {
    width: 14.84375vw;
    height: 14.84375vw;
    border-radius: 50%;
    object-fit: cover
}

body .home .container .section3 .content .lbox .c3 {
    margin-top: 2.08333vw
}

body .home .container .section3 .content .lbox .c3 img {
    width: 11.82292vw;
    height: 11.82292vw;
    border-radius: 50%;
    object-fit: cover
}

body .home .container .section3 .content .rbox {
    width: 38.02083vw;
    color: #666
}

body .home .container .section3 .content .rbox ul li {
    list-style: disc;
    font-weight: 500;
    transition: all 600ms;
    transform-origin: left center
}

body .home .container .section3 .content .rbox ul li:not(:last-child) {
    margin-bottom: 2.08333vw
}

body .home .container .section3 .content .rbox ul li.on {
    color: #000;
    transform: scale(1.2)
}

body .home .container .section4 {
    padding-top: 5.72917vw
}

body .home .container .section4 .map {
    position: relative
}

body .home .container .section4 .map .bg img {
    width: 100%
}

body .home .container .section4 .map .point {
    position: absolute;
    text-align: center
}

body .home .container .section4 .map .point .icon {
    transition: all 600ms
}

body .home .container .section4 .map .point .icon img {
    width: 3.125vw
}

body .home .container .section4 .map .point p {
    color: #000;
    font-weight: 500;
    margin-top: 1.04167vw
}

body .home .container .section4 .map .point:hover .icon {
    transform: scale(1.3)
}

body .home .container .section4 .map .point1 {
    left: 11.82292vw;
    top: 17.39583vw
}

body .home .container .section4 .map .point2 {
    left: 23.22917vw;
    top: 30.36458vw
}

body .home .container .section4 .map .point3 {
    left: 46.5625vw;
    top: 8.64583vw
}

body .home .container .section4 .map .point4 {
    left: 46.19792vw;
    top: 23.17708vw
}

body .home .container .section4 .map .point5 {
    left: 60.10417vw;
    top: 17.5vw
}

body .home .container .section4 .map .point6 {
    left: 80vw;
    top: 26.04167vw
}

body .home .container .section4 .map .point7 {
    left: 79.58333vw;
    top: 36.92708vw
}

@media screen and (max-width: 768px) {
    body .home {
        background-size: cover
    }

    body .home .container {
        padding-top: 80px;
        overflow: hidden
    }

    body .home .container .title {
        width: 100%;
        font-size: 20px
    }

    body .home .container .title p:nth-child(1) {
        margin-bottom: 0
    }

    body .home .container .title img {
        width: 200px;
        top: 10px;
        left: 30px;
        display: none
    }

    body .home .container h1 {
        font-size: 20px
    }

    body .home .container .intro {
        width: 100%;
        margin: 30px auto;
        padding: 0 5%
    }

    body .home .container .section1 {
        margin: 0 5%
    }

    body .home .container .section1 .grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 0
    }

    body .home .container .section1 .grid .item {
        height: auto
    }

    body .home .container .section1 .grid .item:nth-child(2) {
        margin-top: 0
    }

    body .home .container .section1 .grid .item .bg img {
        height: 200px;
        object-fit: cover
    }

    body .home .container .section1 .grid .item .text .pt {
        left: 20px;
        top: 15px;
        max-width: 80%
    }

    body .home .container .section1 .grid .item .text .nums {
        right: 15px;
        bottom: 10px;
        font-size: 32px
    }

    body .home .container .section1 .grid.grid2 {
        margin: 0
    }

    body .home .container .section2 {
        margin: 60px 0
    }

    body .home .container .section2 .content {
        width: 90%
    }

     body .home .container .section2 .content .next{
        display: block;
        z-index: 10;
    }
    body .home .container .section2 .content .prev img{
        transform: rotate(180deg);
    }

    body .home .container .section2 .content:after {
        display: none
    }

    body .home .container .section2 .content .yearSwiper {
        width: 100%;
        height: auto
    }

    body .home .container .section2 .content .yearSwiper .swiper-slide {
        left: 0
    }

    body .home .container .section2 .content .yearSwiper .swiper-slide .item {
        width: 100%;
        height: auto
    }

    body .home .container .section2 .content .yearSwiper .swiper-slide .item .bigCircle {
        display: none
    }

    body .home .container .section2 .content .yearSwiper .swiper-slide .item .position {
        position: static;
        width: 100%
    }

    body .home .container .section2 .content .yearSwiper .swiper-slide .item .position .l {
        display: none
    }

    body .home .container .section2 .content .yearSwiper .swiper-slide .item .position .text .p1 {
        margin: 0 0 10px
    }

    body .home .container .section2 .content .yearSwiper .swiper-slide .item .position .text .p2 {
        width: 100%;
        line-height: 1.4
    }

    body .home .container .section3 {
        margin: 0 5%
    }

    body .home .container .section3 .content {
        flex-direction: column;
        gap: 30px;
        margin-top: 30px
    }

    body .home .container .section3 .content .lbox {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px
    }

    body .home .container .section3 .content .lbox .c1 {
        margin-left: 0;
        text-align: center
    }

    body .home .container .section3 .content .lbox .c1 img {
        width: 200px;
        height: 200px
    }

    body .home .container .section3 .content .lbox .c2 {
        position: static;
        text-align: center;
        margin-top: 20px
    }

    body .home .container .section3 .content .lbox .c2 img {
        width: 150px;
        height: 150px
    }

    body .home .container .section3 .content .lbox .c3 {
        text-align: center
    }

    body .home .container .section3 .content .lbox .c3 img {
        width: 100px;
        height: 100px
    }

    body .home .container .section3 .content .rbox {
        width: 100%;
        padding-left: 20px
    }

    body .home .container .section3 .content .rbox ul li:not(:last-child) {
        margin-bottom: 10px
    }

    body .home .container .section4 {
        padding-top: 60px
    }

    body .home .container .section4 .map .bg img {
        height: 300px;
        object-fit: cover
    }

    body .home .container .section4 .map .point .icon img {
        width: 20px
    }

    body .home .container .section4 .map .point p {
        margin-top: 5px;
        font-size: 8px
    }
}