/* 我们是大熊科技开始 */
.dx {
    width: 100%;
    padding: 50px 0 30px;
    background: url('../images/wzjs_dx_bg.jpg') no-repeat center/cover;
}

.dx>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dx .textInfo {
    width: 46%;
}

.dx .textInfo>h3,
.service h3,
.customization h3,
.advantage h3,
.delivery h3 {
    font-size: 32px;
    line-height: 38px;

    font-weight: 500;
    color: #000000;
    text-align: center;
}

.dx .textInfo>h3 {
    text-align: left;
}

.customization h3 {
    color: #fff;
}

.dx .textInfo>p {
    font-size: 16px;

    font-weight: 400;
    color: #3D485D;
    margin-top: 10px;
}

.dx .textInfo>.desc {
    font-size: 16px; line-height:26px;

    font-weight: 400;
    color: #97A3B7;
    margin-top: 30px;
}

/* 我们是大熊科技结束 */


/* 我们的服务开始 */
.service {
    width: 100%;
    padding: 75px 0 115px;
}

.service .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.service .list>li {
    width: 14%;
    height: 455px;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.service .list>li>img {
    position: absolute;
    z-index: -2;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 100%;
    width: auto;
}

.service .list>li>.normalText {
    padding: 20px 15px;
    transition: 0.3s ease-in-out;
}

.service .list>li>.hovText {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 25px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.service .list>li>.normalText>h4,
.service .list>li>.normalText>p {
    font-size: 20px;

    font-weight: 500;
    color: #FFFFFF;
}

.service .list>li>.normalText>p {
    margin-top: 10px;
}

.service .list>li.active {
    width: 38%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1),
        -8px -8px 20px #fff;
}

.service .list>li::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
}

.service .list>li.active::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.1));
}

.service .list>li.active>.normalText {
    opacity: 0;
}

.service .list>li.active>.hovText {
    opacity: 1;
}

.service .list>li.active>.hovText>h4 {
    font-size: 20px;

    font-weight: 500;
    color: #FFFFFF;
}

.service .list>li.active>.hovText>p {
    font-size: 16px; line-height:26px;

    font-weight: 400;
    color: #FFFFFF;
    margin-top: 40px;
}


/* 我们的服务结束 */


/* 定制流程开始 */
.customization {
    width: 100%;
    padding: 50px 0;
    background: url('../images/wzjs_customization_bg.jpg') no-repeat center/cover;
}

.customization .list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.customization .list>li,
.customization .list>li .text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customization .list>li:not(:last-of-type)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 80%;
    border-right: 1px dashed #ADB1B9;
}

.customization .list>li .icon {
    width: 126px;
}

.customization .list>li .text {
    margin-top: 40px;
}

.customization .list>li .text>.ch {
    font-size: 20px;

    font-weight: 500;
    color: #FFFFFF;
}

.customization .list>li .text>.en {
    font-size: 16px;

    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
}

/* 定制流程结束 */


/* 我们的优势开始 */
.advantage {
    width: 100%;
    padding: 90px 0 110px;
}

