.family2 .ev:nth-child(2n-1) {
    flex-direction: row-reverse;
}

.family2 .ev .pic {
    width: 50%;
}

.family2 .ev .intr {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 3.229vw 0 8.75vw;
}

.family2 .ev:last-child .intr {
    background-color: #fafafa;
}

.family2 .ev .intr h2 {
    font-size: 1.51vw;
    font-weight: bold;
    color: #ed4001;
}

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

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

.family2 .ev .intr .C-more {
    margin-top: 1.563vw;
}

.body {
    overflow: visible;
}

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

.family3 .wrap {
    align-items: flex-start;
}

.family3 .content {
    width: 65%;
}

.family3 .content .title {
    padding-bottom: 1.302vw;
    border-bottom: 1px solid #ECECEC;
}

.family3 .content .title h2 {
    font-size: 1.51vw;
    margin-bottom: 0.8em;
    font-weight: bold;
    color: #ed4001;
}

.family3 .content .title p {
    font-size: 1.146vw;
    font-family: Gill Sans MT-Light;
    font-weight: 300;
    line-height: 1.6;
    color: #737373;
}

.family3 .content .empty h2 {
    font-size: 1.146vw;
    color: #000000;
}

.family3 .content .empty {
    padding-top: 1.563vw;
    font-size: 1.146vw;
    color: #737373;
    font-family: Gill Sans MT-Light;
    font-weight: 300;
    line-height: 1.6;
}

.family3 .content .empty * {
    white-space: normal !important;
}

.family3 .content .empty img {
    max-width: 100% !important;
}

.family3 .slide {
    width: 30%;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    top: 5.208vw;
    padding: 1.146vw;
    background: rgba(255, 255, 255, 0.39);
    box-shadow: 0vw 0.208vw 0.625vw rgba(0, 0, 0, 0.1);
}

.family3 .slide .title h2 {
    font-size: 1.51vw;
    font-weight: bold;
    color: #ed4001;
}

.family3 .slide .title hr {
    display: block;
    border: none;
    width: 1.875vw;
    height: 0.104vw;
    background: #ed4001;
    margin: 1.458vw 0;
}

.family3 .slide .ev {
    display: block;
}

.family3 .slide .ev:not(:last-child) {
    margin-bottom: 2.865vw;
}

.family3 .slide .ev p {
    font-size: 0.99vw;
    font-weight: bold;
    color: #000000;
    margin-top: 0.521vw;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1250px) {
    .family2 .ev .pic {
        width: 50%;
    }

    .family2 .ev .intr {
        width: 50%;
        padding: 0 5%;
    }

    .family2 .ev .intr h2 {
        font-size: 20px;
    }

    .family2 .ev .intr hr {
        width: 36px;
        height: 2px;
        margin: 15px 0;
    }

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

    .family2 .ev .intr .C-more {
        margin-top: 30px;
    }

    .family3 .content {
        width: 100%;
    }

    .family3 .content .title {
        padding-bottom: 25px;
        border-bottom: 1px solid #ECECEC;
    }

    .family3 .content .title h2 {
        font-size: 20px;
    }

    .family3 .content .title p {
        font-size: 16px;
    }

    .family3 .content .empty h2 {
        font-size: 18px;
    }

    .family3 .content .empty {
        padding-top: 30px;
        font-size: 16px;
    }

    .family3 .slide {
        display: none;
        width: 30%;
        top: 100px;
        padding: 22px;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    }

    .family3 .slide .title h2 {
        font-size: 29px;
    }

    .family3 .slide .title hr {
        width: 36px;
        height: 2px;
        margin: 28px 0;
    }

    .family3 .slide .ev:not(:last-child) {
        margin-bottom: 55px;
    }

    .family3 .slide .ev p {
        font-size: 19px;
        margin-top: 10px;
    }
}

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

@media screen and (max-width:768px) {
    .family2 .ev .pic {
        width: 90%;
    }

    .family2 .ev .intr {
        width: 90%;
        padding: 5% 5% 10%;
    }
}

@media screen and (max-width:480px) {
    .family2 .ev .intr h2 {
        font-size: 18px;
    }

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

    .family2 .ev .intr .C-more {
        margin-top: 20px;
    }

    .family3 .content .empty h2 {
        font-size: 16px;
    }
}