.home-swiper .swiper {
    width: 100%;
    height: 100%;
}

.home-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
}

.home-swiper .swiper-slide img {
    display: block;
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}

.home-swiper .swiper-pagination-bullet {
    width: 4%;
    max-width: 50px;
    border-radius: 0px;
    background-color: #ffffffa6;
    border: 1px solid white;
}

.home-swiper .swiper-pagination {
    bottom: 5vh;
}

/* START 船舶修造 START */

.fa-cbxz {
    background-color: #ffffff;
    padding: 4% 0px 2% 0px;
}

.cbxz-title {
    letter-spacing: 0.5px;
    color: #525252;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.cbxz-content {
    color: #747474;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    visibility: hidden;
    height: 30px;
}

.cbxz-item:hover .cbxz-content {
    visibility: unset;
}

.cbxz-line {
    margin-top: 12%;
    background-color: #C4C4C4;
    width: 15%;
    height: 5px;
    border-radius: 10px;
    transition: all 0.5s;
}

.cbxz-item:hover .cbxz-line {
    width: 100%;
    background-color: red;
    height: 5px;
    border-radius: 0px;
}


.cbxz-img img {
    object-fit: cover;
    width: 100%;
}

.cbxz-item {
    padding: 5% 10px;
    margin: 10px 0px;
}

