/*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;
    }
}
/*海卡空通*/
.sta-transport{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    position: relative;
    .sea-pimg1{
        width: 821px;
        height: 417px;
        position: absolute;
        top: -37px;
        left: -160px;
    }
    .sea-pimg2{
        width: 557px;
        height: 383px;
        position: absolute;
        top: -80px;
        right: -40px;
    }
    .sea-img{
        width: 580px;
        height: 340px;
        border-radius: 10px;
        z-index: 99;
    }
    .sta-transport-bx{
        margin-left: 60px;
        .sta-transport-bx-tit{
            font-size: 24px;
            font-weight: 700;
            line-height: 36px;
            color: rgba(68, 68, 68, 1);
        }
        .sta-transport-bx-tt{
            font-size: 20px;
            font-weight: 400;
            line-height: 30px;
            color: rgba(68, 68, 68, 1);
            text-align: justify;
            margin-top: 30px;
        }
    }
}
.hyc-map{
    margin-top: 80px;
    display: grid;
    justify-content: center;
    justify-items: center;
    grid-template-columns: repeat(5, 240px);
    grid-gap: 40px 60px;
}
.line_ali{
    display: flex;
    align-items: center
}
.intro-det{
    display: flex;
    align-items: center;

}
.intro-det  div{
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}
.p_font{
    font-size: 28px;
    font-weight: 700;
    color: rgba(11, 44, 161, 1);
}
.count{
    font-size: 40px;
    color: rgba(11, 44, 161, 1);
}
.intro-det p:nth-child(1) {
    font-size: 40px;
    font-weight: 700;
    line-height: 67.2px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    margin-bottom: 0;
}
.line_ali p:nth-child(2){
    color: rgba(68, 68, 68, 1);
}
/*发展历程*/
.product-advantages{
    margin-top: 120px;
    width: 100%;
    height: auto;
    background: url('../img/product-advantages.jpg') no-repeat center 0px;
    background-size: cover;
    padding-bottom: 120px;
    .time-x{
        width: 100%;
        border: 1px solid rgba(11, 44, 161, 1);
        position: absolute;
        /*top: 160px;*/
        top: 310px;
    }
    .swiper-container {
        width: 100%;
        height: 325px;
        margin: 20px auto;
        margin-top: 60px;
        cursor: pointer;
    }
    .swiper-slide {
        background: none !important;
        text-align: center;
        font-size: 18px;
        background: #fff;
        /*width: 320px;*/
        /*height: 322px;*/
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        img{
            width: 100%;
            height: 100%;
        }
    }
    .develop-ey{
        width: 100%;
        height: 100%;
        position: relative
    }
    .time-at{
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        color: rgba(11, 44, 161, 1);
        text-align: left;
    }
    .x-centre{
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background:rgba(11, 44, 161, 1);
        outline: 6px solid rgba(11, 44, 161, 0.25);
        position: absolute;
        top: 67px;
        left: 22px;
    }
    .develop-cont{
        width: 320px;
        height: 200px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.9);
        margin-top: 75px;
        padding: 20px;
        z-index: 2;
    }
    .y-lin{
        width: 0;
        border: 1px solid rgba(11, 44, 161, 1);
        position: absolute;
        left: 27px;
        top: 79px;
        z-index: 1;
    }
    .develop-txt{
        display: flex;
        align-items: baseline;
        margin-top: 10px;
        z-index: 3;
        div:nth-child(1){
            width: 12px;
            height: 12px;
            background: rgba(255, 255, 255, 1);
            border: 1px solid rgba(11, 44, 161, 1);
            border-radius: 50%;
            margin-left: 2px;
            z-index: 4;
        }
        div:nth-child(2){
            font-size: 16px;
            font-weight: 400;
            margin-left: 20px;
            flex: 1;
            color: rgba(68, 68, 68, 1);
            text-align: start;
        }
    }
    .develop-txt:first-child{
        margin-top: 0;
    }
}
/*公司荣誉*/
.glories-company-img{
    width: 1400px;
    height: 774px;
    margin-top: 80px;
    background: url('../img/glories-company-img.jpg') no-repeat center 0px;
    background-size: cover;
}