body {
    min-width: 1920px;
    overflow-x: hidden;
}
.insurance_wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
/* insurance_title */
.insurance_title {
    position: relative;
}
.insurance_title > div {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.insurance_title > div > p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.insurance_title > div > h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-top: 4px;
}

/* insurance_intro01 */
.insurance_intro01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 104px;
    text-align: center;
}
.insurance_intro01 > h2 {
    font-size: 36px;
    font-weight: 700;
    color: #007fc1;
    line-height: 54px;
    margin-top: 35px;
    margin-bottom: 33px;
}
.insurance_intro01 > h2 > span {
    color: #fff;
    background-color: #007fc1;
    padding: 0px 4px;
}
.insurance_intro01 > p {
    font-size: 22px;
    font-weight: 400;
    color: #464646;
    line-height: 36px;
}
.insurance_intro01 > p > span {
    font-size: 22px;
    font-weight: 700;
    color: #007fc1;
}

/* insurance_intro02 */
.insurance_intro02 {
    background-color: #0074b1;
    padding-top: 52px;
    padding-bottom: 93px;
}
.insurance_intro02_title {
    display: flex;
    justify-content: center;
}
.insurance_intro02_title > div {
    margin-left: 18px;
}
.insurance_intro02_title > div > h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}
.insurance_intro02_title > div > h3 {
    font-size: 48px;
    font-weight: 700;
    color: #f1ca2e;
}
.insurance_intro02_box {
    display: flex;
    max-width: 1324px;
    width: 100%;
    justify-content: space-between;
    margin: 79px auto 0px;
}
.insurance_intro02_box > div {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
}
.insurance_intro02_box > div > span {
    display: inline-block;
    line-height: 42px;
    padding: 0px 30px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 21px;
    margin-bottom: 14px;
}
.insurance_intro02_box > div > p {
    line-height: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-top: 17px;
}

/* insurance_intro03 */
.insurance_intro03 {
    padding-top: 127px;
    padding-bottom: 142px;
}
.insurance_intro03 > div {
    display: flex;
    justify-content: space-between;
}
.insurance_intro03_left > span {
    font-size: 20px;
    font-weight: 500;
    color: #434343;
}
.insurance_intro03_left > h2 {
    font-size: 40px;
    font-weight: 700;
    color: #007fc1;
    margin-top: 5px;
    margin-bottom: 25px;
}
.insurance_intro03_left > p {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}
.insurance_intro03_left > p > span {
    color: #007fc1;
}
.insurance_intro03_left > p > span:first-child {
    color: #333333;
    font-weight: 700;
    background-color: rgba(0, 127, 193, 0.06);
}

/* insurance_intro04 */
.insurance_intro04 {
    padding-top: 70px;
    padding-bottom: 60px;
    background-image: url(../images/insurance_intro04_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    text-align: center;
}
.insurance_intro04 > h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    line-height: 50px;
    margin-bottom: 37px;
}
.insurance_intro04 > h2 > span {
    color: #007fc1;
}
.insurance_intro04_box {
    display: flex;
    max-width: 1047px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
.insurance_intro04_box > div {
    width: 337px;
    height: 395px;
    padding-top: 56px;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
}
.insurance_intro04_box > div > span {
    color: #007fc1;
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 26px;
}
.insurance_intro04_box > div > p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-top: 33px;
    line-height: 27px;
}
.insurance_intro04_box > div:first-child > p {
    margin-top: 21px;
}
.insurance_intro04 > span {
    display: block;
    margin-top: 52px;
    font-size: 16px;
    font-weight: 400;
    color: #4e4e4e;
}