.advantage .content {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.advantage .content>.mo_list {
    display: none;
}

.advantage .content>.imgWrapper {
    width: 700px;
    height: 700px;
    border-radius: 100%;
    flex-shrink: 0;
    position: relative;
    display: flex;
}

.advantage .content>.imgWrapper>.circle {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}

.advantage .content>.imgWrapper>.c1 {
    z-index: -1;
    background-image: linear-gradient(to right, #BED4F8, #DDEAFE);
    box-shadow: 2px 0 4px #c9dcfa;
    animation: ballScale1 2s linear infinite alternate-reverse;
}

.advantage .content>.imgWrapper>.c2 {
    z-index: -2;
    background-image: linear-gradient(to top, #DDEAFE, #EDF4FF);
    box-shadow: 0 2px 4px 6px #DDE9FD;
    animation: ballScale2 2s linear infinite alternate-reverse;
}

.advantage .content>.imgWrapper>.c3 {
    z-index: -3;
    background-image: radial-gradient(#EDF4FF, #D0E0FA);
    animation: ballScale3 2s linear infinite alternate-reverse;
}


.advantage .content>.imgWrapper>.c4 {
    z-index: -4;
    /* animation: ballScale4 2s linear infinite; */
    width: 100%;
    height: 100%;
    box-shadow: 0 0 20px 10px rgba(193, 212, 246, 0.5);
}

@keyframes ballScale1 {
    0% {
        width: 10%;
        height: 10%;
    }

    100% {
        width: 25%;
        height: 25%;
    }
}

@keyframes ballScale2 {
    0% {
        width: 25%;
        height: 25%;
    }

    100% {
        width: 40%;
        height: 40%;
    }
}

@keyframes ballScale3 {
    0% {
        width: 40%;
        height: 40%;
        border: 3px solid transparent;
    }

    100% {
        width: 99%;
        height: 99%;
        border: 3px solid #6698E9;
    }
}

@keyframes ballScale4 {
    0% {
        width: 75%;
        height: 75%;
        box-shadow: 0 0 20px rgba(193, 212, 246, 0.2);
    }

    100% {
        width: 100%;
        height: 100%;
        box-shadow: 0 0 20px rgba(193, 212, 246, 1);
    }
}

.advantage .content>.imgWrapper>img {
    width: 140px;
    margin: auto;
}

.advantage .content>.listL,
.advantage .content>.listR {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.advantage .content>.listL li,
.advantage .content>.listR li {
    width: 310px;
    position: relative;
}

.advantage .content>.listL li:nth-of-type(2) {
    margin: 50px 80px 50px 0;
}

.advantage .content>.listR li:nth-of-type(2) {
    margin: 50px 0 50px 80px;
}

.advantage .content>.listL li>h4,
.advantage .content>.listR li>h4 {
    position: absolute;
    top: 72px;
    font-size: 20px;

    font-weight: 500;
    color: #333333;
}

.advantage .content>.listL li:nth-child(1)>h4 {
    left: 46px;
}

.advantage .content>.listL li:nth-child(2)>h4 {
    left: 36px;
}

.advantage .content>.listL li:nth-child(3)>h4 {
    left: 42px;
}

.advantage .content>.listR li:nth-child(1)>h4 {
    left: 36px;
}

.advantage .content>.listR li:nth-child(2)>h4 {
    left: 46px;
}

.advantage .content>.listR li:nth-child(3)>h4 {
    left: 52px;
}

.advantage .content>.listL li>p,
.advantage .content>.listR li>p {
    font-size: 16px;

    font-weight: 400;
    color: #4B5B76;
}

.advantage .content>.listL li>p {
    text-align: right;
    margin-right: 24px;
}

.advantage .content>.listR li>p {
    margin-left: 6px;
}

/* 我们的优势结束 */


/* 交付开始 */
.delivery {
    width: 100%;
    padding: 115px 0 85px;
    background: url('../images/wzjs_delivery_bg.jpg') no-repeat center/cover;
}

.delivery .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 20px;
    margin-top: 50px;
}

.delivery .list>li {
    padding: 50px 80px;
    background: linear-gradient(to top, #FFFFFF, #F7F9FE);
    box-shadow: 0px 16px 16px 4px rgba(199, 207, 221, 0.2);
    border: 2px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
}

.delivery .list>li:hover {
    cursor: pointer;
    transform: translateY(-6%);
}

.delivery .list>li h4 {
    font-size: 20px;

    font-weight: 500;
    color: #333333;
    position: relative;
    padding-bottom: 10px;
    margin-top: 20px;
}

.delivery .list>li h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: #0052D9;
}

.delivery .list>li p {
    font-size: 16px;

    font-weight: 400;
    color: #4B5B76;
    text-align: center;
    margin-top: 25px;
}

.delivery .list>li .icon {
    width: 116px;
    height: 116px;
    border-radius: 100%;
    border: 1px solid #0052D9;
    display: flex;
}

.delivery .list>li .icon>img {
    width: 88px;
    margin: auto;
}

.delivery .more {
    display: block;
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #0052D9;
    font-size: 16px;

    font-weight: 400;
    color: #FFFFFF;
    margin: 60px auto 0;
    transition: 0.2s;
}

.delivery .more:active {
    transform: translateY(2px);
}

/* 交付结束 */



@media (max-width:1680px) {
    .advantage .content>.imgWrapper {
        width: 36.5vw;
        height: 36.5vw;
    }

    .advantage .content>.listL li,
    .advantage .content>.listR li {
        width: 260px;
    }

    .advantage .content>.listL li>h4,
    .advantage .content>.listR li>h4 {
        left: 30px;
        top: 60px;
        font-size: 18px;
    }

    .advantage .content>.listL li:nth-child(1)>h4 {
        left: 34px;
    }

    .advantage .content>.listL li:nth-child(2)>h4 {
        left: 22px;
    }

    .advantage .content>.listL li:nth-child(3)>h4 {
        left: 34px;
    }

    .advantage .content>.listR li:nth-child(1)>h4 {
        left: 24px;
    }

    .advantage .content>.listR li:nth-child(2)>h4 {
        left: 34px;
    }

    .advantage .content>.listR li:nth-child(3)>h4 {
        left: 42px;
    }

    .delivery .list>li {
        padding: 40px;
    }
}


@media (max-width:1440px) {

    .dx .textInfo>h3,
    .service h3,
    .customization h3,
    .advantage h3,
    .delivery h3 {
        font-size: 28px;
    }

    .dx .textInfo>p,
    .service .list>li.active>.hovText>h4,
    .service .list>li>.normalText>h4,
    .service .list>li>.normalText>p,
    .customization .list>li .text>.ch,
    .delivery .list>li h4 {
        font-size: 18px;
    }

    .service,
    .advantage,
    .delivery {
        padding: 80px 0;
    }

    .dx {
        padding: 30px 0;
    }

    .dx .textInfo {
        width: 52%;
    }

    .customization .list {
        margin-top: 40px;
    }

    .customization .list>li .icon {
        width: 110px;
    }

    .customization .list>li .text {
        margin-top: 30px;
    }

    .service .list>li.active>.hovText>p {
        margin-top: 30px;
    }

    .service .list>li.active>.hovText>p {
        margin-top: 20px;
    }

    .delivery .list>li {
        padding: 30px 35px;
    }

    .delivery .list>li .icon {
        width: 90px;
        height: 90px;
    }

    .delivery .list>li .icon>img {
        width: 70px;
    }
}


@media (max-width:1280px) {

    .dx .textInfo>h3,
    .service h3,
    .customization h3,
    .advantage h3,
    .delivery h3 {
        font-size: 26px;
    }

    .service,
    .advantage,
    .delivery {
        padding: 60px 0;
    }

    .service .list,
    .advantage .content,
    .customization .list,
    .delivery .list {
        margin-top: 30px;
    }

    .service .list>li {
        height: 380px; cursor:pointer;
    }

    .customization .list>li .icon {
        width: 100px;
    }

    .advantage .content>.imgWrapper {
        width: 30vw;
        height: 30vw;
    }

    .advantage .content>.listL li,
    .advantage .content>.listR li {
        width: 230px;
    }

    .advantage .content>.listL li:nth-of-type(2) {
        margin: 30px 50px 30px 0;
    }

    .advantage .content>.listR li:nth-of-type(2) {
        margin: 30px 0 30px 50px;
    }

    .advantage .content>.listL li>h4,
    .advantage .content>.listR li>h4 {
        left: 28px;
        top: 54px;
        font-size: 16px;
    }

    .advantage .content>.listL li:nth-child(1)>h4 {
        left: 28px;
    }

    .advantage .content>.listL li:nth-child(2)>h4 {
        left: 20px;
    }

    .advantage .content>.listL li:nth-child(3)>h4 {
        left: 30px;
    }

    .advantage .content>.listR li:nth-child(1)>h4 {
        left: 22px;
    }

    .advantage .content>.listR li:nth-child(2)>h4 {
        left: 32px;
    }

    .advantage .content>.listR li:nth-child(3)>h4 {
        left: 36px;
    }

    .advantage .content>.listL li>p,
    .advantage .content>.listR li>p,
    .delivery .list>li p,
    .dx .textInfo>.desc,
    .service .list>li.active>.hovText>p {
        font-size: 14px;
    }

    .dx .textInfo>.desc {
        margin-top: 20px;
    }

    .delivery .more {
        width: 160px;
        height: 40px;
        line-height: 40px;
        margin: 40px auto 0;
    }

    .delivery .list>li {
        padding: 20px;
    }

    .delivery .list>li h4 {
        font-size: 16px;
    }

    .delivery .list>li .icon {
        width: 80px;
        height: 80px;
    }

    .delivery .list>li .icon>img {
        width: 60px;
    }
}


@media (max-width:1024px) {

    .dx .textInfo>h3,
    .service h3,
    .customization h3,
    .advantage h3,
    .delivery h3 {
        font-size: 24px;
    }

    .service,
    .advantage,
    .delivery,
    .customization {
        padding: 40px 0;
    }

    .dx .textInfo {
        width: 100%;
    }

    .dx .imgWrapper,
    .service .list>li.active>.hovText>h4,
    .customization .list>li:nth-child(3)::after,
    .advantage .content>.imgWrapper,
    .advantage .content>.listL,
    .advantage .content>.listR {
        display: none;
    }

    .dx .textInfo>p,
    .service .list>li.active>.hovText>h4,
    .service .list>li>.normalText>h4,
    .service .list>li>.normalText>p,
    .customization .list>li .text>.ch,
    .delivery .list>li h4 {
        font-size: 16px;
    }

    .service .list>li.active>.hovText {
        opacity: 1;
    }

    .service .list>li.active>.normalText {
        opacity: 0;
    }

    .service .list>li.active>.hovText>p,
    .service .list>li>.hovText>p {
        font-size: 12px;
        line-height: 1.5;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        margin: 0;
    }

    .service .list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }

    .service .list>li.active::after,
    .service .list>li::after {
        z-index: 1;
        background: rgba(0, 0, 0, 0.5);
    }

    .service .list>li,
    .service .list>li.active {
        width: 100%;
        height: auto;
    }

    .service .list>li {
        box-shadow: none;
    }

    .service .list>li.active {
        background: none;
        box-shadow: none;
    }

    .service .list>li>img {
        position: static;
        width: 100%;
        height: auto;
        transform: translate(0);
    }

    .service .list>li>.normalText {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .customization .list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px 0;
    }

    .customization .list>li .icon {
        width: 80px;
    }

    .customization .list>li .text {
        margin-top: 20px;
    }

    .customization .list>li .text>.en {
        font-size: 14px;
    }

    .advantage .content>.mo_list,
    .delivery .list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .advantage .content>.mo_list li {
        position: relative;
    }

    .advantage .content>.mo_list li>h4 {
        position: absolute;
        z-index: 10;
        top: 11.2vw;
        left: 7.5vw;

        font-weight: 500;
        color: #333333;
        font-size: 16px;
    }

    .advantage .content>.mo_list li>p {
        font-size: 14px;

        font-weight: 400;
        color: #4B5B76;
        width: 86%;
        text-align: center;
        margin: auto;
    }

    .delivery .list>li .icon {
        width: 70px;
        height: 70px;
    }

    .delivery .list>li .icon>img {
        width: 80%;
    }

    .delivery .list>li h4,
    .delivery .list>li p {
        margin-top: 15px;
    }

    .delivery .more {
        width: 120px;
        margin: 25px auto 0;
    }
}


@media (max-width:768px) {
    .service .list {
        grid-template-columns: repeat(2, 1fr);
    }

    .advantage .content>.mo_list li>h4 {
        top: 10.5vw;
        left: 7vw;
    }
}


@media (max-width:600px) {

    .dx .textInfo>h3,
    .service h3,
    .customization h3,
    .advantage h3,
    .delivery h3 {
        font-size: 22px;
    }

    .dx .textInfo>.desc {
        text-align: justify;
        margin-top: 15px;
    }

    .service .list>li>.normalText>p {
        margin-top: 5px;
    }

    .advantage .content>.mo_list li>h4 {
        left: 5.2vw;
        font-size: 14px;
    }

    .delivery .list>li {
        padding: 15px;
    }

    .delivery .more {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}


@media (max-width:480px) {

    .service .list,
    .advantage .content>.mo_list,
    .delivery .list {
        grid-template-columns: repeat(1, 1fr);
    }

    .service .list>li.active>.hovText>p,
    .service .list>li>.hovText>p {
        -webkit-line-clamp: 4;
    }

    .customization .list {
        grid-template-columns: repeat(2, 1fr);
    }

    .customization .list>li:nth-child(3)::after {
        display: block;
    }

    .customization .list>li:nth-child(even)::after {
        display: none;
    }

    .advantage .content>.mo_list li>h4 {
        top: 22.5vw;
        left: 14.2vw;
        font-size: 16px;
    }
}