body {
    position: relative;
    padding-top: 70px;
}

.ignore-about {
    background: url("../images/about/bg.jpg") no-repeat;
    background-size: 100% 320px;
    background-color: #ffffff;
    min-height: 1000px;

}

.ignore-about-box {
    width: 1500px;
    margin-top: 200px;
    margin-bottom: 20px;

}

.ignore-intro-bg {
    background: url("../images/about/intro-bg.jpg");
    background-size: 730px 314px;
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 470px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0 10px;
    border-radius: 12px;
    box-shadow: 0px 40px 50px 0px rgba(0,0,0,0.1)
}

.ignore-intro-pic {
    height: 100px;
    margin-top: 16px;
}

.ignore-intro-right {
    width: 700px;
    font-size: 16px;
    color: #666;
    text-indent: 2em;
    line-height: 1.8em;
}

.ignore-company-item {
    width: 346px;
    padding: 30px;
    background: linear-gradient(180deg, #91c23b 0%, #399b65 100%);


}

.ignore-white-line {
    width: 100px;
    height: 4px;
    margin-top: 5px;
    margin-bottom: 40px;
    background: white;
}

.ignore-company-icon {
    width: 100px;
    height: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ignore-company-desc {
    font-size: 16px;
    color: #fff;
    line-height: 2em;
}

.ignore-company-item:first-child {
    background: #91c23b;
}

.ignore-company-item:last-child {
    background: #399b65;
}

.ignore-tech-pic {
    height: 120px;
    width: 390px;
}

.ignore-tech-item {
    width: 240px;
    height: 360px;
    border-radius: 12px
}

.ignore-tech-item-active {
    width: 238px;
    height: 358px;
    position: absolute;
    border: 1px solid #ccc;
    left: 0;
    top: 0;
    padding: 20px;
    border-radius: 12px
}

.ignore-tech-icon {
    height: 64px;
    width: 64px;
    margin-top: 12px;
    margin-bottom: 30px;
}

.more-hidden {
    opacity: 0;
}

.ignore-team-pic {
    width: 640px;
    height: 574px;
}

.ignore-team-right {
    width: 650px;
}

.ignore-team-right .ignore-tech-pic {
    height: 120px;
    width: 280px;
}

.ignore-about-desc {
    font-size: 16px;
    color: #666;
    text-indent: 2em;
    line-height: 1.6em;
}

.ignore-contact-pic {
    width: 345px;
    height: 120px;
    margin-bottom: 36px;
}

.ignore-contact-left {
    width: 680px;
}

.ignore-contact-icon {
    height: 48px;
    width: 48px;
    margin-right: 21px;
}

.ignore-contact-right {
    width: 660px;
    height: 400px;
}

.ignore-color-line {
    width: 50px;
    height: 3px;
    background: linear-gradient(-90deg, #34b5ff, #39e274);
    border-radius: 2px;
}

.ignore-case-header {
    z-index: 2;
    width: 100%;
}

.ignore-more-btn-box {
    width: 150px;
    height: 50px;
}

.ignore-more-btn {
    width: 150px;
    height: 50px;
    border-radius: 25px;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    position: absolute;
    left: 0;
    top: 0;
}

.ignore-more-btn-active {
    width: 150px;
    height: 50px;
    border-radius: 25px;
    background: linear-gradient(-45deg,
            rgba(52, 181, 255, 0.83),
            rgba(57, 226, 116, 0.83));
    box-shadow: 0px 18px 25px 0px rgba(57, 226, 116, 0.33);
    border: none;
    position: absolute;
    left: 0;
    top: 0;
}

.more-hidden {
    opacity: 0;
}

@media (max-width: 1366px) {
    .ignore-about {
        background-size: 100% 260px !important;
        min-height: 1060px !important;
    }

    .ignore-about-header .ignore-mt120 {
        margin-top: 100px !important;
    }

    .ignore-about-header .ignore-mt30 {
        margin-top: 12px !important;
    }

    .ignore-about-header .ignore-fz32 {
        font-size: 26px !important;
    }

    .ignore-about-box {
        width: 900px !important;
        margin-top: 120px !important;
    }

    .ignore-intro-bg {
        background-size: 550px 240px !important;
        height: 354px !important;
    }

    .ignore-intro-pic {
        height: 80px !important;
        margin-top: 16px !important;
    }

    .ignore-intro-right {
        width: 500px !important;
        font-size: 14px !important;
    }

    .ignore-intro-bg .ignore-mt50 {
        margin-top: 44px !important;
    }

    .ignore-intro-bg .ignore-mt20 {
        margin-top: 16px !important;
    }

    .ignore-company-item {
        width: 280px !important;
        padding: 20px !important;
    }

    .ignore-mt80 {
        margin-top: 60px !important;
    }

    .ignore-company-item {
        width: 280px !important;
        padding: 20px !important;
    }

    .ignore-white-line {
        width: 74px !important;
        height: 3px !important;
        margin-bottom: 28px !important;
    }

    .ignore-company-item .ignore-fz32 {
        font-size: 28px !important;
    }

    .ignore-company-item .ignore-mt10 {
        margin-top: 6px !important;
    }

    .ignore-company-item .ignore-fz20 {
        font-size: 16px !important;
    }

    .ignore-company-icon {
        width: 84px !important;
        height: 84px !important;
        margin-top: 22px !important;
        margin-bottom: 22px !important;
    }

    .ignore-company-desc {
        font-size: 12px !important;
        line-height: 1.5em !important;
    }

    .ignore-tech-pic {
        height: 102px !important;
        width: 334px !important;
    }

    .ignore-mt60 {
        margin-top: 44px !important;
    }

    .ignore-tech-item {
        width: 216px !important;
        height: 314px !important;
    }

    .ignore-tech-item-active {
        width: 216px !important;
        height: 314px !important;
        padding: 14px !important;
    }

    .ignore-tech-icon {
        height: 50px !important;
        width: 50px !important;
        margin-top: 8px !important;
        margin-bottom: 22px !important;
    }

    .ignore-tech-item .ignore-fz20 {
        font-size: 16px !important;
    }

    .ignore-tech-item .ignore-mt30 {
        margin-top: 22px !important;
    }

    .ignore-tech-item .ignore-mt30 {
        margin-top: 22px !important;
    }

    .ignore-team-pic {
        width: 432px !important;
        height: 358px !important;
    }

    .ignore-team-right {
        width: 424px !important;
    }

    .ignore-team-right .ignore-tech-pic {
        height: 98px !important;
        width: 276px !important;
    }

    .ignore-team-right .ignore-mt50 {
        margin-top: 35px !important;
    }

    .ignore-team-right .ignore-about-desc {
        font-size: 14px !important;
    }

    .ignore-team-right .ignore-mt60 {
        margin-top: 36px !important;
    }

    .ignore-team-right .ignore-mt20 {
        margin-top: 14px !important;
    }

    .ignore-contact-left {
        width: 460px !important;
    }

    .ignore-contact-pic {
        width: 340px !important;
        height: 114px !important;
        margin-bottom: 32px !important;
    }

    .ignore-contact-left .ignore-mb20 {
        margin-bottom: 16px !important;
    }

    .ignore-contact-icon {
        height: 36px !important;
        width: 36px !important;
        margin-right: 16px !important;
    }

    .ignore-contact-right {
        width: 460px !important;
        height: 328px !important;
    }
}