.header {
    border-bottom: 1px solid rgba(220, 220, 220, 0.1);
}

.section1 .wrap {
    padding-top: 130px;
    padding-bottom: 130px;
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 85px 100px;
    position: relative;
}

.section1 .wrap .item {
    width: 650px;
    height: 333px;
    position: relative;
}

.section1 .wrap .item:hover .text h3 {
    color: #2461AD;
}

.section1 .wrap .item:nth-child(2) .bg {
    transform: translate(-50%, -50%) scaleX(-1);
}

.section1 .wrap .item:nth-child(3) .bg {
    transform: translate(-50%, -50%) scaleY(-1);
}

.section1 .wrap .item:nth-child(4) .bg {
    transform: translate(-50%, -50%) rotate(180deg);
}

.section1 .wrap .item .bg {
    position: absolute;
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 30px);
}

.section1 .wrap .item .bg img {
    max-width: none;
    width: 100%;
}

.section1 .wrap .item .text {
    position: absolute;
    top: 50px;
    z-index: 2;
    width: 400px;
    left: 50%;
    transform: translateX(-50%);
}

.section1 .wrap .item .text h3 {
    color: #1A1A1A;
    font-size: 32px;
    transition: all 0.6s;
    margin-bottom: 40px;
}

.section1 .wrap .item .text p {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 2;
}

.section1 .wrap .cir {
    width: 245px;
    height: 245px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

.section1 .wrap .cir img:nth-child(1) {
    width: 210px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: 10s width infinite linear;
}

.section1 .wrap .cir img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}

.section2 {
    position: relative;
}

