.cor2 {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cor2 .ev {
    width: 100%;
    position: relative;
    margin-bottom: 5.521vw;
    display: flex;
    justify-content: flex-end;
}

.cor2 .ev:nth-child(2n) {
    justify-content: flex-start;
}

.cor2 .pic {
    width: 50vw;
}

.cor2 .intr {
    width: 53.646vw;
    height: auto;
    max-height: 80%;
    overflow: auto;
    padding: 6.563vw 3.49vw 5.052vw 0;
    position: absolute;
    left: 8.854vw;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(1.042vw);
    backdrop-filter: blur(1.042vw);
}

.cor2 .ev:nth-child(2n) .intr {
    left: auto;
    right: 8.854vw;
    padding: 6.563vw 0 5.052vw 3.49vw;
}

.cor2 .intr h2,
.cordl1 .title {
    font-size: 1.51vw;
    font-weight: bold;
    color: #ed4001;
    font-family: "Gill Sans MT";
}

.cordl1 .title {
    margin-bottom: 1em;
}

.cor2 .intr hr {
    border: none;
    display: inline-block;
    width: 1.875vw;
    height: 0.104vw;
    margin: 1.354vw 0;
    background-color: #ed4001;
}

.cor2 .intr p {
    font-size: 1.146vw;
    line-height: 1.6;
    font-family: Gill Sans MT-Light;
    color: #737373;
}

.cor2 .C-more {
    margin-top: 1.302vw;
}

.cordl1 {
    padding: 8.75vw 0 3.385vw;
    font-size: 1.146vw;
    font-family: Gill Sans MT-Light;
    font-weight: 300;
    color: #464849;
    line-height: 1.6;
    border-bottom: 1px solid #DDDDDD;
}

.cordl1 .wrap {
    padding-right: 28.958vw;
}

.cordl2 .ev {
    padding: 3.125vw 0;
    border-bottom: 1px solid #DDDDDD;
}

.cordl2 .left {
    width: 62%;
}

.cordl2 .left p {
    margin-top: 1em;
    font-size: 1.146vw;
    font-family: Gill Sans MT-Light;
    font-weight: 300;
    color: #464849;
}

.cordl2 .right {
    width: 33%;
    position: relative;
}

.cordl2 .right .swiper-slide {
    background: #fff;
}

.cordl2 .right .swiper-slide.resize span {
    display: block;
    width: 1.198vw;
    height: 1.198vw;
    background: rgba(255, 255, 255, 0.4) url('/img/icon-resize.svg') no-repeat center/0.938vw 0.938vw;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    right: 0.313vw;
    bottom: 0.365vw;
    transition: all ease .3s;
}

.cordl2 .right .swiper-slide.resize:hover span {
    background: #ed4001 url('/img/icon-resize.svg') no-repeat center/0.938vw 0.938vw;
}

.cordl2 .right .swiper-slide.resize span:hover {
    transform: scale(1.2);
}

.cordl2 .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.cordl2 .swiper-button .iconfont {
    font-size: 1.146vw;
    color: #CFCFCF;
}

.cordl2 .swiper-button:hover .iconfont {
    color: #ed4001;
}

.cordl2 .swiper-button.prev {
    left: -2.083vw;
    transform: translateY(-50%) rotateY(180deg);
}

.cordl2 .swiper-button.next {
    right: -2.083vw;
}

.Mapgroup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 55;
    display: none;
}

.Mapgroup.open {
    display: flex;
}

.Mapgroup .close {
    position: absolute;
    right: 2.083vw;
    top: 0.521vw;
    font-size: 3.333vw;
    color: #ed4001;
    transition: all ease .3s;
    cursor: pointer;
}

.Mapgroup .close:hover {
    color: #fff;
}

.Mapgroup .wrap {
    width: 80%;
    height: 70%;
}

.Mapgroup .wrap #Map {
    width: 100%;
    height: 100%;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1250px) {
    .cor2 .ev {
        width: 100%;
        margin-bottom: 86px;
        flex-wrap: wrap;
        align-items: center;
    }

    .cor2 .pic {
        width: 48%;
    }

    .cor2 .intr {
        width: 52%;
        max-height: 100%;
        padding: 0 5%;
        position: static;
        left: 0;
        transform: translateY(0);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }

    .cor2 .ev:nth-child(2n) .intr {
        right: 0;
        padding: 0 5%;
    }

    .cor2 .intr h2,
    .cordl1 .title {
        font-size: 20px;
    }

    .cor2 .intr hr {
        width: 26px;
        height: 2px;
        margin: 10px 0;
    }

    .cor2 .intr p {
        font-size: 16px;
    }

    .cor2 .C-more {
        margin-top: 25px;
    }

    .cordl1 {
        padding: 88px 0 65px;
        font-size: 18px;
        border-bottom: 1px solid #DDDDDD;
    }

    .cordl1 .wrap {
        padding-right: 10%;
    }

    .cordl2 .ev {
        padding: 40px 0;
        border-bottom: 1px solid #DDDDDD;
    }

    .cordl2 .left {
        width: 55%;
    }

    .cordl2 .left p {
        font-size: 18px;
    }

    .cordl2 .right {
        width: 38%;
    }

    .cordl2 .right .swiper-slide.resize span {
        width: 23px;
        height: 23px;
        border-radius: 4px;
        right: 6px;
        bottom: 7px;
    }

    .cordl2 .swiper-button .iconfont {
        font-size: 22px;
    }

    .cordl2 .swiper-button.prev {
        left: -40px;
    }

    .cordl2 .swiper-button.next {
        right: -40px;
    }

    .Mapgroup .close {
        right: 40px;
        top: 10px;
        font-size: 64px;
    }
}

@media screen and (max-width:991px) {
    .cor2 {
        padding: 5% 0;
    }

    .cor2 .ev {
        width: 90%;
        margin: 0 auto 40px;
    }

    .cor2 .pic {
        width: 100%;
    }

    .cor2 .intr {
        width: 100%;
        padding: 5% 0 0;
    }

    .cor2 .ev:nth-child(2n) .intr {
        padding: 5% 0 0;
    }

    .cordl1 {
        padding: 68px 0;
        font-size: 16px;
    }

}

@media screen and (max-width:768px) {
    .cordl1 .wrap {
        padding-right: 0;
    }

    .cordl2 .left {
        width: 100%;
    }

    .cordl2 .right {
        width: calc(100% - 80px);
        margin: 20px auto 0;
    }

    .cordl2 .left p {
        font-size: 16px;
    }
}

@media screen and (max-width:480px) {

    .cor2 .intr h2,
    .cordl1 .title {
        font-size: 18px;
    }

    .cor2 .intr p {
        font-size: 14px;
    }

    .cordl1 {
        padding: 48px 0;
        font-size: 16px;
    }

    .cordl2 .left p {
        font-size: 14px;
    }

    .cordl2 .right {
        width: calc(100% - 50px);
    }

    .cordl2 .swiper-button.prev {
        left: -25px;
    }

    .cordl2 .swiper-button.next {
        right: -25px;
    }

    .Mapgroup .close {
        right: 20px;
        top: 10px;
        font-size: 34px;
    }
}