/* 轮播图 */
.bannber-top-block {
    width: 1340px;

}
.bannber-top-block img{
    width: 100%;
}
.bannber-top-block .item {
    display: block;
    height: 670px;
    position: relative;
    background: #f7f7f7;
}
.bannber-top-block .item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.swiper-pagination {
    bottom: 80px !important;
}
.swiper-pagination-bullet {
    background: #fff;
}

.ship-mt-space {
    margin-top: 0px;
}
.ship-brand-box {
    position: relative;
}
.ship-brand-container {
    margin: 0 50px !important;
}
.ship-brand-item {
    cursor: pointer;
    padding: 10px;
    border: 2px solid #e5e5e5;
}
.ship-brand-container .swiper-slide.on .ship-brand-item {
    color: #0053a7;
    border-color: #0053a7;
}
.ship-brand-item img {
    width: 100%;
    height: 86px;
    vertical-align: top;
}
.ship-brand-item .name {
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
}
.ship-brand-prev,
.ship-brand-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    cursor: pointer;
    background: #f6f8fa;
}
.ship-brand-prev {
    left: 0;
}
.ship-brand-next {
    right: 0;
}

.ship-brand-prev.swiper-button-disabled::after {
    border-right-color: #7f92a5;
}

.ship-brand-next.swiper-button-disabled::after {
    border-left-color: #7f92a5;
}

.ship-brand-prev::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 6px solid #00468c;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.ship-brand-next::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid #00468c;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.ship-introduce {
    margin-top: 30px;
}
.ship-introduce-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    text-align: center;
}
.ship-introduce-bar .tit {
    font-size: 24px;
    font-weight: bold;
}
.ship-introduce-bar .more {
    color: #0053a7;
    margin: 0 -88px 0 30px;
    cursor: pointer;
    font-size: 14px;
}

.ship-introduce-bar .more::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    margin: -6px 0 0 8px;
    border-right: 1px solid #0053a7;
    border-bottom: 1px solid #0053a7;
    transform: rotate(45deg);
    transform-origin: center;
    transition: all 0.3s;
}
.ship-introduce-bar .more.Fold::after {
    margin: 2px 0 0 8px;
    transform: rotate(225deg);
}

.ship-introduce-content {
    color: #333;
    line-height: 24px;
    font-size: 14px;
}
.ship-introduce-content.Fold {
    height: 72px;
    overflow: hidden;
    background: linear-gradient(to top, transparent, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ship-page-body {
    background: #f6f8fa;
}

.ship-block {
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 10;
    background: #fff;
}
.ship-list-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.ship-list-bar::after,
.ship-list-bar::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 2px;
    margin: 0 10px;
    background: #333;
}
.ship-list-con {
    padding-top: 30px;
}
.ship-list-con .item {
    display: flex;
    align-items: end;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.ship-list-con .item:last-child {
    border-bottom: 0;
}
.ship-list-con .item::after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    opacity: 0;
    transition: all 0.5s;
    background: #00468c;
}
.ship-list-con .item:hover::after {
    width: 100%;
    opacity: 1;
}
.ship-list-con .item .hd {
    flex: 0 0 130px;
    display: block;
    width: 130px;
    height: 130px;
}
.ship-list-con .item .hd img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.ship-list-con .item .bd {
    flex: 1 1 auto;
    padding: 0 30px;
}
.ship-list-con .item .bd .tit {
    font-size: 18px;
    font-weight: bold;
}
.ship-list-con .item:hover .bd .tit {
    color: #00468c;
}
.ship-list-con .item .bd .props {
    display: flex;
    margin-top: 15px;
}
.ship-list-con .item .bd .props .label {
    margin-right: 40px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.ship-list-con .item .bd .props .label:last-child {
    margin-right: 0;
}
.ship-list-con .item .bd .txt {
    color: #999;
    line-height: 24px;
    margin-top: 12px;
    font-size: 14px;
}
.ship-list-con .item .more-link {
    flex: 0 0 100px;
    color: #fff;
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    text-align: center;
    transition: all 0.3s;
    border-radius: 5px;
    font-size: 14px;
    background: #00468c;
}
.ship-list-con .item .more-link:hover {
    box-shadow: 1px 1px 5px #79a4cf;
}
.ship-list-con .item .more-link:active {
    box-shadow: 1px 1px 5px #33587c;
    background: #006bd6;
}
