body {
    /* font-family: Helvetica, Tahoma, Arial; */
    font-family: "poppinsregular", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
    font-size: 16px;
}

a, a:hover, a:visited {
    text-decoration: none;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    transition: all .3s;
}

img:hover {
    transform: scale(1.02);
}

.aligh {
    text-align: center;
}

.parameter-tit {
    background: #eaeaef;
    margin-bottom: 0;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 20px;
}

@font-face {
    font-family: "iconfont";
    /* Project id 4644973 */
    src: url('https://at.alicdn.com/t/c/font_4644973_8t85y64c5qg.woff2?t=1723617761013') format('woff2'),
        url('https://at.alicdn.com/t/c/font_4644973_8t85y64c5qg.woff?t=1723617761013') format('woff'),
        url('https://at.alicdn.com/t/c/font_4644973_8t85y64c5qg.ttf?t=1723617761013') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e6b8";
}

.icon-dizhi1:before {
    content: "\e605";
}

.icon-youxiang:before {
    content: "\e64d";
}

.icon-dianhua:before {
    content: "\e8ad";
}

.icon-jiantou:before {
    content: "\e63a";
}


/* 导航 */

.net-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 101;
}

.navtop-bg {
    background: #ffffff;
}

.navtop {
    display: flex;
    color: #777777;
    align-items: center;
    justify-content: end;
    background-color: #ffffff;
}

.navtop-info {
    display: flex;
    font-size: 14px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.tel {
    margin-left: 10px;
    color: #999999;
    display: flex;
    align-items: center;
}

.tel span {
    margin-right: 3px;
    color: #cccccc;
    font-size: 14px;
    position: relative;
    top: 2px;
}

.navtop img {
    height: 60px;
    width: auto;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.bg-primary {
    background: #0c8bda !important;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    height: 50px;
}

.bg-primary ul {
    width: 100%;
    justify-content: space-between;
}

.bg-primary ul li a {
    color: #ffffff;
}

.navbar-brand img {
    height: 30px;
}

.navbar-toggler {
    border: 0 none;
}

.navbar-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo {
    display: none;
}




h2 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0;
    line-height: 1.4;
}

.vehicle-icon {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
    background-color: #eaeaef;
}

.vehicle-icon a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #222222;
    position: relative;
    overflow: hidden;
}

.vehicle-icon a span {
    position: absolute;
    width: 100%;
    text-align: center;
    word-break: break-all;
    left: 0;
    bottom: 10px;
}

.vehicle-icon a .imga {
    height: 40px;
    width: auto;
    position: relative;
    top: -10px;
}

.vehicle-icon a .imghover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: 100%;
}

.vehicle-icon a:hover .imghover {
    right: 0;
    transition: all 0.4s;
}

.vehicle-icon a:hover .imga {
    display: none;
}

.vehicle-icon a:hover {
    color: #ffffff;
}

.united-list {
    width: 100%;
    height: 100%;
    border: 1px solid #e3e3e3;
    padding: 15px;
    /* margin-bottom: 20px; */
}

.united-list a {
    display: block;
    color: #333333;
}

.united-list a img {
    width: 100%;
    /* aspect-ratio: 3/2; */
    object-fit: contain;
}

.united-list a i {
    font-style: normal;
    color: #999999;
    display: block;
    line-height: 30px;
    font-size: 14px;
}

.united-list a h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    color: #000000;
    margin: 10px 0;
}


.united-list a p.info {
    line-height: 1.8;
    color: #666666;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}



.united-list a p.cdk-storyinfo {
    line-height: 1.8;
    color: #666666;
    display: block;
    margin-bottom: 0;
}

.united-list a p.link {
    color: #0c8bda;
    display: flex;
    align-items: center;
    margin: 0;
}

.united-text {
    height: 100%;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.more {
    justify-content: center;
}

.more a {
    height: 50px;
    border: 1px solid #0c8bda;
    border-radius: 4px;
    margin: 20px auto;
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #0c8bda;
    text-transform: uppercase;
}

.more a:hover {
    background: #0c8bda;
    color: #ffffff;
}

.more a span {
    margin-left: 5px;
}

.united-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.seafeight-video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.seafeight-video a {
    display: block;
    height: 100%;
    position: relative;
}

.seafeight-video img {
    width: 100%;
    height: 100%;
    /* aspect-ratio: 16/9; */
    object-fit: cover;
}

.seafeight-video .video-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 99;
    text-align: right;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.4);
}

.seafeight-video .video-text h2 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px 10px;
    text-align: left;
}

