/*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;
    }
}
/*空运服务优势*/
.sea_map{
    width: 1400px;
    height: 700px;
    background: url('../img/sea_map.png') no-repeat center 0px;
    background-position: center 0px;
    background-size: cover;
    /*margin-top: 80px;*/
}

.sea_list{
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 400px);
    height: 248px;
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 10px;
    background: rgba(249, 250, 252, 1);
    .sea_list_ey{
        display: flex;
        align-items: center;
        border: 1px solid rgba(238, 238, 238, 1);
        margin-left: -1px;
        margin-top: -1px;
        img{
            width: 64px;
            height: 64px;
            z-index: 99;
            margin-left: 30px;
        }
        .flex-line{
            margin-left: 30px;
        }
        .sea_list_tit{
            font-size: 28px;
            font-weight: 700;
            line-height: 42px;
            color: rgba(68, 68, 68, 1);
        }
        .sea_list_txt{
            font-size: 18px;
            font-weight: 400;
            line-height: 28px;
            color: rgba(68, 68, 68, 1);
            text-align: center;
            margin-top: 6px;
        }
    }
    .sea_list_ey:nth-child(1){
        border-radius: 10px 0px 0px 0px;
    }
    .sea_list_ey:nth-child(3){
        border-radius: 0px 10px 0px 0px;
    }
    .sea_list_ey:nth-child(4){
        border-radius: 0px 0px 0px 10px;
    }
    .sea_list_ey:nth-child(6){
        border-radius: 0px 0px 10px 0px;
    }
}
.air-service-advantages-b{
    width: 100%;
    height: auto;
    background: rgba(249, 250, 252, 1);
    margin-top: 120px;
    padding-bottom: 120px;
}
.air-service-advantages{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    .air-service-advantages-box:hover{
        transform: translateY(-15px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    }
    .air-service-advantages-box{
        width: 400px;
        height: 400px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 20px 20px 40px  rgba(0, 0, 0, 0.1);
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        .box-top{
            width: 400px;
            height: 100px;
            border-radius: 20px 20px 0px 0px;
            padding: 24px 30px;
            display: flex;
            align-items: center;
            background: rgba(11, 44, 161, 1);
            img{
                width: 52px;
                height: 52px;
            }
            .box-top-rt{
                font-size: 28px;
                font-weight: 700;
                line-height: 42px;
                color: rgba(255, 255, 255, 1);
                margin-left: 20px;
            }

        }
        .box-text{
            padding: 10px 30px;
            .box-text-ey{
                margin-top: 20px;
                display: flex;
                .box-text-ey-tp{
                    display: flex;
                    img{
                        width: 24px;
                        height: 24px;
                    }
                    p{
                        font-size: 20px;
                        font-weight: 700;
                        line-height: 30px;
                        color: rgba(68, 68, 68, 1);
                        margin-left: 20px;
                    }
                }
                .box-text-ey-bt{
                    margin-left: 20px;
                    /*margin-top: 10px;*/
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 24px;
                    color: rgba(68, 68, 68, 1);
                    text-align: justify;
                }
            }
        }
    }
}
.air-route-coverage{
    margin-top: 120px;
    width: 100%;
    height: auto;
    background: rgba(249, 250, 252, 1);
    padding: 120px 0;
    .air-route-coverage-box{
        display: flex;
        justify-content: space-between;
        img{
            width: 640px;
            height: 480px;
            border-radius: 10px;
        }
        .air-route-coverage-tt{
            margin-left: 120px;
            position: relative;
            img{
                width: 360px;
                height: 360px;
                position: absolute;
                top: 60px;
                left: 140px;
            }
            p:nth-child(1){
                font-size: 36px;
                font-weight: 700;
                line-height: 54px;
                color: rgba(68, 68, 68, 1);
                margin-top: 138px;
            }
            p:nth-child(2){
                font-size: 20px;
                font-weight: 400;
                line-height: 30px;
                color: rgba(68, 68, 68, 1);
                margin-top: 30px;
            }
        }
    }

}
/*解决方案*/
.solution-plan{
    margin-top: 80px;
    display: grid;
    justify-content: center;
    justify-items: center;
    grid-template-columns: repeat(3, 440px);
    grid-gap: 40px;
    .solution-plan-ey{
        width: 440px;
        height: 276px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 20px  rgba(0, 0, 0, 0.1);
        padding: 33px 33.5px;
        .consult-btn{
            width: 144px;
            height: 54px;
            border-radius: 5px;
            background: rgba(11, 44, 161, 1);
            font-size: 20px;
            font-weight: 400;
            line-height: 54px;
            color: rgba(251, 205, 8, 1);
            text-align: center;
            margin-top: 30px;
        }
        .bx-tp{
            display: flex;
            margin-bottom: 14px;
            img{
                width: 36px;
                height: 36px;
                border-radius: 50%;
                outline: 3px solid rgba(31, 135, 255, 0.25);
            }
            p{
                font-size: 28px;
                font-weight: 700;
                line-height: 42px;
                color: rgba(68, 68, 68, 1);
                margin-left: 19px;
                span{
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 42px;
                    color: rgba(68, 68, 68, 1);
                }
            }
        }
        .bx-tx{
            display: flex;
            align-items: baseline;
            margin-top: 16px;
            p:nth-child(1){
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background: rgba(11, 44, 161, 1);
            }
            p:nth-child(2){
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                color: rgba(68, 68, 68, 1);
                text-align: justify;
                margin-left: 16px;
                flex: 1;
            }

        }
    }
}
/*合作船司*/
.carrier-ls{
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(5, 256px);
    grid-gap: 30px;
    img{
        width: 256px;
        height: 120px;
    }
}