.cbxz-item:hover img {
    /* box-shadow: 0 0 15px rgb(0 0 0 / 20%); */
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.cbxz-item img {
    transition:all 1s;
}

.fa-cbxz-sm {
    padding: 5% 0;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    height: 200px;
    max-width: 182px;
}

@media screen and (max-width: 992px) {
    .fa-cbxz-sm {
        padding: 1% 0;
        height: 130px;
    }
}

.fcs-title {
    font-size: 25px;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 30px;
}

.fcs-content {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-top: 5px;
}

.fcs-c-title {
    /* font-size: 15px;
    font-weight: 400; */
    font-size: 18px;
    font-weight: bold;
}

.fcs-c-img {
    display: block;
}

.fcs-c-img.tredimg {
    display: none;
}

.fcs-c-img-1 {
    display: block;
}

.fcs-c-img-1.tredimg {
    display: none;
}

.fcs-content:hover .fcs-c-title {
    color: red;
}

.container:hover .fcs-c-title {
    color: red;
}

.fcs-content:hover .fcs-c-img {
    display: none;
}

.fcs-content:hover .fcs-c-img.tredimg {
    display: block;
}

.fcs-content:hover .fcs-c-img-1 {
    display: none;
}

.fcs-content:hover .fcs-c-img-1.tredimg {
    display: block;
}

.fcs-c-img-1 {
    margin-top: 4px;
    margin-right: 7px;
}

.fcs-c-img-1 img {
    width: 20px;
    height: 20px;
}

.fcs-c-img {
    margin-top: 4px;
    margin-left: 7px;
}

.fcs-c-img img {
    width: 20px;
    height: 20px;
}

.fcs-desc {
    font-size: 14px;
}

/* END - 船舶修造 - END  */

.sni-image {
    margin-bottom: 3%;
}

.sni-image>img {
    width: 100%;
}

.snid-md {
    font-size: 28px;
    font-weight: bold;
    font-family: system-ui;
}

.sy-news {
    padding: 3% 0;
}

.snid-yy {
    font-size: 15px;
    padding: 6% 0px;
    font-family: system-ui;
    font-weight: 900;
}

.snic-title {
    color: #3D3D3D;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 13px;
}

.snic-desc {
    color: #888888;
    line-height: 19px;
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sn-item {
    padding: 3% 0;
}

.sn-item-duo {
    padding-bottom: 5%;
}

.sni-date {
    color: #3D3D3D;
}

.sn-item:hover .snic-title, .sn-item:hover .sni-date {
    color: #00388F;
}

.sn-item-duo:hover {
    border-bottom: 1px dashed #888888;
    padding-bottom: 3.7%;
    margin-bottom: 1.3%;
}

@media screen and (max-width: 992px) {
    .sni-dan-content {
        display: none;
    }

    .sn-item {
        padding-bottom: 0px;
    }

    .sni-dan .sni-image {
        margin-bottom: 0%;
    }
    .ec-nav {
        padding: 15px 0px;
    }
}

.zjzz-al {
    /* padding: 4% 0; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.dan-tu-icon-swiper .swiper-slide {
    /* display: flex; */
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.dan-tu-icon-swiper .swiper-wrapper {
    width: 100% !important;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
}

.dan-tu-icon-swiper .swiper-slide {
    width: 25% !important;
}

.dan-tu-icon-swiper .swiper-slide-thumb-active .zjzzal-icon-title {
    font-weight: bold;
}

.zjzzal-title {
    font-size: 23px;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 30px;
}

.zjzzal-content {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-top: 5px;
}

.zjzzal-c-img>img {
    width: 18px;
    height: 18px;
}

.zjzzal-c-img {
    margin-left: 7px;
}

.zjzzal-c-title {
    font-size: 15px;
    font-weight: 400;
    color: #8C8C8D;
    margin-left: 12px;
}

.zjzzal-title-content {
    display: flex;
}

.zjzzal-sub-desc {
    font-size: 14px;
    padding: 3% 0px;
    padding-bottom: 4%;
}

.zjzzal-icon-title {
    font-size: 13px;
    padding: 12%;
    line-height: 17px;
}

.zjzzal-desc {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10%;
}

.dan-tu-swiper img {
    width: 100%;
    height: auto;
}

.dan-tu-swiper .swiper-slide {
    margin: 9% 0px;
}

.dan-tu-swiper .swiper-cube-shadow {
    display: none !important;
}

.zjzzal-title-content {
    margin-top: 11%;
}

@media screen and (max-width: 992px) {
    .dan-tu-swiper .swiper-slide {
        margin: 4% 0px;
    }
}

.zjzzal-icon-img>img {
    width: 33%;
    height: auto;
}

@media screen and (max-width: 992px) {
    .zjzzal-title-content {
        margin-top: 3%;
    }
}

.cp-center {
    background-color: #EFF3F6;
    padding: 4% 0;
}

.engineering-case {
    padding: 4% 0;
    background-color: #eff3f6;
}

.ps-item {
    padding: 1%;
}

.ps-item-content:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.ps-item-content img {
    transition: all 1s;
}

.ps-item-content {
    background-color: #ffffff;
    color: #000;
    transition: all 1s;
    overflow: hidden;
}

.psi-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.psi-title {
    text-align: center;
    font-size: 15px;
    padding: 6%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.engineering-case-swiper {
    width: 100%;
    height: 55vh;
    margin-left: auto;
    margin-right: auto;
}

.engineering-case-swiper .swiper-pagination-bullet {
    width: 4%;
    max-width: 50px;
    border-radius: 0px;
    background-color: #525252a6;
    border: 1px solid #6a6a6a;
}
.engineering-case-swiper .swiper-wrapper {
    justify-content: center;
}
.engineering-case-swiper .swiper-slide {
    background: #fff;
    height: calc((100% - 60px) / 2);
}

.ecase-item-img {
    overflow: hidden;
}

.ecase-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ecase-item-title {
    padding-top: 5%;
    font-size: 15px;
    text-align: center;
    font-size: 14px;
    padding: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fa-cbxz-right .fa-cbxz-sm {
    margin-left: auto;
    justify-content: flex-end;
    align-items: flex-start;
}

.fa-cbxz-right .fcs-content {
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.ec-nav {
    text-align: center;
}

.ec-n-item {
    display: inline-block;
    padding: 0px 1%;
    font-size: 16px;
    font-weight: bold;
}

.ecase-item-img img {
    transition:all 1s;
}

.ecase-item-img:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}