/*banner*/
.container {
    min-width:100%;
    margin-top: 80px;
    padding-bottom: 33.33%;
    position: relative;
    .imgBanner{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        cursor: pointer;
    }
}
/*产品介绍*/
.product-intro_air{
    margin-top: 80px;
    display: flex;
    /*justify-content: space-between;*/
    img{
        width: 640px;
        height: 504px;
    }
    .product-intro-bx{
        margin-left: 120px;
        .product-intro-bx-tit{
            font-size: 36px;
            font-weight: 700;
            line-height: 54px;
            color: rgba(11, 44, 161, 1);
        }
        .product-intro-bx-tt{
            margin-top: 40px;
            p:nth-child(1){

                display: flex;
                align-items: center;
                .circle{
                    width: 8px;
                    height: 8px;
                    display: inline-block;
                    border-radius: 50%;
                    background: rgba(11, 44, 161, 1);
                    /*border: 12px solid rgba(31, 135, 255, 0.2);*/
                    outline: 7px solid rgba(31, 135, 255, 0.2);
                    margin-left: 6px;
                }
                .txt{
                    font-size: 24px;
                    font-weight: 700;
                    line-height: 33.6px;
                    color: rgba(68, 68, 68, 1);
                    margin-left: 22px;
                }
            }
            p:nth-child(2){
                font-size: 18px;
                font-weight: 400;
                line-height: 28px;
                color: rgba(68, 68, 68, 1);
                margin-top: 4px;
            }
        }
    }
}
.product-intro_sea{
    margin-top: 160px;
    display: flex;
    justify-content: space-between;
    img{
        width: 640px;
        height: 504px;
    }
    .product-intro-bx{
        .product-intro-bx-tit{
            font-size: 36px;
            font-weight: 700;
            line-height: 54px;
            color: rgba(11, 44, 161, 1);
        }
        .product-intro-bx-tt{
            margin-top: 40px;
            p:nth-child(1){

                display: flex;
                align-items: center;
                .circle{
                    width: 8px;
                    height: 8px;
                    display: inline-block;
                    border-radius: 50%;
                    background: rgba(11, 44, 161, 1);
                    /*border: 12px solid rgba(31, 135, 255, 0.2);*/
                    outline: 7px solid rgba(31, 135, 255, 0.2);
                    margin-left: 6px;
                }
                .txt{
                    font-size: 24px;
                    font-weight: 700;
                    line-height: 33.6px;
                    color: rgba(68, 68, 68, 1);
                    margin-left: 22px;
                }
            }
            p:nth-child(2){
                font-size: 18px;
                font-weight: 400;
                line-height: 28px;
                color: rgba(68, 68, 68, 1);
                margin-top: 4px;
            }
        }
    }
}
/*产品优势*/
.product-advantages{
    margin-top: 160px;
    width: 100%;
    height: auto;
    background: rgba(249, 250, 252, 1);
    padding-bottom: 120px;
    .serve-ls{
        margin-top: 80px;
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(3,440px);
        grid-gap: 40px;
        .serve-ls-ey{
            width: 440px;
            height: 240px;
            border-radius: 10px;
            background: rgba(255, 255, 255, 1);
            box-shadow: 2px 2px 10px  rgba(0, 0, 0, 0.1);
            padding: 0 40px;
            padding-top: 30px;
            .consult-btn{
                width: 144px;
                height: 54px;
                border-radius: 5px;
                background: rgba(11, 44, 161, 1);
                font-size: 24px;
                font-weight: 400;
                line-height: 54px;
                color: rgba(251, 205, 8, 1);
                text-align: center;
                margin-top: 30px;
            }
            .tit{
                display: flex;
                align-items: flex-end;
                img{
                    width: 64px;
                    height: 64px;
                }
                p{
                    font-size: 28px;
                    font-weight: 700;
                    margin-left: 25px;
                }
            }
            .txt{
                margin-top: 20px;
                font-size: 18px;
                font-weight: 400;
                line-height: 28px;
            }
        }
    }
}
/*合作尾程*/
.co-op{
    margin-top: 80px;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(5,256px);
    grid-gap: 30px;
    img{
        width: 256px;
        height: 120px;
        border-radius: 5px;
    }
}