.sea-text {
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.seafeight-photo {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.seafeight-photo a {
    color: #333333;
    display: block;
    position: relative;
}

.seafeight-photo a .sea-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    display: flex;
    justify-content: end;
    z-index: 2;

}

.ambassder-photo {
    margin-top: 0;
    margin-bottom: 20px;
}

.seafeight-photo a img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.logo-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.logo-wrap a {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
}

.logo-wrap a img {
    width: 100%;
    height: 50px;
    object-fit: cover;

}


.my-form p,
.my-form label {
    color: #999999;
}

.my-form .form-control {
    color: #666666;
}

.my-form p {
    margin-bottom: 0;
}

.my-form input::placeholder {
    color: #cccccc;
}

.my-form textarea::placeholder {
    color: #cccccc;
}


.my-btn {
    justify-content: center;
    margin-bottom: 20px;

}

.my-btn button {
    width: 100%;
    height: 50px;
    background-color: rgba(12, 139, 219, 0.6);
    color: #ffffff;
    border-radius: 25px;
    margin: 20px auto;
    display: block;
    border: 0 none;
}

.my-btn button:hover {
    background-color: rgba(12, 139, 219, 1);
}

.my-footer {
    background: #4b5359;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 14px;
}

.my-footer .links,
.my-footer .contactinfo,
.my-footer .footer-logo {
    margin-bottom: 20px;

}

.my-footer p {
    color: rgba(255, 255, 255, .6);
}

.my-footer img {
    height: 50px;
}

.footer-logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.links p {
    display: flex;

}

.links p a {
    flex: 1;
    color: rgba(255, 255, 255, .6);
}

.pro-tit {
    text-align: center;
}

.pro-list {
    border: 1px solid #e3e3e3;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}



.pro-list p {
    display: none;
}

.pro-list a {
    color: #333333;
    display: block;
    text-align: center;
    font-size: 16px;
}

.pro-list a.ask {
    width: 40%;
    margin: 0 auto;
    border: 1px solid #e3e3e3;
    line-height: 36px;
    border-radius: 20px;
    background: #0c8bda;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 10px;
}


.nav-height {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
    padding: 0 50px;
}

.nav-height ul {
    display: grid;
    grid-template-columns: repeat(4, auto);
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.nav-buses ul {
    grid-template-columns: repeat(2, auto);
}

.nav-height ul li a {
    position: relative;
    display: block;
    color: #333333;
    font-weight: bold;
}


.nav-height a.active {
    color: #0c8bda;
}

.nav-height a.active::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #0c8bda;
}

.prodel-img div.row>div {
    margin-bottom: 20px;
}

.parameter-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.parameter-cont h5 {
    border-bottom: 1px solid #e3e3e3;
    background-color: #eaeaef;
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #333333;
}

.parameter-cont .row {
    border-bottom: 1px solid #e3e3e3;
}

.parameter-cont .row div {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-right: 1px solid #e3e3e3;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.parameter-cont .row div.label {
    color: #999999;
}


.article img {
    display: block;
    margin: 10px auto;
    max-width: 100% !important;
    height: auto !important;
}

.article img:hover {
    transform: scale(1);
}

.article p {
    line-height: 2;
    color: #333333;
}

.bread-nav {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.bread-nav a {
    color: #999999;
}

.united-logos {
    width: 100%;
    height: auto;
    background: url("../images/united-bg1.png") no-repeat center top;
    background-size: cover;
    padding-bottom: 20px;
    padding-top: 20px;
}

.united-logos .img-xxl {
    display: none;
}

.united-logos img {
    display: block;
    margin: 0 auto;
}

.prodel-wrap {
    height: auto;
    overflow: hidden;
}

/* .prodel-wrap h2{
    display: none;
} */

.navFix {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #e3e3e3;
    z-index: 99999;
    background: #ffffff;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
}

.united-delwrap {
    margin-top: 20px;
}

.amba-img .ambalist {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.amba-img .text {
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 1);
    color: #ffffff;
}

.amba-img .text h4 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}


.amba-img img:hover {
    transform: none;
}

.ambass-img {
    height: 100%;
    /* border: 5px solid #eaeaef; */
    overflow: hidden;
}

.banner-img {
    position: relative;
    width: 100%;
    text-align: center;
}

.banner-text {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: left;
}

.banner-text p {
    display: none;
}

.prodel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seafreight-cont {
    color: #666;
    line-height: 2;
}

.seafreight-cont h2 {
    font-size: 18px;
    margin: 10px 0;
    color: #222222;
}

.seafreight-cont .row {
    align-items: center;
    margin-bottom: 20px;
    /* background: #eaeaef; */

}

.seafreight-cont .row .col-6 {
    padding: 20px;
}

.seafeight-photo h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.ckdPics div.row div {
    margin-bottom: 15px;
}

.ckdPics p {
    text-align: center;
    border: 1px solid #e3e3e3;
    border-top: none;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

.ckdLogos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    text-align: center;
}

.ckdLogos .ckdlogolist img {
    border: 1px solid #e3e3e3;
    width: 100%;
    margin-bottom: 10px;
}

/* 小屏幕（平板，小于 576px */
@media (max-width: 576px) {

    .row>* {
        padding: 5px;
    }

    .vehicle-icon {
        margin-bottom: 0;
    }

    .vehicle-icon a span {
        font-size: 12px;
    }

    .vehicle-icon a .imga {
        height: 36px;
    }


    .navtop {
        display: none;
    }

    .united-wrap>.united-row>div {
        display: none;
    }

    .united-wrap>.united-row>div:nth-child(1) {
        display: block;
    }

    .united-delwrap>.united-row>div {
        display: block;
    }

    .pro-list {
        margin-bottom: 20px;
    }

    .parameter-cont .row {
        border-bottom: none;
    }

    .parameter-cont .row div {
        border-bottom: 1px solid #e3e3e3;
        padding-left: 15px;
    }

    .carousel, .prodel-wrap, .banner-img, .united-logos {
        margin-top: 50px;
    }

    .navbar-collapse {
        position: fixed;
        left: 0;
        top: 50px;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        background: #0c8bda;
    }

    .nav-height {
        padding: 0 10px;
    }

    .navFix {
        padding: 0 10px;
    }

}

/* 小屏幕（平板，大于等于 576px */
@media (min-width: 576px) {

    .logo-wrap {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .navtop {
        height: 40px;
    }

    .carousel, .prodel-wrap, .banner-img, .united-logos {
        margin-top: 90px;
    }

    .seafeight-photo {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 0;
    }


    .seafeight-photo a {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .seafeight-photo h3 {
        font-size: 16px;
        font-weight: bold;
        margin: 20px 0;
        color: #FFFFFF;
    }

    .seafeight-photo p {
        color: #FFFFFF;
    }

    .navbar-collapse {
        position: fixed;
        left: 0;
        top: 80px;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        background: #0c8bda;
    }

}

/* 小屏幕（平板，大于等于 768px） */

@media (min-width: 768px) {

    .vehicle-icon {
        height: 160px;
    }

    .vehicle-icon a .imga {
        height: 50px;
    }

    .vehicle-icon a span {
        bottom: 20px;
        font-size: 16px;
    }

    .united-list a h3 {
        font-size: 22px;
    }

    .ambassder-photo {
        margin-bottom: 0;
    }




    .my-footer {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .logo-wrap {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 10px;
    }

    .ckdLogos {
        grid-template-columns: repeat(3, 1fr);
    }

}

/* 大屏幕（平板，大于等于 992px） */
@media (min-width: 992px) {
    .vehicle-icon {
        height: 180px;
    }

    .navbar-brand {
        display: none;
    }

    .logo {
        display: block;
    }

    .navtop {
        justify-content: space-between;
    }

    .nav-item {
        border-bottom: none;
    }

    .navbar-nav {
        border-top: none;
    }

    .nav-height {
        padding: 0 50px;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 14px;
    }

    .united-logos .img-xxl {
        display: block;
    }

    .united-logos {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .united-logos .img-sm {
        display: none;
    }

    .navtop {
        height: 80px;
    }

    .carousel, .prodel-wrap, .banner-img, .united-logos {
        margin-top: 130px;
    }

    .navbar-collapse {
        position: relative;
        top: 0;
    }

    .amba-img .text {
        position: absolute;
        left: 0;
        bottom: -100%;
        width: 100%;
        height: 100%;
        padding: 10px 20px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.5);
        color: #ffffff;
        display: flex;
        align-items: end;
    }

    .amba-img .text h4 {
        font-size: 20px;
        line-height: 1.6;
    }

    .ambalist:hover .text {
        bottom: 0;
        transition: all 300ms ease 0s;
        background: linear-gradient(to bottom, transparent, #1571c8);
    }

    .seafeight-photo a {
        grid-template-columns: repeat(2, 1fr);
    }

    .seafeight-photo a img {
        height: 100%;
    }

    .seafeight-photo a .sea-text {
        position: relative;
        background: none;
    }

    .seafeight-photo h3 {
        color: #333333;
    }

    .seafeight-photo p {
        color: #666;
    }

    .banner-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -70%);
        color: #ffffff;
        width: 50%;
    }


    .banner-text p {
        display: block;
    }

    .ckdLogos {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* 大屏幕（平板，大于等于 1200px） */
@media (min-width: 1200px) {
    .logo-wrap {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        gap: 10px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }
}