.introduce {
    font-size: 18px;
    line-height: 43px;
    text-align: center;
    margin-top: 130px;
    margin-bottom: 40px;
}

.icp-all {
    border-radius: 10px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    background: rgb(255, 255, 255);
    height: 248px;
}

.icp-manage {
    display: flex;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
    background: rgb(0, 75, 229);
    padding: 22px 37px;
    color: #fff;
}

.icp-text {
    margin-left: 10px;
    font-size: 18px;
}

.icp-content {
    padding: 38px 22px;
    line-height: 30px;
    font-size: 14px;
}

.advancedImg {
    height: 545px;
}

.product-advantage {
    display: flex;
    justify-content: center;
    max-width: 1400px;
    padding-bottom: 18px;
}

@media (min-width:1400px) and (max-width:1550px) {
    .advancedImg {
        height: 500px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .advancedImg {
        height: 450px;
    }
}

@media (min-width:990px) and (max-width:1199px) {
    .advancedImg {
        height: 350px;
    }
}

@media (min-width:800px) and (max-width:989px) {
    .advancedImg {
        height: 250px;
    }
}

@media (max-width:799px) {
    .advancedImg {
        height: 140px;
    }
}

@media (max-width:1300px) {

    .icp-content {
        padding: 30px 22px;
        line-height: 26px;
        font-size: 12px;
    }

}

@media (max-width:1300px) {
    .introduce {
        font-size: 14px;
        line-height: 40px;
        text-align: center;
        margin: 40px 20px;
    }

}

#header #beian {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}


@media (min-width:798px) {
    #header #beian {
        width: 100%;
        height: 620px;
    }
}

@media (max-width:798px) {
    #header #beian .backBeian {
        height: 100vh;
    }
}


#header .intro2 {
    margin-top: 206px;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
}

@media (max-width: 992px) {
    #header .intro2 {
        margin-top: 150px;
    }

    #header .intro2 .intro2-left {
        text-align: center;
    }
}

@media (max-width: 768px) {

    #header .intro2 {
        margin-top: 206px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .intro2 .intro2-left {
        font-size: 26px;
    }

    .intro2 .intro2-text {
        font-size: 14px;
        padding: 20px;
    }

    .intro-right2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .intro-right2 .beianimg {
        width: 80%;
        /* text-align: center; */
        margin-top: 30px;
    }

}

.intro2-text {
    color: #fff;
    font-size: 18px;
}

/* 背景颜色 */
.product-newY {
    background-color: #F7F8F8;
}

.product-newY2 {
    background-color: #F2F4FA;
}