@charset "UTF-8";
section {
    --scon-padding-top: 350px;
    --scon-padding-bottom: 200px;
}

div {
    --pic-l-width: 656px;
    --pic-l-height: 666.5px;
    --pic-l-radius: 312px;

    --pic-s-width: 400px;
    --pic-s-height: 406.5px;
    --pic-s-radius: 190px;

    --pic-s-bottom: calc(-1 * var(--scon-padding-bottom));
}

img {
    --img-p-w-l: 670px;
    --img-p-w-s: 410px;
}

.box__picl__radius {
    position: relative;
    width: var(--pic-l-width);
    height: var(--pic-l-height);
    border-radius: var(--pic-l-radius);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box__pics__radius {
    position: relative;
    width: var(--pic-s-width);
    height: var(--pic-s-height);
    bottom: var(--pic-s-bottom);
    border-radius: var(--pic-s-radius);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* intro2 */
.box__intro2 {
    margin-top: calc(250px - 150px - 100px);
    padding-top: 150px;
    overflow: hidden;
}

.box__intro2 .box__container > img {
    position: absolute;
    width: 150px;
    height: 153px;
    left: 825px;
    top: -105px;
}

.box__intro2 .box__container > div:nth-child(2) {
    margin-bottom: 40px;
}

/* box__scon1 */
.box__scon1 {
    margin-top: calc(450px - var(--scon-padding-top) - 200px - 60px);
    padding-top: var(--scon-padding-top);
    padding-bottom: var(--scon-padding-bottom);
    overflow: hidden;
}

.box__scon1 .box__container .box__body {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box__scon1 .box__container .box__body > li {
    flex: 0 0 auto;
    position: relative;
}

.box__scon1 .box__container .box__body > li:first-child {
    width: 450px;
    z-index: 1;
}

.box__scon1 .box__container .box__body > li:first-child > img:first-child {
    position: absolute;
    width: 450px;
    height: 458px;
    left: -540px;
    top: -385px;
}

.box__scon1 .box__container .box__body > li:first-child > img:nth-child(2) {
    position: absolute;
    width: 150px;
    height: 153px;
    left: -115px;
    top: -315px;
}

.box__scon1 .box__container .box__body > li:first-child > p:last-child {
    margin-top: 40px;
}

.box__scon1 .box__container .box__body > li:last-child {
    margin-left: 150px;   
}

.box__scon1 .box__container .box__body > li:last-child > img {
    position: absolute;
    width: 900px;
    height: 914px;
    left: 365px;
    top: calc(-1 * var(--scon-padding-top));
}

.box__scon1 .box__container .box__body > li:last-child > div:nth-child(2) > img {
    width: var(--img-p-w-l);
}

.box__scon1 .box__container .box__body > li:last-child > div:last-child {
    position: absolute;
    left: var(--pic-s-bottom);
} 


.box__scon1 .box__container .box__body > li:last-child > div:last-child > img {
    width: var(--img-p-w-s);
}
/* box__scon2 */
.box__scon2 {
    margin-top: 120px;
    padding-bottom: 180px;
    overflow: hidden;
}

.box__scon2 .box__container .box__body {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.box__scon2 .box__container .box__body > li {
    flex: 0 0 auto;
    position: relative;
}

.box__scon2 .box__container .box__body > li:first-child {
    margin-right: 150px;
}

.box__scon2 .box__container .box__body > li:first-child > img {
    position: absolute;
    width: 750px;
    height: 762px;
    left: -420px;
    top: 75px;
}

.box__scon2 .box__container .box__body > li:first-child > div:last-child > img {
    width: var(--img-p-w-l);
}

.box__scon2 .box__container .box__body > li:last-child {
    width: 420px;
}

.box__scon2 .box__container .box__body > li:last-child > img {
    position: absolute;
    width: 150px;
    height: 153px;
    left: 380px;
    top: -185px;
}

.box__scon2 .box__container .box__body > li:last-child > p {
    position: relative;
}

.box__scon2 .box__container .box__body > li:last-child > p:last-child {
    margin-top: 40px;
}

/* box__scon3 */
.box__scon3 {
    --padding-bottom: 90px;
    --padding-top: 340px;
    margin-top: calc(450px - var(--padding-top) - 180px);
    padding-top: var(--padding-top);
    padding-bottom: var( --padding-bottom);
    overflow: hidden;
}

.box__scon3 .box__container .box__body {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box__scon3 .box__container .box__body > li {
    flex: 0 0 auto;
    position: relative;
}

.box__scon3 .box__container .box__body > li:first-child {
    width: 450px;
}

.box__scon3 .box__container .box__body > li:first-child > img {
    position: absolute;
    width: 150px;
    height: 153px;
    left: 135px;
    top: 370px;
}

.box__scon3 .box__container .box__body > li:first-child > p:last-child {
    margin-top: 40px;
}

.box__scon3 .box__container .box__body > li:last-child {
    margin-left: 150px;   
}

.box__scon3 .box__container .box__body > li:last-child > picture > img {
    position: absolute;
    width: 600px;
    height: 767px;
    left: -110px;
    top: calc(-1 * var(--padding-top));
}

.box__scon3 .box__container .box__body > li:last-child > div:last-child > img {
    width: var(--img-p-w-l);
}

/* box__scon4 */
.box__scon4 {
    --padding-top: 100px;
    margin-top: calc(300px - var(--padding-top));
    padding-bottom: calc(var(--scon-padding-bottom) + 180px);
    padding-top: var(--padding-top);
    overflow: hidden;
}

.box__scon4 .box__container .box__body {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.box__scon4 .box__container .box__body > li {
    flex: 0 0 auto;
    position: relative;
}

.box__scon4 .box__container .box__body > li:first-child {
    margin-right: 150px;
    z-index: 1;
}

.box__scon4 .box__container .box__body > li:first-child > img:first-child {
    position: absolute;
    width: 600px;
    height: 610px;
    top: -35px;
    left: -390px;
}

.box__scon4 .box__container .box__body > li:first-child > img:nth-child(2) {
    position: absolute;
    width: 70px;
    height: 71px;
    top: 415px;
    left: 130px;
}

.box__scon4 .box__container .box__body > li:first-child > div:nth-child(3) > img {
    width: var(--img-p-w-l);
}

.box__scon4 .box__container .box__body > li:first-child > div:last-child {
    position: absolute;
    right: var(--pic-s-bottom);
}

.box__scon4 .box__container .box__body > li:first-child > div:last-child > img {
    width: var(--img-p-w-s);
}

.box__scon4 .box__container .box__body > li:last-child {
    width: 420px;
}

.box__scon4 .box__container .box__body > li:last-child > img {
    position: absolute;
    width: 1050px;
    height: 1066px;
    top: -330px;
    left: -200px;
}

.box__scon4 .box__container .box__body > li:last-child > p {
    position: relative;
}

.box__scon4 .box__container .box__body > li:last-child > p:last-child {
    margin-top: 40px;
}

@media only screen and (min-width:360px) {
    section {
        --scon-padding-top: 350px;
        --scon-padding-bottom: 70px;
    }

    div {
        --pic-l-width: 296px;
        --pic-l-height: 300px;
        --pic-l-radius: 145px;
    
        --pic-s-width: 177px;
        --pic-s-height: 180px;
        --pic-s-radius: 85px;
    
        --pic-s-bottom: calc(-1 * var(--scon-padding-bottom));
    }
    
    img {
        --img-p-w-l: 310px;
        --img-p-w-s: 190px;
    }

    .box__banner .box__container .box__pic {
        background-image: url('../images/service/service-banner-pic-1-s.jpg');
    }

    .box__intro2 {
        margin-top: 0px;
        padding-top: calc(250px - 100px);
    }

    .box__intro2 .box__container > img {    
        left: calc(100% - 75px);
        top: -150px;
    }

    .box__scon1 .box__container .box__body {
        flex-direction: column;
        align-items: center;
    }

    .box__scon1 .box__container .box__body > li:first-child {
        width: 100%;
        margin-bottom: calc(30px + 50px);
    }

    .box__scon1 .box__container .box__body > li:first-child > img:first-child {
        width: 340px;
        height: 305px;
        left: -285px;
        top: calc(-250px + 60px);
    }
    
    .box__scon1 .box__container .box__body > li:first-child > img:nth-child(2) {
        width: 50px;
        height: 51px;
        left: 40px;
        top: -145px;
    }

    .box__scon1 .box__container .box__body > li:first-child .text-sub-title-max {
        text-align: center;
    }

    .box__scon1 .box__container .box__body > li:last-child > img {
        width: 600px;
        height: 610px;
        left: 125px;
        top: calc(-1 * var(--scon-padding-top) - 40px);
    }

    .box__scon1 .box__container .box__body > li:last-child {
        width: 100%;
        margin-left: calc(-2 * var(--pic-s-bottom));
    }
    
    /* box__scon2 */
    .box__scon2 {
        margin-top: calc(120px - 40px);
        padding-top: 40px;
        padding-bottom: 140px;
    }

    .box__scon2 .box__container .box__body {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: flex-start;
    }

    .box__scon2 .box__container .box__body > li:last-child {
        width: 100%;
        margin-bottom: calc(30px + 50px);
    }

    .box__scon2 .box__container .box__body > li:first-child > img {
        width: 600px;
        height: 609px;
        left: -420px;
        top: -190px;
    }

    .box__scon2 .box__container .box__body > li:last-child > .text-sub-title-max {
        text-align: center;
    }

    .box__scon2 .box__container .box__body > li:last-child > img {
        width: 70px;
        height: 71px;
        left: calc(100% - 100px);
        top: 185px;
    }

    /* box__scon3 */
    .box__scon3 {
        margin-top: calc(-200px - 100px);
        padding-bottom: 180px;
    }

    .box__scon3 .box__container .box__body {
        flex-direction: column;
        align-items: center;
    } 
    
    .box__scon3 .box__container .box__body > li:first-child {
        width: 100%;
        margin-bottom: calc(30px + 50px);
    }

    .box__scon3 .box__container .box__body > li:first-child > img {
        display: none;
    }

    .box__scon3 .box__container .box__body > li:last-child > picture > img {
        width: 301px;
        height: 375px;
        left: -110px;
        top: 100px;
    }

    .box__scon3 .box__container .box__body > li:first-child .text-sub-title-max {
        text-align: center;
    }

    /* box__scon4 */
    .box__scon4 {
        --padding-top: 100px;
        margin-top: calc(300px - var(--padding-top) - 140px);
        /* padding-bottom: calc(var(--scon-padding-bottom) + 110px);
        padding-top: var(--padding-top); */
    }

    .box__scon4 .box__container .box__body {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: center;
    }   
    
    .box__scon4 .box__container .box__body > li:last-child {
        width: 100%;
        margin-bottom: calc(30px + 50px);
    }
    
    .box__scon4 .box__container .box__body > li:last-child > img {
        width: 600px;
        height: 610px;
        top: -75px;
        left: calc(100% - 185px);
    }

    .box__scon4 .box__container .box__body > li:last-child .text-sub-title-max {
        text-align: center;
    }

    .box__scon4 .box__container .box__body > li:first-child > img:first-child {
        width: 210px;
        height: 214px;
        top: 150px;
        left: -65px;
    }

    .box__scon4 .box__container .box__body > li:first-child {
        margin-right: 170px;
    }

    .box__scon4 .box__container .box__body > li:first-child > div:last-child {
        right: calc(var(--pic-s-bottom) * 1.5);
    }

    .box__scon4 .box__container .box__body > li:first-child > img:nth-child(2) {
        display: block;
    }
}

@media only screen and (min-width:501px) {
    .box__scon1 .box__container .box__body > li,
    .box__scon2 .box__container .box__body > li,
    .box__scon3 .box__container .box__body > li,
    .box__scon4 .box__container .box__body > li {
        max-width: 450px;
    }
}

@media only screen and (min-width:768px) {
    div {
        --pic-l-width: 459px;
        --pic-l-height: 466.7px;
        --pic-l-radius: 220px;
    
        --pic-s-width: 280px;
        --pic-s-height: 285px;
        --pic-s-radius: 140px;

        --pic-s-bottom: calc(-1 * var(--scon-padding-bottom));
    }

    img {
        --img-p-w-l: 470px;
        --img-p-w-s: 290px;
    }

    .box__scon1 .box__container .box__body > li:last-child > div:last-child {
        left: calc(var(--pic-s-bottom) * 2);
    }

    .box__scon4 .box__container .box__body > li:first-child > div:last-child {
        right: calc(var(--pic-s-bottom) * 2);
    }
}

@media only screen and (min-width:1024px) {
    section {
        --scon-padding-top: 350px;
        --scon-padding-bottom: 200px;
    }

    div {
        --pic-l-width: 656px;
        --pic-l-height: 666.5px;
        --pic-l-radius: 312px;
    
        --pic-s-width: 400px;
        --pic-s-height: 406.5px;
        --pic-s-radius: 190px;
    
        --pic-s-bottom: calc(-1 * var(--scon-padding-bottom));
    }
    
    img {
        --img-p-w-l: 670px;
        --img-p-w-s: 410px;
    }

    .box__banner .box__container .box__pic {
        background-image: url('../images/service/service-banner-pic-1-l.jpg');
    }

    .box__intro2 {
        margin-top: calc(250px - 150px - 100px);
        padding-top: 150px;
    }

    .box__intro2 .box__container > img {
        left: 825px;
        top: -105px;
    }

    .box__scon1 .box__container .box__body {
        flex-direction: row;
        align-items: center;
    }

    .box__scon1 .box__container .box__body > li,
    .box__scon2 .box__container .box__body > li,
    .box__scon3 .box__container .box__body > li,
    .box__scon4 .box__container .box__body > li {
        max-width: initial;
    }

    .box__scon1 .box__container .box__body > li:first-child {
        width: 450px;
        margin-bottom: 0px;
    }

    .box__scon1 .box__container .box__body > li:first-child > img:first-child {
        width: 450px;
        height: 458px;
        left: -540px;
        top: -385px;
    }
    
    .box__scon1 .box__container .box__body > li:first-child > img:nth-child(2) {
        width: 150px;
        height: 153px;
        left: -115px;
        top: -315px;
    }

    .box__scon1 .box__container .box__body > li:first-child .text-sub-title-max {
        text-align: left;
    }


    .box__scon1 .box__container .box__body > li:last-child > img {
        width: 900px;
        height: 914px;
        left: 365px;
        top: calc(-1 * var(--scon-padding-top));
    }

    .box__scon1 .box__container .box__body > li:last-child {
        width: auto;
        margin-left: 150px;
    }

    .box__scon1 .box__container .box__body > li:last-child > div:last-child {
        left: calc(var(--pic-s-bottom));
    }

    /* box__scon2 */
    .box__scon2 {
        margin-top: 120px;
        padding-top: 0px;
        padding-bottom: 180px;
    }

    .box__scon2 .box__container .box__body {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

    .box__scon2 .box__container .box__body > li:last-child {
        width: 420px;
        margin-bottom: 0px;
    }

    .box__scon2 .box__container .box__body > li:first-child > img {
        width: 750px;
        height: 762px;
        left: -420px;
        top: 75px;
    }

    .box__scon2 .box__container .box__body > li:last-child > .text-sub-title-max {
        text-align: left;
    }

    .box__scon2 .box__container .box__body > li:last-child > img {
        width: 150px;
        height: 153px;
        left: 380px;
        top: -185px;
    }

    /* box__scon3 */
    .box__scon3 {
        --padding-bottom: 90px;
        --padding-top: 340px;
        padding-bottom: 220px;
    }

    .box__scon3 .box__container .box__body {
        flex-direction: row;
        align-items: center;
    }

    .box__scon3 .box__container .box__body > li:first-child {
        width: 450px;
    }

    .box__scon3 .box__container .box__body > li:first-child > img {
        display: block;
    }

    .box__scon3 .box__container .box__body > li:last-child > picture > img {
        width: 600px;
        height: 767px;
        left: -110px;
        top: calc(-1 * var(--padding-top));
    }

    .box__scon3 .box__container .box__body > li:first-child .text-sub-title-max {
        text-align: left;
    }

    /* box__scon4 */
    .box__scon4 {
        --padding-top: 250px;
        margin-top: calc(300px - var(--padding-top));
        /* padding-bottom: calc(var(--scon-padding-bottom) + 110px);
        padding-top: var(--padding-top); */
    }

    .box__scon4 .box__container .box__body {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

    .box__scon4 .box__container .box__body > li:last-child {
        width: 420px;
        margin-bottom: 0px;
    }
    
    .box__scon4 .box__container .box__body > li:last-child > img {
        width: 1050px;
        height: 1066px;
        top: -330px;
        left: -200px;
    }

    .box__scon4 .box__container .box__body > li:last-child .text-sub-title-max {
        text-align: left;
    }

    .box__scon4 .box__container .box__body > li:first-child > img:first-child {
        width: 600px;
        height: 610px;
        top: -35px;
        left: -390px;
    }

    .box__scon4 .box__container .box__body > li:first-child {
        margin-right: 150px;
    }

    .box__scon4 .box__container .box__body > li:first-child > div:last-child {
        right: calc(var(--pic-s-bottom));
    }

    .box__scon4 .box__container .box__body > li:first-child > img:nth-child(2) {
        display: none;
    }
}

@media only screen and (min-width: 1280px) {

}

@media only screen and (min-width: 1440px) {

}

@media only screen and (min-width: 1680px) {

}

@media only screen and (min-width: 1920px) {

}
