.sec02.loadBg .bg li:nth-child(3):before {
    background-image: url(../../img/en/about_sec02_bg3.jpg);
}

.sec02 .bd .item2 .l1,
.sec02 .bd .item3 .l1 {
    margin-bottom: 5%;
}

.sec02 .bd .item2 .l2,
.sec02 .bd .item3 .l2 {
    margin-bottom: 4.3%;
}
.sec02 .bd .item1 .l3{
    margin-bottom: 3.14%;
}
.sec02 .bd .item3 {
    padding-left: 0;
    padding-top: 6%;
    text-align: center;
}

.sec02 .bd .item3 .btn {
    margin: 0 auto;
}

.sec03 .hd {
    margin-bottom: 90px;
}

.sec03 .hd .l2 span {
    display: inline-block;
    position: relative;
    line-height: .7;
}

.sec03 .hd .l2 a {
    position: absolute;
    left: 100%;
    bottom: 0;
    font-size: 22px;
    color: #2587cb;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.sec03 .hd .l2 svg {
    display: block;
    vertical-align: middle;
    width: 16px;
    height: 12px;
    fill: #2587cb;
    transition: transform .3s ease;
    margin-left: 10px;
}

.sec03 .hd .l2 a:hover svg {
    transform: translateX(5px);
}

.sec03 .bd .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: auto;
    padding: 47px 0 350px;
}

.sec03 .bd .inner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 47px;
    background: url(../../img/en/about_sec03_arrow.jpg) no-repeat center top;
    background-size: 100% auto;
}

.sec03 .item {
    position: relative;
    z-index: 1;
    left: unset !important;
    top: unset !important;
    bottom: unset !important;
    margin: 0;
    padding: 18px 0 0 15px;
    transform: none;
    font-size: 18px;
    line-height: 1;
}

.sec03 .item:hover {
    transform: none;
}

.sec03 .item:after {
    content: '';
    position: absolute;
    left: 14px;
    top: -24px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #2587cb;
}

.sec03 .item .name {
    font-size: 28px;
    line-height: .7;
    margin-bottom: 18px;
}

.sec03 .item .year {
    font-size: 42px;
    line-height: .7;
    margin-bottom: 23px;
}

@media all and (max-width: 1480px) {
    .sec03 .hd {
        margin-bottom: 68px;
    }

    .sec03 .hd .l2 a {
        font-size: 18px;
        margin-left: 15px;
    }

    .sec03 .hd .l2 svg {
        width: 12px;
        height: 9px;
        margin-left: 8px;
    }

    .sec03 .hd .l2 a:hover svg {
        transform: translateX(4px);
    }

    .sec03 .bd .inner {
        position: relative;
        display: flex;
        justify-content: space-between;
        height: auto;
        padding: 36px 0 350px;
    }

    .sec03 .bd .inner:after {
        height: 36px;
    }

    .sec03 .item {
        padding: 14px 0 0 11px;
        font-size: 16px;
    }

    .sec03 .item:after {
        left: 11px;
        top: -18px;
        width: 14px;
        height: 14px;
        border: 4px solid #fff;
    }

    .sec03 .item .name {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .sec03 .item .year {
        font-size: 32px;
        margin-bottom: 17px;
    }
}

@media (max-height: 880px) {
    .sec03 .hd {
        margin-bottom: 68px;
    }

    .sec03 .bd .inner {
        padding-bottom: 240px;
    }
}
