.sec01 {
    position: relative;
}

.sec01 .bg img {
    width: 100%;
}

.sec01 .inner {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-40%);
    margin: 0 auto;
}

.sec01 .l1 {
    font-size: 48px;
    margin-bottom: 40px;
}

.sec01 .l2 {
    width: 485px;
    font-size: 18px;
    line-height: 1.5;
}

.sec02 {
    color: #595959;
    background: #f4f4f4;
}

.sec02 .inner {
    position: relative;
    
}

.sec02 .text {
    padding: 14.1% 0 11.43% 80px;
}

.sec02 .text .l1 {
    font-size: 18px;
    margin-bottom: 20px;
}

.sec02 .text .l2 {
    font-size: 48px;
    margin-bottom: 40px;
    color: #000;
}

.sec02 .text .l3 {
    font-size: 16px;
    line-height: 1.56;
    color: #595959;
}

.sec02 .pic {
    position: absolute;
    right: 10.29%;
    bottom: 0;
    width: 23.57%;
}

.sec02 .pic img {
    width: 100%;
}

.sec03 {
    position: relative;
    color: #fff;
    background: linear-gradient(140deg, #3ca0dd, #005ead);
}

.sec03 .bg {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 97%;
    top: 0;

}

.sec03 .bg:before {
    content: '';
    display: block;
    padding-bottom: 17%;
}

.sec03 .bg svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: #f7f8f8;
    opacity: .05;
}

.sec03 .inner {
    max-width: 980px;
    padding: 6.25% 0 5.89%;
}


.sec03 .hd {
    width: 56.12%;
    margin-bottom: 82px;
}

.sec03 .hd .l1 {
    font-size: 48px;
    margin-bottom: 32px;
}

.sec03 .hd .l2 {
    font-size: 16px;
    line-height: 1.56;
}

.sec03 .bd .l1 {
    font-size: 24px;
}

.sec03 .bd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec03 .bd li {
    width: 42.86%;
    font-size: 16px;
    line-height: 1.56;
    padding: 44px 0 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.sec04 {
    font-size: 16px;
    line-height: 1.56;
    text-align: center;
    background: #f4f4f4;
}

.sec04 .inner {
    padding: 7.03% 0 6.98%;
}

.sec04 .l1 {
    font-size: 48px;
    margin-bottom: 40px;
}

.sec04 ul {
    display: flex;
    justify-content: center;
    margin: 44px 0 60px;
}

.sec04 li {
    margin: 0 40px;
}

.sec04 li img {
    display: block;
    height: 52px;
    margin: 0 auto 16px;
}

.sec04 li svg {
    display: block;
    width: 100px;
    height: 52px;
    fill: #222;
    margin: 0 auto 16px;
}
.gjEmail{
    margin-top: 30px;
}
@media all and (max-width: 1480px) {
    .sec01 .l1 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .sec01 .l2 {
        width: 430px;
        font-size: 16px;
    }

    .sec02 .text {
        padding: 14.1% 0 11.43% 61px;
    }

    .sec02 .text .l1 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .sec02 .text .l2 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .sec02 .text .l3 {
        font-size: 14px;
    }

    .sec03 .inner {
        max-width: 820px;
    }


    .sec03 .hd {
        margin-bottom: 62px;
    }

    .sec03 .hd .l1 {
        font-size: 36px;
        margin-bottom: 24px;
    }

    .sec03 .hd .l2 {
        font-size: 14px;
    }

    .sec03 .bd .l1 {
        font-size: 18px;
    }

    .sec03 .bd li {
        font-size: 14px;
        padding: 33px 0 6px;
    }

    .sec04 {
        font-size: 14px;
    }

    .sec04 .l1 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .sec04 ul {
        margin: 33px 0 46px;
    }

    .sec04 li {
        margin: 0 30px;
    }

    .sec04 li img {
        height: 38px;
        margin: 0 auto 12px;
    }

    .sec04 li svg {
        height: 38px;
        margin: 0 auto 12px;
    }
}

@media all and (max-width: 767px) {
    .sec01 .inner {
        top: 10.67vw;
        transform: none;
        padding: 0 6vw;
        box-sizing: border-box;
    }

    .sec01 .l1 {
        font-size: 6.4vw;
        margin-bottom: 4.27vw;
    }

    .sec01 .l2 {
        width: auto;
        font-size: 3.2vw;
        line-height: 1.5;
    }

    .sec02 .text {
        padding: 12vw 4.27vw 11.5vw;
    }

    .sec02 .text .l1 {
        font-size: 3.47vw;
        margin-bottom: 4vw;
    }

    .sec02 .text .l2 {
        font-size: 6.4vw;
        margin-bottom: 7.6vw;
    }

    .sec02 .text .l3 {
        font-size: 3.47vw;
        line-height: 1.46;
    }

    .sec02 .pic {
        position: static;
        width: 66.67%;
        margin: 0 auto;
    }

    .sec03 .inner {
        padding: 10.13vw 4.27vw;
        box-sizing: border-box;
    }

    .sec03 .hd {
        width: auto;
        margin-bottom: 9.33vw;
    }

    .sec03 .hd .l1 {
        font-size: 6.4vw;
        margin-bottom: 4.3vw;
    }

    .sec03 .hd .l2 {
        font-size: 3.47vw;
        line-height: 1.5;
    }

    .sec03 .bd .l1 {
        font-size: 3.73vw;
    }

    .sec03 .bd li {
        width: 100%;
        font-size: 3.47vw;
        line-height: 1.5;
        padding: 4vw 0;
    }

    .sec04 {
        font-size: 3.47vw;
        text-align: left;
        color: #595959;
    }

    .sec04 .inner {
        padding: 13vw 4.27vw;
        box-sizing: border-box;
    }

    .sec04 .l1 {
        font-size: 6.4vw;
        line-height: 1;
        text-align: center;
        margin-bottom: 4.8vw;
    }

    .sec04 ul {
        margin: 7.73vw 2vw 8.53vw;
        justify-content: space-between;
    }

    .sec04 li {
        line-height: 1;
        text-align: center;
        margin: 0;
    }

    .sec04 li img,
    .sec04 li svg {
        height: 6.67vw;
        margin: 0 auto 4.27vw;
    }

    .sec04 li svg {
        width: auto;
    }
}