/* insurance_intro05 */
.insurance_intro05 {
    padding-top: 111px;
    padding-bottom: 180px;
}
.insurance_intro05 > div {
    display: flex;
    justify-content: space-between;
}
.insurance_intro05_left > h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    line-height: 54px;
}
.insurance_intro05_left > h2 > span {
    color: #007fc1;
}
.insurance_intro05_left > p {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 29px;
    margin-top: 20px;
    margin-bottom: 88px;
}
.insurance_intro05_list > div {
    display: flex;
}
.insurance_intro05_list > div > div {
    margin-left: 19px;
}
.insurance_intro05_list > div > div > span {
    font-size: 24px;
    font-weight: 700;
    color: #007fc1;
}
.insurance_intro05_list > div > div > p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-top: 5px;
}
.insurance_intro05_con02 {
    margin: 25px 0px;
}

/* insurance_intro06 */
.insurance_intro06 {
    padding-top: 25px;
    padding-bottom: 29px;
    background-color: rgba(0, 127, 193, 0.07);
    display: flex;
    width: 100%;
    justify-content: center;
}
.insurance_intro06_con {
    margin-left: 28px;
}
.insurance_intro06_con > h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 14px;
    line-height: 50px;
}
.insurance_intro06_con > h2 > span {
    color: #007fc1;
}
.insurance_intro06_con > p {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 29px;
}
.insurance_intro06_con > p > span {
    font-weight: 700;
    color: #e82222;
}