.section2 .bg {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.section2 .bg img {
    width: 100%;
    height: 100%;
}

.section2 .wrap {
    padding-top: 250px;
    padding-bottom: 140px;
    width: 1400px;
    margin: 0 auto;
}

.section2 .wrap .title {
    margin-bottom: 100px;
    text-align: center;
}

.section2 .wrap .title h3 {
    color: #fff;
    font-size: 36px;
}

.section2 .wrap .list {
    display: flex;
    gap: 13px;
}

.section2 .wrap .list .item {
    border: 1px solid #fff;
    border-radius: 13px;
    flex: 1;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 60px 40px;
    height: 300px;
    transition: all 0.6s;
}

.section2 .wrap .list .item:hover {
    background-color: #fff;
}

.section2 .wrap .list .item:hover h4 {
    color: #1a1a1a;
}

.section2 .wrap .list .item:hover p {
    color: #888;
}

.section2 .wrap .list .item h4 {
    transition: all 0.6s;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

.section2 .wrap .list .item p {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    transition: all 0.6s;
}

.section3 {
    background-color: #FBFBFB;
}

.section3 .wrap {
    padding-top: 130px;
    padding-bottom: 80px;
    width: 920px;
    margin: 0 auto;
}

.section3 .wrap .title {
    text-align: center;
    margin-bottom: 60px;
}

.section3 .wrap .title h3 {
    color: #1a1a1a;
    font-size: 36px;
}

.section3 .wrap .main .list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: space-between;
}

.section3 .wrap .main .list .item {
    width: 444px;
}

.section3 .wrap .main .list .item .key {
    color: #1a1a1a;
    font-size: 16px;
    margin-bottom: 13px;
}

.section3 .wrap .main .list .item .key span {
    color: #BC0000;
}

.section3 .wrap .main .list .item .value {
    display: flex;
    align-items: center;
    padding-left: 30px;
    background-color: #fff;
}

.section3 .wrap .main .list .item .value input {
    border: none;
    width: 100%;
    font-size: 16px;
    height: 64px;
}

.section3 .wrap .main .list .item .value input::placeholder {
    color: #CCCCCC;
}

.section3 .wrap .main .list .item .value textarea {
    height: 150px;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    border: none;
}

.section3 .wrap .main .list .item .value textarea::placeholder {
    color: #CCCCCC;
}

.section3 .wrap .main .list .item .value .text {
    flex: 1;
}

.section3 .wrap .main .list .item .value .text.black p {
    color: #1a1a1a;
}

.section3 .wrap .main .list .item .value .text p {
    color: #ccc;
    font-size: 16px;
}

.section3 .wrap .main .list .item .value .up {
    width: 240px;
    height: 64px;
    background-color: #2461AD;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.section3 .wrap .main .list .item .value .up .icon {
    margin-right: 10px;
}

.section3 .wrap .main .list .item .value .up .icon span {
    color: #fff;
}

.section3 .wrap .main .list .item .value .up input {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.section3 .wrap .main .list .item .value .up input::-webkit-file-upload-button {
    cursor: pointer;
}

.section3 .wrap .main .list .item .code {
    display: flex;
    align-items: center;
}

.section3 .wrap .main .list .item .code .value {
    width: 200px;
    margin-right: 15px;
}

.section3 .wrap .main .list .item .code .img {
    cursor: pointer;
}

.section3 .wrap .main .list .item.row {
    width: 100%;
}

.section3 .wrap .main .txt {
    margin-top: 20px;
}

.section3 .wrap .main .txt p {
    color: #888;
    font-size: 16px;
    line-height: 2;
}

.section3 .wrap .main button {
    width: 350px;
    height: 64px;
    background-color: #2461AD;
    font-size: 16px;
    color: #fff;
    margin-top: 40px;
}
html:not([lang='zh-CN']) .section1 .wrap .item {
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    height: unset;
    padding: 40px;
}
html:not([lang='zh-CN']) .section1 .wrap .item .bg {
    display: none;
}
html:not([lang='zh-CN']) .section1 .wrap .cir {
    display: none;
}
html:not([lang='zh-CN']) .section1 .wrap .item .text {
    position: unset;
    width: 100%;
    transform: unset;
}
@keyframes width {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media screen and (max-width: 1919px) {
    .section1 .wrap {
        padding-top: 6.7708333333vw;
        padding-bottom: 6.7708333333vw;
        width: 72.9166666667vw;
        gap: 4.4270833333vw 5.2083333333vw;
    }

    .section1 .wrap .item {
        width: 33.8541666667vw;
        height: 17.34375vw;
    }

    .section1 .wrap .item .bg {
        width: calc(100% + 1.5625vw);
    }

    .section1 .wrap .item .text {
        top: 2.6041666667vw;
        width: 20.8333333333vw;
    }

    .section1 .wrap .item .text h3 {
        font-size: 1.6666666667vw;
        margin-bottom: 2.0833333333vw;
    }

    .section1 .wrap .item .text p {
        font-size: 0.8333333333vw;
    }

    .section1 .wrap .cir {
        width: 12.7604166667vw;
        height: 12.7604166667vw;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 1.5625vw 0px;
    }

    .section1 .wrap .cir img:nth-child(1) {
        width: 10.9375vw;
    }

    .section1 .wrap .cir img:nth-child(2) {
        width: 5.2083333333vw;
    }

    .section2 .wrap {
        padding-top: 13.0208333333vw;
        padding-bottom: 7.2916666667vw;
        width: 72.9166666667vw;
    }

    .section2 .wrap .title {
        margin-bottom: 5.2083333333vw;
    }

    .section2 .wrap .title h3 {
        font-size: 1.875vw;
    }

    .section2 .wrap .list {
        gap: 0.6770833333vw;
    }

    .section2 .wrap .list .item {
        border-radius: 0.6770833333vw;
        backdrop-filter: blur(0.5208333333vw);
        padding: 3.125vw 2.0833333333vw;
        height: 15.625vw;
    }

    .section2 .wrap .list .item h4 {
        font-size: 1.0416666667vw;
        margin-bottom: 1.5625vw;
    }

    .section2 .wrap .list .item p {
        font-size: 0.8333333333vw;
    }

    .section3 .wrap {
        padding-top: 6.7708333333vw;
        padding-bottom: 4.1666666667vw;
        width: 47.9166666667vw;
    }

    .section3 .wrap .title {
        margin-bottom: 3.125vw;
    }

    .section3 .wrap .title h3 {
        font-size: 1.875vw;
    }

    .section3 .wrap .main .list {
        gap: 1.0416666667vw 0px;
    }

    .section3 .wrap .main .list .item {
        width: 23.125vw;
    }

    .section3 .wrap .main .list .item .key {
        font-size: 0.8333333333vw;
        margin-bottom: 0.6770833333vw;
    }

    .section3 .wrap .main .list .item .value {
        padding-left: 1.5625vw;
    }

    .section3 .wrap .main .list .item .value input {
        font-size: 0.8333333333vw;
        height: 3.3333333333vw;
    }

    .section3 .wrap .main .list .item .value textarea {
        height: 7.8125vw;
        padding: 1.0416666667vw 0px;
        font-size: 0.8333333333vw;
    }

    .section3 .wrap .main .list .item .value .text p {
        font-size: 0.8333333333vw;
    }

    .section3 .wrap .main .list .item .value .up {
        width: 12.5vw;
        height: 3.3333333333vw;
    }

    .section3 .wrap .main .list .item .value .up .icon {
        margin-right: 0.5208333333vw;
    }

    .section3 .wrap .main .list .item .code .value {
        width: 10.4166666667vw;
        margin-right: 0.78125vw;
    }

    .section3 .wrap .main .txt {
        margin-top: 1.0416666667vw;
    }

    .section3 .wrap .main .txt p {
        font-size: 0.8333333333vw;
    }

    .section3 .wrap .main button {
        width: 18.2291666667vw;
        height: 3.3333333333vw;
        font-size: 0.8333333333vw;
        margin-top: 2.0833333333vw;
    }
    .section3 .wrap .main .list .item .value .up p {
        font-size: 0.833333vw;
    }
    html:not([lang='zh-CN']) .section1 .wrap .item {
        padding: 2.0833333333vw;
    }
}

@media screen and (max-width: 768px) {
    .banner .wrap {
        height: 100%;
    }
    .common_banner .text p div {
        font-size: 24px;
        line-height: 1.4;
    }
    .common_banner .text p {
        width: 90vw;
    }
    .section1 {
        padding: 50px 0;
    }
    .section1 .wrap {
        padding: 0;
        width: 90%;
        display: block;

    }
    .section1 .wrap .cir {
        display: none;
    }
    .section1 .wrap .item {
        width: 100%;
        height: unset;
        padding: 30px 20px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        margin-bottom: 30px;
    }
    .section1 .wrap .item .text h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .section1 .wrap .item .text p {
        font-size: 15px;
        line-height: 1.8;
    }
    .section1 .wrap .item .bg {
        display: none;
    }
    .section1 .wrap .item .text {
        position: unset;
        transform: unset;
        width: 100%;
    }
    .section1 .title {
        font-size: 22px;
        display: block !important;
        font-weight: bold;
        width: 90%;
        margin: 0 auto 30px;
    }
    .section2 .wrap {
        width: 90%;
        padding: 50px 0;
    }
    .section2 .wrap .title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .section2 .wrap .list {
        flex-wrap: wrap;
        gap: 30px;
    }
    .section2 .wrap .list .item {
        width: 100%;
        flex: unset;
        border-radius: 4px;
        padding: 30px 20px;
        height: unset;
    }
    .section2 .wrap .list .item h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .section2 .wrap .list .item p {
        font-size: 15px;
        line-height: 1.8;
    }
    .section2 .wrap .title h3 {
        font-size: 22px;
        text-align: left;
    }
    .section3 .wrap {
        padding: 50px 0;
        width: 90%;
    }
    .section3 .wrap .title h3 {
        font-size: 22px;
        text-align: left;
    }
    .section3 .wrap .title {
        margin-bottom: 30px;
    }
    .section3 .wrap .main .list {
        gap: 20px;
    }
    .section3 .wrap .main .list .item {
        width: 100%;
    }
    .section3 .wrap .main .list .item .key {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .section3 .wrap .main .list .item .value {
        padding: 0 0 0 10px;
    }
    .section3 .wrap .main .list .item .value .up {
        height: 50px;
        width: 105px;
        gap: 0 8px;
    }
    .section3 .wrap .main .list .item .code .value {
        width: calc(100% - 140px);
    }
    .section3 .wrap .main .list .item .value .text p {
        font-size: 14px;
    }
    .section3 .wrap .main .list .item .value .up .icon span {
        font-size: 14px;
    }
    .section3 .wrap .main .list .item .value .up p {
        font-size: 14px;
    }
    .section3 .wrap .main .list .item .value input {
        font-size: 14px;
        height: 50px;
    }
    .section3 .wrap .main .list .item .value textarea {
        height: 150px;
        padding: 10px 0;
        font-size: 14px;
    }
    .section3 .wrap .main .txt {
        margin-top: 20px;
    }
    .section3 .wrap .main .txt p {
        font-size: 13px;
    }
    .section3 .wrap .main button {
        width: 150px;
        height: 50px;
        font-size: 15px;
        margin: 15px 0 0;
    }
    .section3 .wrap .main .list .item .value .up p {
        font-size: 16px;
    }
    .section3 .wrap .main .list .item .value input {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .section3 .wrap .main .list .item .value .text p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .section3 .wrap .main .list .item .value .text {
        width: calc(100% - 105px);
    }
    html:not([lang='zh-CN']) .section1 .wrap .item {
        padding: 30px;
    }
}
