/*common start*/
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
    box-sizing: border-box;
}
.firstRow p span {
    word-break: break-word;
}
body {
    font-size: 12px;
    font-family: 'Open Sans';
    color: #000000;
}

a {
    color: #000000;
}

p {
    line-height: 1.8em;
    padding: 5px 0;
}
.xiangqing p span{    word-break: break-word;}
.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
}


.top {
    width: 100%;
    background-image: linear-gradient(-90deg, #0062AA 80%, #46897A 100%);
    padding: 10px 80px;
}

.topflex {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.topmenu ul {
    display: flex;
    align-items: center;
}

    .topmenu ul li {
        width: auto;
        margin-right: 20px;
        line-height: 40px;
    }

        .topmenu ul li a {
            color: #fff;
            font-size: 17px;
        }

.search {
    margin: 0 20px;
    height: 40px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qh {
    display: flex;
    align-items: center;
}

.languages {
    padding: 8px 15px 10px;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 15px;
}

.languages1 {
    padding: 8px 15px 10px;
    border: 1px solid #fff;
    color: #001538;
    background-color: #fff;
    margin-right: 15px;
}

.head {
    width: 100%;
    background-color: #Fff;
    box-shadow: 0 0 10px 0 rgb(138 138 138 / .26);
}

    .head .wapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.logo {
    width: 200px;
}

    .logo img {
        width: 100%;
        display: block;
    }

.menu ul li {
    line-height: 80px;
    padding: 0 20px;
    position: relative;
}

    .menu ul li a {
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }

.menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.link a {
    display: block;
    width: 120px;
    line-height: 45px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    background-image: url(../images/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;
}

.menu ul li a {
    padding: 10px;
    font-weight: 500;
    font-weight: bold
}

.menu ul li.on a {
    border-bottom: 3px solid #76B344;
}

.menu ul li dl {
    position: absolute;
    top: 100%;
    left: 0;
    width: 123%;
    background-color: #F3F3F3;
    padding: 10px;
    z-index: 99;
    display: none;
}

    .menu ul li dl dd {
        line-height: 35px;
        width: 145%;
        margin-bottom: 10px;
    }

.menu ul li:hover dl {
    display: block;
}

.bannermore {
    display: flex;
    align-items: center;
}

    .bannermore span {
        font-size: 17px;
        width: 50%;
    }

    .bannermore a {
        font-size: 16px;
        color: #fff;
        padding: 8px 20px 10px;
        background-color: #292D2C;
    }



.banner {
    position: relative;
    overflow: hidden;
}

    .banner .swiper-container {
    }

    .banner .swiper-slide {
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

        .banner .swiper-slide.swiper-slide-active {
            z-index: 2;
        }

        .banner .swiper-slide img {
            display: block;
            width: 100%;
            height: 33vw;
            background: #f9f9f9;
            transform: scale(1.1);
            transition: all 4s ease;
        }

        .banner .swiper-slide.swiper-slide-active img {
            transform: scale(1);
        }

        .banner .swiper-slide .txtbg {
            width: 650px;
            padding: 40px 40px 80px;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .banner .swiper-slide .txt {
            color: #fff;
            text-align: left;
        }

            .banner .swiper-slide .txt .h2 {
                font-size: 35px;
                line-height: 1.2em;
                font-weight: bold;
                margin-bottom: 20px;
            }

            .banner .swiper-slide .txt .h3 {
                font-size: 28px;
                line-height: 1.4em;
            }

    .banner .swiper-pagination {
        bottom: 28px !important;
        top: auto !important;
        z-index: 11 !important;
        width: 580px !important;
    }

    .banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background-color: #fff;
    }

    .banner .swiper-button-prev, .banner .swiper-rtl .swiper-button-next {
        left: 590px;
        top: auto;
        bottom: 10px;
    }

        .banner .swiper-button-prev:after, .banner .swiper-rtl .swiper-button-next:after {
            font-size: 20px;
            color: #fff;
        }

    .banner .swiper-button-next, .banner .swiper-rtl .swiper-button-prev {
        right: auto;
        left: 620px;
        bottom: 10px;
        top: auto;
    }

        .banner .swiper-button-next:after, .banner .swiper-rtl .swiper-button-prev:after {
            content: 'next';
            font-size: 20px;
            color: #fff;
        }

@media(max-width:999px) {
    .banner .swiper-slide img {
        height: 50vw;
    }

    .banner .swiper-slide .txtbg {
        width: 90%;
    }

    .banner .swiper-slide .txt .h2 {
        font-size: 20px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }

    .banner .swiper-slide .txt .h3 {
        font-size: 24px;
        line-height: 1.4em;
    }

    .banner .swiper-pagination {
        bottom: 10px;
    }

    .banner .swiper-button-prev, .banner .swiper-button-next {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
}



.sp_header {
    height: 50px;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
    display: none;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px
}

    .sp_logo img {
        margin: auto;
        max-height: 30px;
    }

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 15px
}

    .sp_nav span {
        display: block;
        background: #c9141e;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 10px;
        transition: all ease 0.35s
    }

        .sp_nav span:nth-of-type(1) {
            top: 0px
        }

        .sp_nav span:nth-of-type(2) {
            top: 10px
        }

        .sp_nav span:nth-of-type(3) {
            top: 20px
        }

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: calc(100% - 104px);
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 50px
}

.sjj_nav > ul > li:first-child {
    overflow: hidden;
    border-top: 0
}

    .sjj_nav > ul > li:first-child > a {
        float: left;
        width: calc(100% - 70px)
    }

    .sjj_nav > ul > li:first-child .language {
        float: right;
        width: 70px;
        overflow: hidden;
        line-height: 30px;
        margin-top: 5px
    }

        .sjj_nav > ul > li:first-child .language a {
            width: 35px;
            float: left;
            border-left: 1px #ddd solid;
            text-align: center;
            color: #999;
        }

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

    .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.35s
    }

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav > ul > li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #000000;
    width: 80%
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
}

.sjj_nav ul li ul li > ul {
    margin-left: 10px
}

.con {
    width: 100%;
    padding: 100px 0;
}

.con1 {
    width: 100%;
    padding: 20px 0;
}

.c1bt {
    width: 100%;
    margin-bottom: 50px;
}

    .c1bt h3 {
        display: flex;
        align-items: center;
        font-size: 24px;
        margin-bottom: 20px;
    }

.line {
    width: 80px;
    height: 1px;
    background-color: #76B344;
    margin-right: 20px;
}

.c1bt h1 {
    font-size: 45px;
    color: #000;
}

.con1 ul li {
    width: calc((100% - 120px)/3);
    margin-right: 40px;
    float: left;
}

    .con1 ul li h1 {
        font-size: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #000;
        margin-bottom: 20px;
    }

    .con1 ul li .nr {
        font-size: 16px;
        margin-bottom: 20px;
    }

.more1 {
    display: flex;
    align-items: center;
    font-size: 19px;
}

    .more1 span {
        color: #76B344;
    }

.con2 {
    width: 100%;
    padding: 20px 0;
}

    .con2 ul li {
        width: calc((100% - 40px)/3);
        margin-right: 20px;
        margin-bottom: 20px;
        float: left;
        position: relative;
        overflow: hidden;
    }

        .con2 ul li:nth-child(3n) {
            margin-right: 0;
        }

        .con2 ul li:hover img {
            transform: scale(1.1);
            transition: all 0.5s;
        }

        .con2 ul li img {
            width: 100%;
            display: block;
        }

.c2wz {
    position: absolute;
    bottom: 0;
    min-height: 100px;
    backdrop-filter: blur(10px);
    text-align: left;
    padding: 20px 20px 20px 20px;
    background-color: #fff0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .c2wz h1 {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
    }

.more2 {
    padding: 12px 24px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 123px;
}
    .more2:hover {
        background-color: #003257;
        color:#fff;
    }
    .con3 {
        width: 100%;
        padding: 20px 0;
    }

.c3bt {
    width: 100%;
    margin-bottom: 40px;
}

    .c3bt h2 {
        font-size: 24px;
        color: #214A00;
        margin-bottom: 20px;
        text-align: center;
    }

    .c3bt h1 {
        font-size: 45px;
        color: #000;
        text-align: center;
    }

.c3nr {
    width: 100%;
    padding: 40px;
    background-color: #D3D3D2;
}

.c3nrlf {
    width: 60%;
}

.c3pic {
    width: 100%;
    display: none
}

    .c3pic img {
        width: 100%;
    }

.c3nrrt {
    width: 39%;
}

    .c3nrrt ul li {
        width: 100%;
        padding: 30px;
        background-color: #fff;
        margin-bottom: 30px;
    }

.c3nr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c3item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.c3title {
    font-size: 60px;
    font-weight: bold;
    -webkit-text-stroke: 1px #000;
    color: #fff;
}

.c3nrmd {
    width: calc(100% - 160px);
}

    .c3nrmd h1 {
        font-size: 33px;
        color: #000;
    }

.c3detil {
    width: 100%;
    padding: 20px 0 30px;
    border-top: 1px solid #000;
    display: none;
    margin-top: 20px;
}

.c3nrmd p {
    font-size: 20px;
    color: #76B344;
}

.topen {
    width: 35px;
}

    .topen img {
        width: 100%;
        transform: rotate(180deg);
    }

.c3nrrt ul li.active .topen img {
    transform: rotate(0);
}

.c3detil .nr {
    font-size: 16px;
    margin-bottom: 15px;
}

.c3detil a {
    font-size: 19px;
    color: #76B344;
    display: flex;
    align-items: center;
}

    .c3detil a span {
        margin-right: 10px;
    }

.c3nrrt ul li.active .c3title {
    color: #000;
}

.c3nrrt ul li.active .c3nrmd h1 {
    font-size: 33px;
    color: #76B344;
}

.c3nrrt ul li.active .c3nrmd p {
    font-size: 20px;
    color: #000;
}

.con4nr {
    width: 100%;
    background-color: #F3F3F3;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c4lf {
    width: 33%;
}

    .c4lf img {
        width: 100%;
        display: block;
    }

.c4rt {
    width: 67%;
    padding: 50px 50px 150px;
}

    .c4rt ul li {
        width: calc((100% - 40px)/2);
        margin-right: 40px;
        margin-bottom: 40px;
        float: left;
    }

        .c4rt ul li:nth-child(2n) {
            margin-right: 0;
        }

        .c4rt ul li h2 {
            font-size: 24px;
            color: #214A00;
            margin-bottom: 10px;
        }

        .c4rt ul li .more4 {
            display: flex;
            align-items: center;
            font-size: 16px;
        }

            .c4rt ul li .more4 span {
                margin-right: 15px;
            }

        .c4rt ul li:hover .more4 img {
            transform: translateX(10px);
            transition: all 0.5s;
        }

.c4wnr {
    width: 70%;
    padding: 20px 40px;
    box-shadow: 0 5px 35px 0 rgb(0 0 0 / .10980392156862745);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c4wnrpic {
    width: 30%;
}

    .c4wnrpic img {
        width: 100%;
    }

.c4wnrwz {
    width: 68%;
}

    .c4wnrwz h1 {
        font-size: 30px;
        color: #0062AA;
        margin-bottom: 20px;
    }

    .c4wnrwz p {
        font-size: 16px;
        padding: 0;
        margin-bottom: 20px;
    }

.c4contact {
    padding: 13px 15px;
    border: 1px solid #000;
    display: inline-block;
    font-size: 18px;
}

    .c4contact img {
        vertical-align: middle;
        margin-left: 10px;
    }

.con5 {
    width: 100%;
    padding: 20px 0;
}

.c5nr {
    width: 100%;
    position: relative;
}

.c5pic {
    width: 55%;
}

    .c5pic img {
        width: 100%;
        display: block;
    }

.c5wz {
    width: 55%;
    padding: 50px;
    border-top: 5px solid #0062AA;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #fff;
    box-shadow: 5px 0 35px 0 rgb(0 0 0 / .10980392156862745);
}

    .c5wz h3 {
        font-size: 30px;
        color: #000;
        margin-bottom: 20px;
    }

    .c5wz ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

        .c5wz ul li {
            padding: 5px 20px;
            box-shadow: 0 3px 8px #00000029;
            margin: 5px;
            font-size: 14px;
        }

            .c5wz ul li span {
                font-size: 14px;
                color: #0083E3;
            }

    .c5wz .nr {
        font-size: 16px;
        margin-bottom: 20px;
    }

.more5 {
    padding: 13px 15px;
    border: 1px solid #000;
    display: inline-block;
}

    .more5 img {
        vertical-align: middle;
        margin-left: 10px;
    }

    .more5 span {
        font-size: 18px;
        font-weight: bold;
    }

    .more5:hover {
        background-color: #003257;
        color: #fff;
    }

.c5list ul li {
    width: calc((100% - 100px)/3);
    margin-right: 50px;
    float: left;
    box-shadow: 5px 0 35px 0 rgb(0 0 0 / .10980392156862745);
}

    .c5list ul li:nth-child(3n) {
        margin-right: 0;
    }

    .c5list ul li img {
        width: 100%;
        display: block;
    }

.c5listnr dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .c5listnr dl dd {
        padding: 5px 20px;
        box-shadow: 0 3px 8px #00000029;
        margin: 5px;
        font-size: 14px;
    }

        .c5listnr dl dd span {
            font-size: 14px;
            color: #0083E3;
        }

.c55nr {
    width: 100%;
    padding: 25px;
}

    .c55nr h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .c55nr .nr {
        font-size: 16px;
        margin-bottom: 20px;
    }

.more6 {
    padding: 13px 15px;
    border: 1px solid #000;
    font-size: 18px;
    display: inline-block;    font-weight: bold;
}

    .more6 img {
        width: 20px !important;
        display: inline-block !important;
        margin-left: 10px;
        vertical-align: middle;
    }

.c5list ul li:hover .more6 {
    background-color: #003257;
    color: #fff;
}

.c5list {
    padding: 40px 0;
    width: 100%;
}

.foot {
    background-image: url(../images/);
    background-color: #003257;
    padding: 50px 0;
}

.footitem {
    width: calc((100% - 100px)/3);
    margin-right: 50px;
    float: left;
}

    .footitem:nth-child(3n) {
        margin-right: 0;
        margin-top: 30px
    }

.foottop h1 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.foottop p {
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin-bottom: 40px;
}

.foottop ul {
    width: 100%;
    margin-bottom: 40px;
}

    .foottop ul li {
        width: 45px;
        margin: 0 5px;
    }

.foottop ul {
    display: flex;
    align-items: center;
}

.paner {
    width: 100%;
}

    .paner img {
        width: 150px;
        margin-right: 10px;
    }

.footmessage {
    width: 100%;
}

    .footmessage h1 {
        font-size: 20px;
        color: #fff;
        margin-bottom: 20px;
    }

    .footmessage ul li {
        width: calc((100% - 30px)/2);
        margin-right: 30px;
        float: left;
        line-height: 30px;
        border-bottom: 1px solid #728EA2;
        margin-bottom: 10px;
    }

        .footmessage ul li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            color: #728EA2;
        }

        .footmessage ul li:nth-child(2n) {
            margin-right: 0;
        }

.footaderss {
    width: 100%;
    margin-top: 0;
}

    .footaderss p {
        font-size: 16px;
        margin-bottom: 15px;
        color: #ffffff;
        padding: 0;
        line-height: normal;
    }

.footmore {
    padding: 13px 15px;
    border: 1px solid #fff;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    margin-bottom: 20px;
}

    .footmore img {
        margin-left: 10px;
        vertical-align: middle;
    }

.footrt ul li {
    width: 100%;
    line-height: 24px;
    margin-bottom: 15px;
}

    .footrt ul li a {
        font-size: 16px;
        color: #728EA2;
    }

.nybanner {
    width: 100%;
    position: relative;
}

    .nybanner img {
        width: 100%;
        display: block;
    }

    .nybanner .txtbg {
        width: 650px;
        padding: 40px 40px 80px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .nybanner .txt {
        color: #fff;
        text-align: left;
    }

        .nybanner .txt .h2 {
            font-size: 35px;
            line-height: 1.2em;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .nybanner .txt .h3 {
            font-size: 28px;
            line-height: 1.4em;
        }

.nav {
    padding: 20px 0;
    width: 100%;
}

.navnr {
    padding: 10px 0;
    width: 100%;
}

.nav p {
    font-size: 16px;
    margin-bottom: 15px;
}

.ships {
    width: 100%;
    padding: 60px 0;
}

    .ships .mySwiper {
        padding: 20px 0;
    }

.shipsbt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-direction: column;
}

.shipslf {
    width: 100%;
}

.shipsrt {
    width: 100%;
}

    .shipsrt p {
        font-size: 16px;
        margin-bottom: 10px;
    }

.shipsitem {
    width: 100%;
    box-shadow: 0 3px 20px 0 rgb(158 158 158 / .29);
}

    .shipsitem:hover {
        box-shadow: 0 3px 21px 0 rgba(158.00000000000006,158.00000000000006,158.00000000000006,.88);
    }

    .shipsitem img {
        width: 100%;
        display: block;
    }

.shipsitemnr {
    padding: 25px;
}

    .shipsitemnr h1 {
        font-size: 24px;
        color: #214A00;
        margin-bottom: 15px;
    }

.shipsitem ul li {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .shipsitem ul li:nth-child(2n - 1) {
        background-color: #F7F7F7;
    }

    .shipsitem ul li span {
        padding: 10px;
        display: block;
        font-size: 16px;
    }

        .shipsitem ul li span:first-child {
            width: 40%;
        }

        .shipsitem ul li span:nth-child(2) {
            width: 60%;
        }

.shipsmore {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.moreship {
    padding: 0 20px;
    border: 1px solid #000;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}

.prevs {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 20px;
}

    .prevs svg {
        width: 20px;
    }

.nexts {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

    .nexts svg {
        width: 20px;
    }

.shipsmore {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.moress {
    width: 70px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.shipsitemnr ul {
    margin-bottom: 30px;
}

.c1nrs {
    font-size: 16px;
    padding-bottom: 80px;
    padding-top: 20px;
    width: 100%;
}

.technologies {
    width: 100%;
    padding: 60px 0;
}

.teachbt {
    width: 100%;
    margin-bottom: 40px;
}

    .teachbt h1 {
        font-size: 45px;
        text-align: center;
        margin-bottom: 20px;
        color: #000;
    }

    .teachbt .nr {
        font-size: 16px;
        text-align: center;
    }

.teachologitem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.teachologitemwz {
    width: 50%;
    padding: 80px 100px 150px;
}

    .teachologitemwz h1 {
        font-size: 45px;
        margin-bottom: 50px;
    }

    .teachologitemwz ul li {
        width: 100%;
        margin-bottom: 30px;
    }

        .teachologitemwz ul li h2 {
            font-size: 24px;
            margin-bottom: 20px;
        }

        .teachologitemwz ul li p {
            font-size: 16px;
        }

.teachologitempic {
    width: 50%;
}

    .teachologitempic img {
        width: 100%;
        display: block;
    }

.nav1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .nav1 .navnr {
        width: 15%;
    }

.navpaner {
    width: 83%;
}

    .navpaner ul li {
        width: 20%;
        margin-right: 10px;
    }

        .navpaner ul li img {
            width: 100%;
            height: 50px;
            object-fit: contain;
        }

.tempWrap {
    width: 100% !important;
}

.casemenu {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 5px 35px 0 rgb(0 0 0 / .06274509803921569);
    margin-bottom: 40px;
}

    .casemenu ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .casemenu ul li {
            border: 1px solid #000;
            margin-right: 20px;
        }

            .casemenu ul li a {
                font-size: 16px;
                padding: 8px 15px;
                display: block;
            }

            .casemenu ul li.on {
                background-color: #0062AA;
                border-color: transparent;
            }

                .casemenu ul li.on a {
                    color: #fff;
                }

.casenrlist .shipsitem {
    width: calc((100% - 150px)/4);
    margin-bottom: 50px;
    margin-right: 50px;
    float: left;
    border-top: 5px solid #0083E3;
    position: relative;
}

    .casenrlist .shipsitem:nth-child(4n) {
        margin-right: 0;
    }

.nymaess {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.messlf {
    width: 50%;
    padding: 100px 80px;
    background-color: #F3F3F3;
}

    .messlf h1 {
        font-size: 30px;
        margin-bottom: 20px;
        font-weight: 500;
    }

.ipt {
    width: 100%;
    width: 100%;
    margin-bottom: 20px;
}

.iptt {
    width: 100%;
    width: 100%;
    margin-bottom: 20px;
}

.ipt label {
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.ipts {
    width: 49%;
}

.iptnr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ipts input {
    width: 100%;
    line-height: 35px;
    border-bottom: 1px solid #000;
    text-indent: 1rem;
    background-color: transparent;
}

.iptt {
    font-size: 15px;
}

    .iptt button {
        font-size: 14px;
        padding: 8px 16px;
        border: 1px solid #000;
    }

.messrt {
    width: 50%;
}

    .messrt img {
        width: 100%;
        display: block;
    }

.referdetil {
    width: 100%;
    padding: 40px 0;
}

    .referdetil .wapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.referdetillf {
    width: 40%;
}

    .referdetillf img {
        width: 100%;
        display: block;
    }

.refferdetilrt {
    width: 58%;
}

    .refferdetilrt h1 {
        font-size: 45px;
        margin-bottom: 20px;
        color: #000;
    }

    .refferdetilrt ul {
        width: 650px;
    }

        .refferdetilrt ul li {
            width: 100%;
            display: flex;
            align-items: center;
        }

            .refferdetilrt ul li:nth-child(2n-1) {
                background-color: #F7F7F7;
            }

            .refferdetilrt ul li span {
                font-size: 16px;
                padding: 10px;
                display: block;
            }

                .refferdetilrt ul li span:first-child {
                    width: 40%;
                }

                .refferdetilrt ul li span:nth-child(2) {
                    width: 60%;
                }

.referdetil1 {
    width: 100%;
    padding: 30px 0;
}

    .referdetil1 h4 {
        font-size: 45px;
        margin-bottom: 30px;
    }

    .referdetil1 ul li {
        width: calc((100% - 60px)/3);
        margin-right: 30px;
        float: left;
        box-shadow: 0 5px 35px 0 rgb(0 0 0 / .06274509803921569);
        overflow: hidden;
    }

        .referdetil1 ul li img {
            width: 100%;
            display: block;
        }

        .referdetil1 ul li:nth-child(3n) {
            margin-right: 0;
        }

        .referdetil1 ul li h1 {
            font-size: 30px;
            padding: 20px;
            text-align: center;
        }

.benefits {
    width: 100%;
    padding: 30px 0;
}

.btnefitsitem {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.benefwz {
    width: 50%;
    padding: 150px 100px;
}

.benefpic {
    width: 50%;
}

    .benefpic img {
        width: 100%;
        display: block;
    }

.benefwz ul li {
    margin-bottom: 20px;
}

    .benefwz ul li h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .benefwz ul li .nr {
        font-size: 16px;
    }

.servicenr {
    width: 100%;
    padding: 30px 0;
}

    .servicenr .wapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

.seavicelf {
    width: 63%;
}

    .seavicelf ul li {
        width: calc((100% - 70px)/2);
        margin-right: 70px;
        margin-bottom: 70px;
        float: left;
    }

        .seavicelf ul li:nth-child(2n) {
            margin-right: 0;
        }

        .seavicelf ul li h1 {
            font-size: 30px;
            padding-bottom: 20px;
            border-bottom: 1px solid #000;
            margin-bottom: 20px;
            color: #000;
        }

        .seavicelf ul li p {
            font-size: 16px;
        }

.servicenr1 {
    padding-bottom: 40px;
}

.seavicert {
    width: 33%;
    position: relative;
}

    .seavicert img {
        width: 100%;
        display: block;
        height: 600px;
        object-fit: cover;
    }

.servicenr1list {
    width: 100%;
}

    .servicenr1list ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .servicenr1list ul li {
            width: 48%;
        }

            .servicenr1list ul li p {
                font-size: 16px;
                margin-bottom: 15px;
                padding: 0; /*font-weight: bold; */
                color: #000;
            }

.company {
    width: 100%;
    padding: 30px 0;
    padding-bottom: 60px;
}

.companynr {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.companynrlf {
    width: 60%;
}

.companynrrt {
    position: relative;
}

.companynrlf video {
    width: 100%;
}

.companynrrt img {
    width: 375px;
}

.companywz {
    width: 100%;
    padding: 50px;
    background-color: rgb(0, 0, 0,0.8);
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%);
}

    .companywz h4 {
        font-size: 32px;
        color: #fff;
        margin-bottom: 30px;
    }

.moresc {
    padding: 13px 15px;
    color: #fff;
    font-size: 17px;
    border: 1px solid #fff;
    display: inline-block;
}

    .moresc img {
        width: 20px !important;
        margin-left: 10px;
        display: inline-block !important;
        vertical-align: middle;
    }

.team {
    width: 100%;
    background-color: #F3F3F3;
    padding: 60px 0;
}

    .team ul li {
        width: calc((100% - 360px)/7);
        margin-right: 60px;
        margin-bottom: 60px;
        float: left;
        position: relative;
        box-shadow: 0 3px 35px 0 rgb(0 0 0 / .07058823529411765);
    }

        .team ul li:nth-child(7n) {
            margin-right: 0;
        }

        .team ul li .teampic {
            width: 100%;
            display: flex;
            justify-content: flex-end;
            flex-wrap: wrap;
        }

.teampic {
    width: 100%;
    background-color: #fff;
    border-bottom: 5px solid #0062AA;
}

    .teampic img {
        width: 100%;
        display: block;
    }

.teambt h1 {
    font-size: 45px;
}

.teambt {
    width: 100%;
    margin-bottom: 60px;
}

.teampicnr {
    width: 100%;
    padding: 20px;
    background-color: #FFFFFF;
}

    .teampicnr h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .teampicnr h1 {
        font-size: 20px;
    }

    .teampicnr .nr {
        font-size: 16px;
    }

.honor {
    width: 100%;
    padding: 60px 0;
}

    .honor .wapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

.honorlf {
    width: 55%;
}

    .honorlf ul li {
    }

        .honorlf ul li h1 {
            font-size: 46px;
            margin-bottom: 40px;
            padding-top: 50px;
        }

        .honorlf ul li .nr {
            font-size: 16px;
        }

.honorrt {
    width: 45%;
}

    .honorrt img {
        width: 100%;
        display: block;
    }

.company1 {
    width: 100%;
    position: relative;
}

    .company1 img {
        display: block;
        width: 100%;
    }

.compnay1wz {
    position: absolute;
    padding: 65px;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    width: 750px;
}

    .compnay1wz h2 {
        font-size: 30px;
        color: #fff;
        margin-bottom: 20px;
    }

    .compnay1wz h1 {
        font-size: 50px;
        color: #fff;
        margin-bottom: 20px;
    }

.cm1more {
    padding: 13px 15px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
}

    .cm1more img {
        width: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }

.careers {
    width: 100%;
    padding: 60px 0;
}

.apply {
    width: 100%;
    padding: 60px 0;
}

.applylf {
    width: 50%;
}

    .applylf h1 {
        font-size: 45px;
        margin-bottom: 20px;
        color: #000;
    }

    .applylf .nr {
        font-size: 16px;
    }

.applyrt {
    width: 48%;
}

.apply .wapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.applyrt h1 {
    font-size: 35px;
    margin-bottom: 20px;
    color: #214A00;
}

.jingdu {
    width: 100%;
    margin-bottom: 20px;
}

    .jingdu span {
        display: block;
        font-size: 15px;
        padding: 10px 0;
        margin-bottom: 5px;
        color: #76B344;
    }

.loding {
    width: 100%;
    height: 40px;
    border-radius: 25px;
    overflow: hidden;
    background-color: #e8e8e8;
}

.lodingnr {
    width: 50%;
    height: 40px;
    background-color: #76B344;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .lodingnr.fill {
        width: 100%;
    }

    .lodingnr strong {
        margin-right: 15px;
    }

.nextz {
    padding: 8px 16px;
    border: 1px solid #c36;
    font-size: 18px;
    color: #c36;
    display: inline-block;
}

.btun {
    padding: 8px 16px;
    border: 1px solid #000;
    font-size: 18px;
    color: #000;
    display: inline-block;
    margin-left: 20px;
}

.contact {
    width: 100%;
    padding: 60px 0;
}

    .contact .wapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

.contactlf {
    width: 20%;
}

    .contactlf h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .contactlf ul li {
        width: 100%;
        padding-bottom: 10px;
        margin: 10px 0;
        border-bottom: 1px solid #000;
    }

        .contactlf ul li a {
            font-size: 16px;
            color: #000;
        }

        .contactlf ul li.cur a {
            font-weight: bold;
        }

.contactrt {
    width: 75%;
}

.contactnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .contactnr h1 {
        font-size: 50px;
        color: #000;
        width: 100%;
        margin-bottom: 20px;
    }

.contacntnrwz {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wzlf {
    width: 40%;
}

    .wzlf p {
        font-size: 18px;
        padding: 0;
        line-height: normal;
    }

.wzrt {
    width: 55%;
}

    .wzrt ul li {
        width: 100%;
        line-height: 35px;
        font-size: 18px;
        display: flex;
        align-items: center;
    }

        .wzrt ul li img {
            margin-right: 10px;
        }

.contactnrmap {
    width: 38%;
}

@media screen and (max-width:768px) {
    .nybanner .txtbg {
        display: none;
    }

    .top {
        display: none;
    }

    .con {
        padding: 20px 0;
    }

    .head {
        display: none;
    }

    .sp_header {
        display: block;
    }

    .nv {
        height: 50px;
    }

    .wapper {
        width: 95%;
    }

    .contactrt {
        width: 100%;
        margin: 20px 0;
    }

    .contact {
        width: 100%;
        padding: 20px 0;
    }

    .contactlf {
        width: 100%;
    }

    .contactnr h1 {
        font-size: 25px;
        color: #000;
        width: 100%;
        margin-bottom: 20px;
    }

    .contacntnrwz {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .wzlf {
        width: 100%;
        margin: 10px 0;
    }

    .wzrt {
        width: 100%;
    }

        .wzrt ul li {
            width: 100%;
            line-height: 35px;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .contactnrmap {
        width: 100%;
        margin: 20px 0;
    }

    .team {
        width: 100%;
        background-color: #F3F3F3;
        padding: 20px 0;
    }

    .teambt h1 {
        font-size: 25px;
    }

    .teambt {
        width: 100%;
        margin-bottom: 20px;
    }

    .team ul li {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
        float: left;
        position: relative;
        box-shadow: 0 3px 35px 0 rgb(0 0 0 / .07058823529411765);
    }

    .teampic img {
        width: 100%;
        display: block;
    }

    .honor {
        width: 100%;
        padding: 20px 0;
    }

    .honorlf {
        width: 100%;
    }

        .honorlf ul li h1 {
            font-size: 26px;
            margin-bottom: 10px;
            padding-top: 20px;
        }

        .honorlf ul li .nr {
            font-size: 16px;
        }

    .honorrt {
        width: 100%;
        margin-top: 20px;
    }

    .compnay1wz {
        position: relative;
        padding: 15px;
        background-color: rgba(0, 0, 0, 0.5);
        top: 0;
        right: 0;
        width: 100%;
    }

        .compnay1wz h2 {
            font-size: 20px;
            color: #fff;
            margin-bottom: 20px;
        }

        .compnay1wz h1 {
            font-size: 25px;
            color: #fff;
            margin-bottom: 20px;
        }

    .cm1more {
        padding: 13px 15px;
        border: 1px solid #fff;
        color: #fff;
        display: inline-block;
        font-size: 14px;
    }

    .footitem {
        width: 100%;
        margin-right: 0;
        float: left;
        margin-bottom: 20px;
    }

    .benefwz {
        width: 100%;
        padding: 15px;
    }

    .c1bt {
        width: 100%;
        margin-bottom: 20px;
    }

        .c1bt h3 {
            display: flex;
            align-items: center;
            font-size: 20px;
            margin-bottom: 20px;
        }

        .c1bt h1 {
            font-size: 24px;
            color: #000;
        }

    .benefpic {
        width: 100%;
        margin: 20px 0;
    }

    .shipslf {
        width: 100%;
    }

    .shipsbt {
        flex-wrap: wrap;
    }

    .shipsrt {
        width: 100%;
    }

    .con2 ul li {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
        float: left;
        position: relative;
        overflow: hidden;
    }

    .c2wz h1 {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
    }

    .more2 {
        padding: 8px 12px;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        font-size: 12px;
    }

    .careers {
        width: 100%;
        padding: 20px 0;
    }

    .apply {
        width: 100%;
        padding: 20px 0;
    }

    .applylf {
        width: 100%;
    }

        .applylf h1 {
            font-size: 24px;
            margin-bottom: 20px;
            color: #000;
        }

    .applyrt {
        width: 100%;
        margin: 20px 0;
    }

        .applyrt h1 {
            font-size: 25px;
            margin-bottom: 20px;
            color: #214A00;
        }

    .companynrlf {
        width: 100%;
        margin-bottom: 20px;
    }

    .companynrrt {
        position: relative;
        width: 100%;
    }

        .companynrrt img {
            width: 100%;
            height: auto;
            display: block;
        }

    .companywz {
        width: 100%;
        padding: 10px;
        background-color: rgb(0, 0, 0, 0.8);
        position: relative;
        top: 0;
        right: 0;
        transform: none;
    }

        .companywz h4 {
            font-size: 22px;
            color: #fff;
            margin-bottom: 20px;
        }

    .moresc {
        padding: 8px 15px;
        color: #fff;
        font-size: 12px;
        border: 1px solid #fff;
        display: inline-block;
    }

    .banner .swiper-slide .txtbg {
        width: 90%;
        padding: 10px;
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .banner .swiper-slide img {
        height: auto;
    }

    .banner .swiper-button-prev, .banner .swiper-rtl .swiper-button-next {
        left: 279px;
        top: auto;
        bottom: 10px;
    }

    .banner .swiper-button-next, .banner .swiper-rtl .swiper-button-prev {
        right: auto;
        left: 300px;
        bottom: 10px;
        top: auto;
    }

    .banner .swiper-pagination {
        bottom: 28px !important;
        top: auto !important;
        z-index: 11 !important;
        width: 280px !important;
    }

    .con1 ul li {
        width: 100%;
        margin-right: 0;
        float: left;
        margin-bottom: 20px;
    }

    .c3bt h1 {
        font-size: 22px;
        color: #000;
        text-align: center;
    }

    .c3nrlf {
        width: 100%;
    }

    .c3nrrt {
        width: 100%;
    }

    .c3title {
        font-size: 20px;
        font-weight: bold;
        -webkit-text-stroke: 1px #000;
        color: #fff;
    }

    .c3nrmd {
        width: calc(100% - 80px);
    }

        .c3nrmd h1 {
            font-size: 18px;
            color: #000;
        }

    .topen {
        width: 20px;
    }

    .c3nrmd p {
        font-size: 14px;
        color: #76B344;
    }

    .c3nrrt ul li {
        width: 100%;
        padding: 10px;
        background-color: #fff;
        margin-bottom: 30px;
    }

    .c4lf {
        width: 100%;
    }

    .c4rt {
        width: 100%;
        padding: 15px;
    }

        .c4rt ul li {
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px;
            float: left;
        }

    .c4wnr {
        width: 100%;
        padding: 20px;
        box-shadow: 0 5px 35px 0 rgb(0 0 0 / .10980392156862745);
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .c4wnr {
        width: 100%;
        padding: 20px;
        box-shadow: 0 5px 35px 0 rgb(0 0 0 / .10980392156862745);
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .c4wnrwz {
        width: 100%;
    }

    .c5pic {
        width: 100%;
    }

    .c5wz {
        width: 100%;
        padding: 10px;
        border-top: 5px solid #0062AA;
        position: relative;
        top: 0;
        right: 0;
        transform: none;
        background-color: #fff;
        box-shadow: 5px 0 35px 0 rgb(0 0 0 / .10980392156862745);
    }

    .c5wz {
        width: 100%;
        padding: 10px;
        border-top: 5px solid #0062AA;
        position: relative;
        top: 0;
        right: 0;
        transform: none;
        background-color: #fff;
        box-shadow: 5px 0 35px 0 rgb(0 0 0 / .10980392156862745);
    }

        .c5wz .nr {
            font-size: 14px;
            margin-bottom: 20px;
        }

    .more5 span {
        font-size: 15px;
        font-weight: bold;
    }

    .c5list ul li {
        width: 100%;
        margin-right: 0;
        float: left;
        box-shadow: 5px 0 35px 0 rgb(0 0 0 / .10980392156862745);
    }

    .c55nr h1 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .casenrlist .shipsitem {
        width: 100%;
        margin-bottom: 50px;
        margin-right: 50px;
        float: left;
        border-top: 5px solid #0083E3;
        position: relative;
    }

    .messlf {
        width: 100%;
        padding: 20px;
        background-color: #F3F3F3;
    }

    .messrt {
        width: 100%;
    }

    .referdetillf {
        width: 100%;
        margin-bottom: 20px;
    }

    .refferdetilrt {
        width: 100%;
    }

        .refferdetilrt h1 {
            font-size: 24px;
            margin-bottom: 20px;
            color: #000;
        }

    .referdetil1 ul li {
        width: 100%;
        margin-right: 0;
        float: left;
        box-shadow: 0 5px 35px 0 rgb(0 0 0 / .06274509803921569);
        overflow: hidden;
        margin-bottom: 20px;
    }

    .referdetil1 h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .seavicelf {
        width: 100%;
    }

    .seavicert {
        width: 100%;
        position: relative;
    }

    .seavicelf ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        float: left;
    }

    .seavicert img {
        width: 100%;
        display: block;
        height: auto;
        object-fit: cover;
    }

    .servicenr1list ul li {
        width: 100%;
    }

    .teachbt h1 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
        color: #000;
    }

    .teachologitemwz {
        width: 100%;
        padding: 20px;
    }

        .teachologitemwz h1 {
            font-size: 24px;
            margin-bottom: 20px;
        }

    .teachologitempic {
        width: 100%;
        margin: 20px 0;
    }

    .sflow {
        width: 100%;
        background-color: #003257;
        padding: 5px 0 !important;
        position: fixed;
        top: 0;
        z-index: 999;
    }

    .sp_header {
        top: 50px;
    }

    .nav_show {
        top: 100px;
    }

    .nav1 .navnr {
        width: 100%;
    }

    .navpaner {
        width: 100%
    }
}