/* insurance_intro07 */
.insurance_intro07 {
    padding-top: 101px;
    padding-bottom: 84px;
}
.insurance_intro07_title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #747474;
    padding-bottom: 14px;
}
.insurance_intro07_title > h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    position: relative;
}
.insurance_intro07_title > h2 > span {
    color: #007fc1;
}
.insurance_intro07_title > h2 > img {
    position: absolute;
    right: -98px;
    bottom: 11px;
}
.intro07_title {
    display: flex;
    justify-content: space-between;
    padding-right: 67px;
    padding-left: 78px;
    cursor: pointer;
}
.intro07_title.active > img {
    transform: rotate(180deg);
}
.insurance_intro07_box h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 74px;
}
.insurance_intro07_box > div {
    border-bottom: 1px solid #dedede;
}
.intro07_text {
    background-color: #f8f8f8;
    padding-top: 28px;
    padding-left: 36px;
    max-width: 1098px;
    width: 100%;
    margin-left: 42px;
    padding-bottom: 45px;
    display: none;
}
.intro07_text > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
}
.intro07_title.active > h3 {
    color: #007fc1;
}
@media screen and (max-width: 768px) {
    body {
        min-width: initial;
    }
    .m_con {
        display: block;
    }
    .pc_con {
        display: none !important;
    }
    .insurance_title > div > p {
        text-align: center;
    }
    .insurance_intro01 {
        padding-top: 70px;
        padding-bottom: 101px;
    }
    .insurance_intro01 > img {
        width: 80px;
    }
    .insurance_intro01 > span {
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        color: #007fc1;
        margin-top: 31px;
        margin-bottom: 10px;
    }
    .insurance_intro01 > h3 {
        font-size: 32px;
        font-weight: 700;
        color: #007fc1;
        margin-bottom: 15px;
        line-height: 42px;
    }
    .insurance_intro01 > h3 > span {
        color: #fff;
        background-color: #007fc1;
    }
    .insurance_intro01 > p {
        font-size: 16px;
        line-height: 24px;
    }
    .insurance_intro01 > p > span {
        font-size: 16px;
        font-weight: 700;
        color: #007fc1;
    }
    .insurance_intro02 {
        padding-top: 76px;
        padding-bottom: 128px;
    }
    .insurance_intro02_title {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .insurance_intro02_title > img {
        width: 166px;
    }
    .insurance_intro02_title > div > h2 {
        font-size: 36px;
        text-align: center;
        margin-top: 17px;
    }
    .insurance_intro02_title > div > h3 {
        font-size: 36px;
        margin-top: -5px;
        text-align: center;
    }
    .insurance_intro02_box {
        max-width: 360px;
        width: 100%;
        margin: 47px auto 0px;
        flex-wrap: wrap;
    }
    .insurance_intro02_box > img {
        display: none;
    }
    .insurance_intro02_box > div > span {
        line-height: 26px;
        padding: 0px 19px;
        font-size: 15px;
        margin-bottom: 8px;
    }
    .insurance_intro02_box > div > img {
        width: 153px;
    }
    .insurance_intro02_box > div > p {
        line-height: 19px;
        font-size: 15px;
        margin-top: 10px;
    }
    .insurance_intro02_con03,
    .insurance_intro02_con04 {
        margin-top: 47px;
    }
    .insurance_intro03 {
        padding-top: 83px;
        padding-bottom: 90px;
    }
    .insurance_wrap {
        max-width: 360px;
    }
    .insurance_intro03 > div {
        flex-direction: column;
    }
    .insurance_intro03_left > img {
        width: 360px;
    }
    .insurance_intro03_left > h2 {
        font-size: 36px;
        margin-top: 9px;
        margin-bottom: 18px;
    }
    .insurance_intro03_left > p {
        font-size: 14px;
        line-height: 28px;
        margin-top: 38px;
    }
    .insurance_intro04 {
        padding-top: 85px;
        padding-bottom: 47px;
        background-image: url(../images/m_insurance_intro04_bg.png);
        background-position: center;
    }
    .insurance_intro04 > h2 {
        font-size: 18px;
        font-weight: 500;
        line-height: 50px;
        margin-bottom: 38px;
    }
    .insurance_intro04 > h2 > span {
        font-size: 36px;
        font-weight: 700;
    }
    .insurance_intro04_box {
        max-width: 337px;
        flex-direction: column;
    }
    .insurance_intro04_box > div {
        margin-bottom: 32px;
    }
    .insurance_intro04_box > div:last-child {
        margin-bottom: 0px;
    }
    .insurance_intro04 > span {
        margin-top: 31px;
    }
    .insurance_intro05 {
        padding-top: 69px;
        padding-bottom: 63px;
    }
    .insurance_intro05 > div {
        flex-direction: column;
    }
    .insurance_intro05_left > h2 {
        font-size: 18px;
        font-weight: 500;
        line-height: 42px;
    }
    .insurance_intro05_left > h2 > span {
        font-size: 32px;
        font-weight: 700;
    }
    .insurance_intro05_left > p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 11px;
        margin-bottom: 51px;
    }
    .insurance_intro05_left > img {
        width: 360px;
    }
    .insurance_intro05_list {
        margin-top: 41px;
    }
    .insurance_intro05_list > div > div > span {
        font-size: 23px;
    }
    .insurance_intro06 {
        padding-top: 57px;
        padding-bottom: 79px;
        flex-direction: column;
        align-items: flex-start;
    }
    .insurance_intro06 > img {
        margin: 0 auto;
    }
    .insurance_intro06_con {
        margin-left: 15px;
    }
    .insurance_intro06_con > h2 {
        font-size: 26px;
        margin-bottom: 20px;
        margin-top: 57px;
        line-height: 36px;
    }
    .insurance_intro06_con > p {
        font-size: 15px;
        line-height: 24px;
    }
    .insurance_intro07 {
        padding-top: 76px;
        padding-bottom: 184px;
        overflow: hidden;
    }
    .insurance_intro07_title {
        padding-bottom: 15px;
    }
    .insurance_intro07_title > img {
        display: none;
    }
    .insurance_intro07_title > h2 {
        font-size: 32px;
    }
    .insurance_intro07_title > h2 > img {
        position: absolute;
        width: 133px;
        right: -63px;
        bottom: 18px;
    }
    .insurance_intro07_box h3 {
        font-size: 18px;
        line-height: 27px;
    }
    .intro07_title {
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 15px;
        padding-bottom: 18px;
    }
    .intro07_text {
        padding-top: 30px;
        padding-left: 12px;
        max-width: 360px;
        margin-left: 0px;
        padding-bottom: 32px;
    }
    .intro07_text > p {
        font-size: 14px;
        line-height: 26px;
    }
    .intro07_title.active > h3 {
        font-weight: 700;
    }
}
