* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

/* .main { max-width:1470px !important; margin:0 auto !important; padding:0px 15px;} */
.main {
    max-width: 1700px !important;
    margin: 0 auto !important;
    padding: 0px 10px;
}

.main_1440 {
    max-width: 1460px !important;
    margin: 0 auto !important;
    padding: 0px 10px;
}

body,
html {
    width: 100%;
    height: 100%;
}

.banner_x {
    height: 340px;
}

.banner_x .main {
    height: 100%;
}

.banner_x .item {
    display: flex;
    align-items: center;
    color: #006979;
    height: 100%;
    position: relative;
}

.banner_x .item h2 {
    font-size: 60px;
    margin-top: 50px;
    color: #fff;
}

.banner_x .item .nav {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.banner_x .item .nav a {
    font-size: 16px;
    color: #fff;
    margin-right: 25px;
    line-height: 60px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
    position: relative;
}

.banner_x .item .nav a:before {
    content: '';
    width: 0px;
    background: #4fe9ff;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.banner_x .item .nav a:hover {
    color: #4fe9ff;
}

.banner_x .item .nav a:hover:before {
    width: 100%;
}

.banner_x .item .nav a.active {
    color: #4fe9ff;
}

.banner_x .item .nav a.active:before {
    content: '';
    width: 100%;
    background: #4fe9ff;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}


.header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 99;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.header .item {
    display: flex;
    align-items: center;
    height: 90px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.header .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* .header .item .nav a { color: #fff; margin-left: 50px; padding: 0px 20px; position: relative; line-height: 90px; display: block; display: inline-block; vertical-align: top; font-size: 16px; }
.header .item .nav a:after { content: ''; background: #4fe9ff; position: absolute; bottom: 0px; left: 0px; width: 0%; height: 1px; 
transition: all 0.6s; -webkit-transition: all 0.6s; }
.header .item .nav a:hover {  color: #4fe9ff; }
.header .item .nav a:hover:after { content: ''; width: 100%; background: #4fe9ff; } */

.header.active {
    background: rgba(0, 105, 121, 0.8);
}

.header.active .item {
    border-bottom: none;
    height: 75px;
}

/* .header.active .item .nav a { line-height: 75px; } */


/* --- */

/* pc端样式 */
.H100 {
    height: 100px;
}

/* .header { padding: 0px 80px; position: fixed; left: 0; top: 0; width: 100%; z-index: 99; height: 100px; transition: all 0.6s; -webkit-transition: all 0.6s; } */


@media screen and (min-width:1600px) {
    .header .header-nav .nav-ul>li>a {
        line-height: 90px;
        padding: 0px 20px;
    }

    .header .header-nav .nav-ul2 {
        top: 85px;
    }
}


@media screen and (min-width: 1200px) {

    .header .header-nav {
        display: inline-block;
        vertical-align: top;
    }

    .header .header-nav .nav-ul>li {
        float: left;
        margin-left: 50px;
        color: #fff;
        position: relative;
    }

    .header .header-nav .nav-ul>li.active>a {
        color: #e91d2d !important;
    }

    .header .header-nav .nav-ul>li>a {
        display: inline-block;
        vertical-align: middle;
        line-height: 90px;
        color: #fff;
        font-size: 18px;
        transition: all .6s;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
    }

    .header .header-nav .nav-ul>li:hover>a {
        color: #4fe9ff !important;
    }

    .header .header-nav .nav-ul>li .icon {
        display: none;
    }

    .header .header-nav .nav-ul>li:hover .nav-ul2 {
        animation: navUp 0.5s 0s forwards;
        display: block;
    }

    .header .header-nav .nav-ul2 li a {
        display: block;
        font-size: 14px;
        color: #333;
        padding: 9px 20px;
        border-bottom: 1px solid #d9d9d9;
        white-space: nowrap;
    }

    .header .header-nav .nav-ul2 li a:hover {
        background: #006979;
        color: #fff;
        border-bottom: 1px solid #006979;
    }

    .header .header-nav .nav-ul2 {
        position: absolute;
        top: 70px;
        right: 0px;
        text-align: center;
        display: none;
        background: #fff;
        min-width: 100%;
        box-shadow: 0px 0px 6px 6px rgba(29, 29, 29, 0.08);
        border-top: 2px solid #006979;
    }

    .header-black .header-nav .nav-ul>li>a {
        color: #333;
    }


    .header .nav-open {
        display: none;
    }

    .header .close {
        display: none
    }

    .header .nav-back {
        display: none;
    }

}


@keyframes navUp {
    from {
        opacity: 0.6;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}



/* 手机端样式 */
@media screen and (max-width: 1200px) {


    .header .item {
        height: 50px;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
    }

    .header .item .logo img {
        height: 25px;
    }

    .header.active .item {
        height: 49px;
    }

    .header.active .item {
        border-bottom: none;
    }


    .header {
        height: 50px;
        box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
    }

    .header .nav-open {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -15px;
        display: block;
        cursor: pointer;
    }

    .header .nav-open span {
        display: block;
        background-color: #fff;
        height: 2px;
        width: 30px;
        margin: 6px auto;
        border-radius: 50px;
    }

    .header .close {
        background: url('../images/close.png') no-repeat center center;
        background-size: 18px auto;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 56px;
        height: 50px;
        display: block;
    }

    .header .header-nav {
        position: fixed;
        width: 60%;
        height: 100%;
        float: none;
        top: 0;
        left: -60%;
        background-color: #004650;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        padding-top: 50px;
    }

    .header .header-nav.active {
        left: 0;
    }

    .header .header-nav .nav-ul {
        padding: 10px;
        padding-top: 0px;
    }

    .header .header-nav .nav-ul>li {
        float: none;
        align-items: center;
        padding: 0px;
        position: relative;
    }

    .header .header-nav .nav-ul>li .line {
        margin: 0 6px;
    }

    .header .header-nav .nav-ul>li img {
        margin-right: 6px;
    }

    .header .header-nav .nav-ul>li>a {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
    }

    .header .header-nav .nav-ul>li>a {
        font-size: 15px;
        padding: 15px 0px;
        border-bottom: 1px solid #043d45;
    }

    .header .header-nav .nav-ul>li>a {
        display: block;
        margin-right: 0px;
    }

    .header .header-nav .nav-ul>li .icon {
        position: absolute;
        right: 0px;
        /* width: 46px; */
        width: 100%;
        height: 51px;
        z-index: 3;
        top: 0px;
        display: block;
        cursor: pointer;
    }

    .header .header-nav .nav-ul>li .icon:after {
        content: '';
        display: block;
        width: 9px;
        height: 9px;
        top: 0px;
        right: 15px;
        border: 2px solid rgba(255, 255, 255, .3);
        border-top: 0;
        border-left: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        position: absolute;
        top: 20px;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
    }

    .header .header-nav .nav-ul>li .icon.active:after {
        content: '';
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 20px;
    }

    .header .nav-back {
        position: fixed;
        top: 0;
        width: 40%;
        height: 100%;
        right: -40%;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 100;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
    }

    .header .header-nav .nav-ul2 {
        display: none;
        padding-left: 15px;
    }

    .header .header-nav .nav-ul2 li a {
        font-size: 14px;
        color: #eeeeee;
        display: block;
        padding: 10px 0px;
        border-bottom: 1px solid #043d45;
        position: relative;
        padding-left: 12px;
    }

    .header .header-nav .nav-ul2 li a:after {
        content: '';
        width: 4px;
        height: 4px;
        position: absolute;
        left: 0px;
        top: 0px;
        background: #043d45;
        top: 50%;
        margin-top: -2px;
    }

    .header .nav-back.active {
        right: 0px;
    }





}



/* .m_gray_a { background: #fff url('../images/icon8.png') repeat-x left top;  }
.e_business_box { overflow: hidden; padding: 30px 0px 40px; } */

.e_business .nav ul {
    display: flex;
    flex-direction: row;
    margin-left: -18px;
    margin-right: -18px;
}

.e_business .nav ul li {
    padding: 0px 18px;
    width: 25%;
}

.e_business .nav ul li .item {
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 20px;
    align-items: center;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.e_business .nav ul li .item .text h3 {
    font-size: 18px;
    color: #006979;
}

.e_business .nav ul li .item .text strong {
    text-transform: uppercase;
    font-size: 14px;
    color: #999999;
    display: block;
    margin-top: 5px;
    font-family: 'Arial';
}

.e_business .nav ul li .item .img .icon2 {
    display: none;
}

.e_business .nav ul li .item:hover,
.e_business .nav ul li .item.active {
    background: #006979;
}

.e_business .nav ul li .item:hover .text h3,
.e_business .nav ul li .item.active .text h3 {
    color: #fff;
}

.e_business .nav ul li .item:hover .text strong,
.e_business .nav ul li .item.active .text strong {
    color: #7ba0a6;
}

.e_business .nav ul li .item:hover .icon1,
.e_business .nav ul li .item.active .icon1 {
    display: none;
}

.e_business .nav ul li .item:hover .icon2,
.e_business .nav ul li .item.active .icon2 {
    display: block;
}

.mbx {
    text-align: right;
    margin: 25px 0px 35px;
}

.mbx a {
    background: url('../images/icon7.png') no-repeat right center;
    padding-right: 15px;
    margin-right: 8px;
}

.mbx a:last-child {
    background: none;
    margin-right: 0px;
    padding-right: 0px;
}

.mbx a:hover {
    color: #006979;
}


.query {
    margin-top: 30px;
}

.query .tit {
    font-size: 40px;
    color: #2c2c2c;
    border-bottom: 2px solid #006979;
    padding-bottom: 30px;
}

.query .back {
    background: #f8f8f8;
}

.query .had .list ul {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #eaeaea;
}

.query .had .list ul li {
    padding: 18px 20px;
    width: 50%;
    font-size: 16px;
    position: relative;
    padding-left: 80px;
    position: relative;
    z-index: 9;
}

.query .had .list ul li .cxu {
    font-size: 14px;
}

.query .had .list ul li .title {
    position: absolute;
    left: 30px;
    color: #333;
    line-height: 40px;
}

.query .had .list ul li input[type="text"] {
    width: 52%;
    border: 1px solid #e6e6e6;
    padding: 0px 12px;
    font-size: 15px;
    height: 40px;
    background: #fff;
}

.query .had .list ul li .con {
    display: flex;
    flex-direction: row;
}

.query .had .list ul li .con .text {
    width: 47%;
    margin-right: 3%;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

.query .had .list ul li .con .text input[type="radio"] {
    background: url('../images/icon9.png') no-repeat left center;
    width: 12px;
    height: 12px;
    margin-right: 2px;
}

.query .had .list ul li .con .text input[type="radio"]:checked {
    background: url('../images/icon9_m.png') no-repeat left center;
}

.query .had .list ul .li2 {
    border-left: 1px solid #eaeaea;
}

.query .had .list ul li .con .text label {
    cursor: pointer;
}

.query .time {
    position: relative;
    padding: 18px 0px;
    border-bottom: 1px solid #e6e6e6;
}

.query .time .con {
    position: relative;
    padding-left: 80px;
    display: flex;
    flex-direction: row;
}

.query .time .title {
    position: absolute;
    left: 30px;
    top: 0px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}

.query .time .layui-inline {
    width: 49%;
}

.query .time .layui-form {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.query .time h6 {
    line-height: 40px;
    color: #999999;
}

.query .but {
    padding: 20px 80px 50px;
}

.query .but h3 {
    color: #6c6c6c;
}

.query .but_search {
    background-color: #338894;
    color: #fff;
    padding: 18px 60px;
    margin-top: 20px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    border-radius: 30px;
}

.query .but_search:hover {
    background-color: #6cbb5a;
}


#port_ul {
    position: absolute;
    top: 60px;
    background: #fff;
    z-index: 99;
    min-width: 44.6%;
    max-height: 250px;
    overflow-y: auto;
}

#port_ul strong {
    display: block;
    white-space: nowrap;
    padding: 8px 10px;
    width: 100%;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
}

#port_ul strong:hover {
    background: #006979;
    color: #fff;
}

.port_ul_ie {
    max-height: inherit !important;
}


.query_list {
    padding: 30px 0px 100px;
}

.query_list .len {
    font-size: 14px;
}

.query_list .len strong {
    color: #006979;
}

.jui_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 20px;
}

.jui_table tr th input[type="checkbox"] {
    background: url('../images/icon10.png') no-repeat left center;
    width: 20px;
    height: 20px;
}

.jui_table tr th input[type="checkbox"]:checked {
    background: url('../images/icon10_m.png') no-repeat left center;
    width: 20px;
    height: 20px;
}

.jui_table tr td input[type="checkbox"] {
    background: url('../images/icon10.png') no-repeat left center;
    width: 20px;
    height: 20px;
}

.jui_table tr td input[type="checkbox"]:checked {
    background: url('../images/icon10_m.png') no-repeat left center;
    width: 20px;
    height: 20px;
}

.jui_table tr td input[type="checkbox"]:disabled {
    background: url('../images/icon11.png') no-repeat left center;
    width: 20px;
    height: 20px;
}

.jui_table tr td {
    padding: 15px 15px;
    border-left: 1px solid #dddddd;
    text-align: left;
}

.jui_table tr td .icon {
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
    margin-right: 5px;
}

.jui_table tr td a {
    color: #006979;
    text-decoration: underline;
}

.jui_table tr td a:hover {
    color: #6cbb5a;
}

.jui_table tr th {
    padding: 15px 15px;
    font-weight: normal;
    font-size: 16px;
    border-top: 1px solid #dddddd;
    border-bottom: 2px solid #006979;
    text-align: left;
    border-left: 1px solid #dddddd;
}

.jui_table tr td:first-child {
    border-left: none;
}

.jui_table tr th:first-child {
    border-left: none;
}

.jui_table tr:nth-child(2n) td {
    background-color: #f8f8f8;
}

.query_list .write {
    margin-top: 30px;
    position: relative;
}

.query_list .write strong {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.query_list .write strong img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -2px;
}

.query_list .write p {
    font-size: 14px;
    margin-top: 8px;
    color: #6c6c6c;
}

.query_list .write h6 a {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #006979;
    display: inline-block;
    padding: 15px 45px;
    color: #fff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    cursor: pointer;
    border-radius: 30px;
}

.query_list .write h6 a:hover {
    background: #6cbb5a;
}

.green {
    color: #6cbb5a;
}

.blue {
    color: #006979;
}

.ablue {
    color: #006979;
    text-decoration: underline;
}


.m_table_tit {
    font-size: 20px;
    color: #006979;
    text-transform: uppercase;
    background: #dddddd;
    padding: 18px;
    border-left: 2px solid #006979;
    margin-top: 30px;
}

.m_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #ffffff;
}

.m_table tr td {
    padding: 15px 20px;
    border-left: 1px solid #dddddd;
    text-align: left;
}

.m_table tr td .icon {
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
    margin-right: 5px;
}

.m_table tr td a {
    color: #006979;
    text-decoration: underline;
}

.m_table tr td a:hover {
    color: #6cbb5a;
}

.m_table tr th {
    padding: 18px 20px;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 2px solid #006979;
    text-align: left;
    border-left: 1px solid #dddddd;
}

.m_table tr td:first-child {
    border-left: none;
}

.m_table tr th:first-child {
    border-left: none;
}

.m_table tr:nth-child(2n) td {
    background-color: #f8f8f8;
}

.m_table tr .agentd {
    text-decoration: underline;
    color: #006979;
    cursor: pointer;
}

.m_table tr .agentd:hover {
    color: #6cbb5a;
}



.m_table_ship {
    margin-top: 60px;
}

.m_table_ship tr th {
    border-top: 1px solid #dddddd;
}

#nothing {
    text-align: center;
    color: #006979;
    padding: 30px 0px;
    font-size: 16px;
}

.bill {
    border-bottom: 1px solid #eaeaea;
}

.bill ul {
    display: flex;
    flex-direction: row;
    padding: 20px 50px;
}

.bill ul li {
    width: 25%;
    margin-right: 15px;
}

.bill ul li input[type="text"] {
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 40px;
    padding: 0px 12px;
    font-size: 15px;
}

.billbox .but {
    padding: 20px 50px 50px;
}

.bill ul li .bltext {
    background: #fff url('../images/icon15.png') no-repeat 95% center;
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 40px;
    padding: 0px 12px;
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
}

.bill ul li .bltext2 {
    background: #fff;
}

.shipbox .but {
    padding: 20px 30px 50px;
}

.shipbox .back1 {
    background: #f8f8f8;
    margin-top: 20px;
}

.shipbox .ship ul li {
    padding: 15px 30px;
    border-bottom: 1px solid #eaeaea;
    font-size: 16px;
    color: #006979;
}

.shipbox .ship ul li span {
    width: 120px;
    text-align: right;
    display: inline-block;
    width: 180px;
}

.shipbox .ship ul li strong {
    color: #333;
}

.wztime {
    position: relative;
}

.wztime h3 {
    font-size: 20px;
    color: #006979;
}

.wztime .num {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
    top: 0px;
    top: 6px;
}

.wztime .num strong {
    color: #006979;
}



/* 尾部 */
.footer .had {
    background: rgba(0, 0, 0, 0.5);
    padding: 18px 0px;
}

.footer .had .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .had .item .fl {
    width: 40%;
    position: relative;
    padding-right: 180px;
}

.footer .had .item .fl .txt {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: none;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-radius: 30px;
    padding: 0px 30px;
}

.footer .had .item .fl .but {
    position: absolute;
    right: 20px;
    top: 0px;
    background: #338894;
    height: 60px;
    padding: 0px 40px;
    color: #fff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    border-radius: 30px;
}

.footer .had .item .fl .but:hover {
    background: #35a99b;
}

.footer .had .item .fr {
    padding: 0px 50px;
    width: 60%;
}

.footer .had .item .fr ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 50px;
}

.footer .had .item .fr ul li .link {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
}

.footer .had .item .fr ul li .link strong {
    margin-left: 8px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.footer .had .item .fr ul li .link:hover strong {
    color: #fff;
    text-decoration: underline;
}

.footer .fot {
    background: #006979;
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer .fot .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer .fot .address .img {
    margin-bottom: 25px;
}

.footer .fot .address p {
    color: #fff;
    margin-top: 12px;
    font-size: 15px;
}

.footer .fot .address .p1 {
    background: url('../images/icon21.png') no-repeat left center;
    padding-left: 25px;
}

.footer .fot .address .p2 {
    background: url('../images/icon22.png') no-repeat left center;
    padding-left: 25px;
}

.footer .fot .address .p3 {
    background: url('../images/icon23.png') no-repeat left center;
    padding-left: 25px;
}

.footer .fot .wx {
    margin-top: 20px;
    color: #fff;
    text-align: center;
}

.footer .fot .wx img {
    display: block;
    margin: 0 auto;
}

.footer .fot .wx p {
    margin-top: 5px;
}

.footer .fot .wx ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.footer .fot .wx ul li p {
    margin-top: 10px;
    font-size: 14px;
}

.footer .fot dl {
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

.footer .fot dl dt {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer .fot dl dd>a {
    display: block;
    color: #fff;
    font-size: 15px;
    margin-top: 8px;
}

.footer .fot dl dd>a:hover {
    color: #70dc57;
    text-decoration: underline;
}

.footer .fot .dow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
    color: #fff;
}

.footer .fot .dow h6 a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0px 10px;
    opacity: 0.8;
}

.footer .fot .dow h6 a:after {
    content: '';
    background: #fff;
    height: 12px;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 5px;
}

.footer .fot .dow h6 a:last-child:after {
    background: none;
}

.footer .fot .dow h6 a:last-child {
    padding-right: 0px;
}

.footer .fot .dow h6 a:hover {
    text-decoration: underline;
}

.footer .fot .dow p {
    opacity: 0.8;
    font-size: 14px;
}

.footer input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #fff;
    font-weight: normal;
}

.footer input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
    font-weight: normal;
}

.footer input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #fff;
    font-weight: normal;
}

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}

.banner_swp .swiper-slide {
    height: 100vh;
}

.banner_swp .swiper-slide .main {
    height: 100%;
}

.banner_swp .swiper-slide .item {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.banner_swp .swiper-slide .item p {
    font-size: 40px;
    color: #ffffff;
    flex: 1;
}

.banner_swp .swiper-slide .item p em {
    color: #4fe9ff;
    font-size: 60px;
}

.banner_swp .swiper-slide .item p strong {
    color: #4fe9ff;
    font-size: 80px;
}

.banner_swp .swiper-slide .item p .nf {
    color: #fff;
    letter-spacing: 10px;
}

.banner_swp .swiper-slide .item .img {
    width: 54%;
}

.banner_swp .swiper-pagination-bullet {
    width: 50px;
    height: 2px;
    background: #fff;
    opacity: 0.4;
    border-radius: 0px;
    margin: 0px 10px !important;
    outline: none;
}

.banner_swp .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.banner_swp .banner_pag {
    bottom: 40px !important;
}


.in_business {
    padding: 70px 0px 0px;
}

.in_business .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.in_business .item .fl {
    width: 45%;
}

.in_business .item .fl .tit {
    font-size: 60px;
    color: #2c2c2c;
}

.in_business .item .fl .tit strong {
    font-size: 85px;
    color: #35a99b;
    font-style: italic;
}

.in_business .item .fl .list {
    margin-top: 20px;
}

.in_business .item .fl .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.in_business .item .fl .list ul li {
    width: 50%;
    padding-right: 30px;
    margin-top: 20px;
}

.in_business .item .fl .list ul li .link {
    background: #f8f8f8;
    display: block;
    padding: 20px;
    font-size: 20px;
    color: #2c2c2c;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_business .item .fl .list ul li .link .icon {
    text-align: right;
    margin-top: 30px;
}

.in_business .item .fl .list ul li .link .icon img {
    display: inline-block;
}

.in_business .item .fl .list ul li .link .icon .icon2 {
    display: none;
}

.in_business .item .fl .list ul li .link strong {
    color: #333;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_business .item .fl .list ul li .link:hover .icon .icon1 {
    display: none;
}

.in_business .item .fl .list ul li .link:hover .icon .icon2 {
    display: inline-block;
}

.in_business .item .fl .list ul li .link:hover {
    background: #006979;
    color: #fff;
}

.in_business .item .fl .list ul li .link:hover strong {
    padding-left: 20px;
    color: #fff;
}


.in_business .item .fr {
    width: 41.8%;
    position: relative;
}

.in_business .item .fr .hotzone {
    position: absolute;
    width: 18%;
    height: 0;
    padding-bottom: 5.4%;
    left: 2.4%;
    z-index: 240;
}

.in_business .item .fr .hotzone1 {
    top: 58%;
}

.in_business .item .fr .hotzone2 {
    top: 67.5%;
}

.in_business .item .fr .hotzone3 {
    top: 77%;
}

@media screen and (max-width: 1700px) {
    .in_business .item .fr .hotzone1 {
        top: 51%;
    }

    .in_business .item .fr .hotzone2 {
        top: 58%;
    }

    .in_business .item .fr .hotzone3 {
        top: 65%;
    }
}


.in_service {
    background: url('../images/banner3.jpg') no-repeat center center;
    padding: 96px 0px;
    /* background-attachment: fixed; background-size: cover */
    background-size: cover;
}

.in_service .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.in_service .item .fl {
    width: 26%;
    flex: 0 0 auto;
}

.in_service .item .fl .tit {
    font-size: 60px;
    color: #fff;
    margin-bottom: 30px;
}

.in_service .item .fl .sel {
    width: 100%;
    background: none;
    padding: 20px;
    border-radius: 30px;
    margin-top: 15px;
    background: url('../images/icon31.png') no-repeat 96% center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.in_service .item .fl .but {
    background: #338894;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    margin-top: 20px;
    padding: 18px 60px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_service .item .fl .but:hover {
    background: #1d7b68;
}

.in_service .item .list {
    flex: 1 1 0;
}

.in_service .item .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.in_service .item .list ul li {
    width: calc(100% / 3);
    padding-left: 30px;
    padding-left: 30px;
    margin: 15px 0px;
}

.in_service .item .list ul li .link {
    background-image: linear-gradient(0deg, rgb(34, 148, 123, 0.9) 0%, rgb(1, 106, 121, 0.9) 100%);
    display: block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_service .item .list ul li .link:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

/* .in_service .item .list ul li .link .img { height: 180px; display: flex; align-items: center; justify-content: center;} */
.in_service .item .list ul li .link .img {
    display: block;
}

.in_service .item .list ul li p {
    border-top: 1px solid rgb(255, 255, 255, 0.5);
    padding: 14px 20px;
    font-size: 20px;
    color: #fff;
    background: url('../images/icon38.png') no-repeat 92% center;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_service .item .list ul li .link:hover p {
    padding-left: 30px;
}

.in_service_ie .item .list ul li .link {
    background-image: linear-gradient(0deg, rgb(34, 148, 123) 0%, rgb(1, 106, 121) 100%);
    display: block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    opacity: 0.9;
}

.in_service_ie .item .list ul li p {
    border-top: 1px solid #fff;
}

select::-ms-expand {
    display: none;
    border: none;
}




.in_news_box {
    padding: 100px 0px;
    background: url('../images/img1.jpg') no-repeat center center;
    background-size: cover;
}

.in_news .tit {
    font-size: 60px;
    color: #2c2c2c;
}

.in_news .item {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.in_news .item .fl {
    width: 18%;
    position: relative;
}

.in_news .item .fl p {
    font-size: 24px;
    color: #2c2c2c;
    margin-bottom: 30px;
    line-height: 36px;
}

.in_news .item .fr {
    width: 70%;
    position: relative;
}

.in_news_swp .swiper-slide {
    height: 100%;
}

.in_news_swp .swiper-slide .link {
    height: 100%;
    display: block;
    background: #f8f8f8;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_news_swp .swiper-slide .link .text {
    padding: 30px;
    height: 197px;
}

.in_news_swp .swiper-slide .link .text h3 {
    font-size: 20px;
    color: #2c2c2c;
    line-height: 26px;
    max-height: 104px;
    overflow: hidden;
}

.in_news_swp .swiper-slide .link .text strong {
    font-size: 16px;
    display: block;
    margin-top: 15px;
}

.in_news_swp .swiper-slide .link .img {
    overflow: hidden;
    height: 200px;
}

.in_news_swp .swiper-slide .link .img img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.in_news_swp .swiper-slide .link:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.in_news_swp .swiper-slide .link:hover {
    background: #338894;
}

.in_news_swp .swiper-slide .link:hover .text h3 {
    color: #fff;
}

.in_news_swp .swiper-slide .link:hover .text strong {
    color: #fff;
}

.m_more {
    margin-top: 30px;
}

.m_more a {
    background: #338894;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    margin-top: 20px;
    padding: 18px 42px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    display: inline-block;
}

.m_more a:hover {
    background: #1d7b68;
}

.m_more1 {
    margin-top: 40px;
    text-align: center;
}

.m_more1 a {
    background: #338894;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    margin-top: 20px;
    padding: 18px 80px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    display: inline-block;
}

.m_more1 a:hover {
    background: #1d7b68;
}

.m_more2 {
    margin-top: 40px;
    text-align: center;
}

.m_more2 a {
    background: #6cbb5a;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    margin-top: 20px;
    padding: 18px 80px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    display: inline-block;
}

.m_more2 a:hover {
    background: #1d7b68;
}


.in_news_prev {
    position: absolute;
    outline: none;
    left: 0px;
    top: inherit;
    bottom: 0px;
    background: url('../images/icon39_m.png') no-repeat left top;
    width: 60px;
    height: 60px;
}

.in_news_next {
    position: absolute;
    outline: none;
    right: inherit;
    left: 80px;
    top: inherit;
    bottom: 0px;
    background: url('../images/icon40_m.png') no-repeat left top;
    width: 60px;
    height: 60px;
}

.in_news_prev.swiper-button-disabled {
    background: url('../images/icon39.png') no-repeat left top;
    opacity: 1;
}

.in_news_next.swiper-button-disabled {
    background: url('../images/icon40.png') no-repeat left top;
    opacity: 1;
}


.in_four_box {
    background: url('../images/img5.jpg') no-repeat center center;
    padding: 70px 0px;
    background-size: cover;
}

.in_four {
    text-align: center;
}

.in_four ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.in_four ul li {
    margin: 0px 3%;
}

.in_four ul li .link {
    width: 240px;
    height: 240px;
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.5);
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_four ul li .link p {
    margin-top: 20px;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.in_four ul li .link .icon {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    position: relative;
    z-index: 2;
}

.in_four ul li .link:hover .icon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.in_four ul li .link:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgb(34, 148, 123, 0.9) 0%, rgb(1, 106, 121, 0.9) 100%);
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    border-radius: 50%;
    z-index: 0;
}

.in_four ul li .link:hover:after {
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
}

/* .in_four ul li .link:hover { border: 1px solid rgba(255, 255, 255, 0); width: 238px; height: 238px; } */


.m_tit {
    font-size: 40px;
    color: #2c2c2c;
}

.m_tit_x {
    font-size: 40px;
    color: #2c2c2c;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
    position: relative;
}

.m_tit_x .nav {
    position: absolute;
    right: 0px;
    bottom: -1px;
}

.m_tit_x .nav a {
    color: #006979;
    font-size: 18px;
    display: inline-block;
    margin-left: 30px;
    position: relative;
    padding-bottom: 30px;
    cursor: pointer;
}

.m_tit_x .nav a:after {
    content: '';
    background: #006979;
    width: 0%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.m_tit_x .nav a:hover:after {
    width: 100%;
}

.m_tit1 {
    font-size: 24px;
    color: #6cbb5a;
    margin-top: 40px;
    position: relative;
    padding-left: 15px;
}

.m_tit1:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -11px;
    width: 4px;
    height: 22px;
    background: #006979;
}


.about {
    margin-top: 50px;
}

.about .text {
    margin-top: 36px;
}

.about .text h3 {
    font-size: 34px;
    color: #006979;
}

.about .text h3 strong {
    font-size: 48px;
    color: #6cbb5a;
}

.about .text p {
    font-size: 18px;
    line-height: 30px;
    color: #787878;
    margin-top: 20px;
}

.m_tit_36 {
    font-size: 36px;
    color: #006979;
}

.about1 {
    background: url('../images/img7.jpg') no-repeat center center;
    height: 439px;
    background-size: cover;
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.about2 {
    margin-top: 90px;
}

.about2 .list {
    overflow: hidden;
    margin-top: 20px;
}

.about2 .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.about2 .list ul li {
    width: 33.33%;
    padding: 15px;
}

.about2 .list ul li .item {
    background-image: linear-gradient(0deg, #4ea995 0%, #348894 100%);
    text-align: center;
    padding: 70px 25px;
    height: 100%;
}

.about2 .list ul li .item .text h3 {
    font-size: 20px;
    margin-top: 50px;
    color: #fff;
}

.about2 .list ul li .item .text p {
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
    line-height: 36px;
}

.organization1 {
    background: url('../images/img8.jpg') no-repeat center center;
    overflow:
}

.organization1 .list {
    overflow: hidden;
}

.organization1 .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

.organization1 .list ul li {
    width: 33.33%;
    padding: 0px 30px;
    text-align: center;
    padding-top: 90px;
    margin-top: 50px;
}

.organization1 .list ul li .item {
    background-image: linear-gradient(0deg, #4ea995 0%, #348894 100%);
    position: relative;
}

.organization1 .list ul li .item .img {
    background: url('../images/icon59.png') no-repeat center bottom;
    padding-bottom: 10px;
}

.organization1 .list ul li .item .img img {
    margin-top: -90px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
}

.organization1 .list ul li .item .text {
    padding: 40px 0px;
}

.organization1 .list ul li .item .text h3 {
    font-size: 24px;
    color: #ffffff;
}

.organization1 .list ul li .item .text p {
    font-size: 18px;
    color: #ffffff;
    margin-top: 5px;
}

.organization1 .list ul li:first-child {
    width: 100%;
}

.organization1 .list ul li:first-child .item_li {
    width: 33.33%;
    padding: 0px 30px;
    margin: 0 auto;
}

.organization2 {
    margin-top: 80px;
}

.organization2 .img {
    border: 1px solid #dddddd;
    padding: 80px;
    text-align: center;
    margin-top: 40px;
}

.news .list ul li {
    margin-top: 40px;
}

.news .list ul li .link {
    background: #f8f8f8;
    display: block;
    display: flex;
    flex-direction: row;
}

.news .list ul li .link .img {
    width: 410px;
    overflow: hidden;
    height: 200px;
}

.news .list ul li .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    object-fit: cover;
}

.news .list ul li .link .text {
    flex: 1;
    padding: 20px 40px;
}

.news .list ul li .link .text h3 {
    font-size: 24px;
    color: #2c2c2c;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.news .list ul li .link .text p {
    font-size: 16px;
    color: #999999;
    margin-top: 10px;
    line-height: 26px;
}

.news .list ul li .link .text strong {
    color: #999;
    display: block;
    margin-top: 10px;
}

.news .list ul li .link:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.news .list ul li .link:hover .text h3 {
    color: #338894;
}


.details {
    margin-top: 50px;
}

.details .tit h3 {
    font-size: 42px;
    color: #333333;
}

.details .tit strong {
    font-size: 24px;
    display: block;
    margin-top: 10px;
    color: #333333;
}

.details .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
}

.details .item .fl {
    width: 71%;
}

.details .item .fl .con {
    background: #f9f9f9;
    padding: 50px 70px 70px;
}

.details .item .fl .con p {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-top: 20px;
}

.details .item .fl .con strong {
    font-weight: bold;
}

.details .item .fl .con img {
    height: auto !important;
}

.details .item .fr {
    width: 25%;
    background: #f9f9f9;
    height: 100%;
    padding: 0px 30px 30px;
    border-top: 2px solid #006979;
}

.details .item .fr h3 {
    font-size: 24px;
    color: #006979;
    line-height: 60px;
    border-bottom: 1px solid #e6e6e6;
}

.details .item .fr a {
    font-size: 16px;
    color: #2c2c2c;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    padding: 14px 0px;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.details .item .fr a:hover {
    color: #006979;
    text-decoration: underline;
}

.m_return {
    text-align: center;
    margin-top: 50px;
}

.m_return a {
    background: #6cbb5a;
    font-size: 16px;
    color: #ffffff;
    padding: 20px 80px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.m_return a:hover {
    background: #338894;
}


.history {
    position: relative;
}

.history .list {
    margin-top: 40px;
    position: relative;
    background: #f9f9f9;
    padding: 50px 40px;
}

/* .history .list:before { content: ''; background: url('../images/icon53.png') repeat-y left top; position: absolute; z-index: 9; width: 271px; height: 100%; left: 0px; top: 0px; } */
.history .list:after {
    content: '';
    background: url('../images/icon54.png') repeat-y left top;
    position: absolute;
    z-index: 9;
    width: 271px;
    height: 100%;
    right: 0px;
    top: 0px;
}

.history .list .list_swp {
    position: relative;
    padding: 0px 80px;
}

.history_swp .swiper-slide {
    position: relative;
}

.history_swp .swiper-slide .text {
    background-image: linear-gradient(0deg, #4ea995 0%, #348894 100%);
    bottom: 0px;
    display: inline-block;
    padding: 25px;
}

.history_swp .swiper-slide .text h3 {
    font-size: 40px;
    font-family: "Arial";
}

.history_swp .swiper-slide .text p {
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-left: 16px;
    margin: 8px 0px;
}

.history_swp .swiper-slide .text p:after {
    content: '';
    background-color: #fff;
    top: 10px;
    position: absolute;
    left: 0px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.history_swp .swiper-slide.his_top {
    display: flex;
    align-items: flex-end;
}

.history_swp .swiper-slide.his_top .time {
    background: url('../images/icon52.png') no-repeat left center;
    width: 173px;
    height: 130px;
    position: absolute;
    bottom: -164px;
    font-size: 32px;
    color: #006979;
    padding-left: 40px;
    padding-top: 80px;
    z-index: 2;
    left: 0px;
}

.history_swp .swiper-slide.his_top:before {
    content: '';
    border: 10px solid;
    border-color: #4da894 transparent transparent transparent;
    position: absolute;
    left: 156px;
    bottom: -20px;
    z-index: 2;
}

.history_swp .swiper-slide.his_dow .time {
    background: url('../images/icon51.png') no-repeat left center;
    width: 172px;
    height: 129px;
    position: absolute;
    top: -164px;
    font-size: 32px;
    color: #006979;
    line-height: 62px;
    padding-left: 40px;
    z-index: 2;
}

.history_swp .swiper-slide.his_dow:before {
    content: '';
    border: 10px solid;
    border-color: transparent transparent #338793 transparent;
    position: absolute;
    left: 156px;
    top: -20px;
    z-index: 2;
}

.history .xt {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #328693;
    left: 0px;
}


.history_prev {
    position: absolute;
    outline: none;
    margin-top: 0px;
    background: url('../images/icon55_m.png') no-repeat left top;
    width: 50px;
    height: 50px;
    z-index: 10;
    left: 0px;
}

.history_next {
    position: absolute;
    outline: none;
    margin-top: 0px;
    background: url('../images/icon56_m.png') no-repeat left top;
    width: 50px;
    height: 50px;
    z-index: 10;
    right: 0px;
}

.history_prev.swiper-button-disabled {
    background: url('../images/icon55.png') no-repeat left top;
    opacity: 1;
    left: 0px;
}

.history_next.swiper-button-disabled {
    background: url('../images/icon56.png') no-repeat left top;
    opacity: 1;
    right: 0px;
}

.route .fom {
    text-align: center;
    margin-top: 50px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.route .fom .txtbox {
    width: 420px;
    position: relative;
    margin-right: 10px;
}

.route .fom .sel {
    width: 420px;
    border: 1px solid #dddddd;
    border-radius: 30px;
    padding: 18px;
    font-size: 16px;
    margin: 0px 5px;
    background: url('../images/icon31.png') no-repeat 95% center;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.route .fom .txt {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 30px;
    padding: 18px;
    font-size: 16px;
    margin: 0px 5px;
    appearance: none;
    -webkit-appearance: none;
}

#region_ul {
    position: absolute;
    top: 60px;
    background: #fff;
    z-index: 99;
    text-align: left;
    padding-left: 20px;
    min-width: 100%;
    max-height: 250px;
    overflow: auto;
}

#region_ul strong {
    display: block;
    white-space: nowrap;
    padding: 8px 10px;
    width: 100%;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
}

#region_ul strong:hover {
    background: #006979;
    color: #fff;
}


.route .fom .but {
    background: #6cbb5a;
    font-size: 16px;
    height: 57px;
    padding: 0px 60px;
    color: #fff;
    border-radius: 30px;
    margin-left: 5px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.route .fom .but:hover {
    background: #006979;
}

.route .back {
    background: #fafafa;
    padding: 30px;
    margin-top: 60px;
}

.route .item h3 {
    font-size: 30px;
    color: #2c2c2c;
}

.route .item img {
    margin: 20px auto 0;
    display: block;
    /*width: 30%;*/
    /*margin-top: 20px;*/
}

@media (max-width: 960px) {
    .route .item img {
        width: 100%;
        /*max-width: 640px;*/
    }
}


.m_tab_tit {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

.m_tab_tit .link {
    width: 49%;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #fff;
    background: #f9f9f9;
    color: #333;
}

.m_tab_tit .link.active {
    background-image: linear-gradient(0deg, #4ea995 0%, #348894 100%);
    color: #fff;
    position: relative;
}

.m_tab_tit .link.active:after {
    content: '';
    position: absolute;
    bottom: -28px;
    border: 15px solid;
    border-color: #4faa95 transparent transparent transparent;
    left: 50%;
    margin-left: -15px;
}


.m_tab_tit_3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}

.m_tab_tit_3 .link {
    width: 48.5%;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #fff;
    background: #f9f9f9;
    color: #333;
}

.m_tab_tit_3 .link.active {
    background-image: linear-gradient(0deg, #4ea995 0%, #348894 100%);
    color: #fff;
    position: relative;
}

.m_tab_tit_3 .link.active:after {
    content: '';
    position: absolute;
    bottom: -28px;
    border: 15px solid;
    border-color: #4faa95 transparent transparent transparent;
    left: 50%;
    margin-left: -15px;
}

.ship_swp {
    margin-top: 50px;
    background-image: linear-gradient(0deg, #ffffff 0%, #f8f8f8 100%);
}

.ship_swp .item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ship_swp .item .fl {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
}

.ship_swp .item .list {
    width: 60%;
}

.ship_swp .item .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.ship_swp .item .list ul li {
    border: 1px solid #ececec;
    width: 25%;
    padding: 30px;
}

.ship_swp .item .list ul li strong {
    font-size: 42px;
    color: #6cbb5a;
    word-break: break-all;
}

.ship_swp .item .list ul li p {
    font-size: 16px;
    margin-top: 100px;
    padding-left: 5px;
}

.ship_swp .swiper-slide h3 {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 30px;
    color: #006979;
}


.gallery_tit {
    background: #f8f8f8;
    text-align: center;
}

.gallery_tit .swiper-slide {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    height: 68px;
    line-height: 68px;
}

.gallery_tit .swiper-slide:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: #006979;
    width: 0%;
    height: 2px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.gallery_tit .swiper-slide-thumb-active:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: #006979;
    width: 100%;
    height: 2px;
}

.gallery_tit .swiper-slide-thumb-active {
    color: #006979;
    font-weight: bold;
}


.gallery_prev {
    position: absolute;
    outline: none;
    margin-top: -25px;
    background: url('../images/icon55_m.png') no-repeat left top;
    width: 50px;
    height: 50px;
    z-index: 10;
}

.gallery_next {
    position: absolute;
    outline: none;
    margin-top: -25px;
    background: url('../images/icon56_m.png') no-repeat left top;
    width: 50px;
    height: 50px;
    z-index: 10;
}

.gallery_prev.swiper-button-disabled {
    background: url('../images/icon55.png') no-repeat left top;
    opacity: 1;
}

.gallery_next.swiper-button-disabled {
    background: url('../images/icon56.png') no-repeat left top;
    opacity: 1;
}


.outlets {
    height: 800px;
}

.outlets {
    position: relative;
    display: flex;
    margin-top: 40px;
}

.outlets .map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.outlets .map img {
    max-width: none !important;
    max-height: none !important;
}

.outlets .map:before {
    content: '';
    background: url('../images/icon60.png') repeat-y left top;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 9;
    width: 100%;
    pointer-events: none;
}

.outlets .map .img {
    height: 800px;
}

.outlets .map .img img {
    object-fit: cover;
    height: 100%;
}

.outlets .itembox {
    position: absolute;
    top: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
    left: 50px;
    width: 570px;
    height: 100%;
    align-items: center;
    z-index: 9;
}

.outlets .item {
    width: 100%;
    height: 640px;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
}

.outlets .item .search {
    display: flex;
    justify-content: space-between;
}

.outlets .item .search .sel {
    width: 48%;
    padding: 18px 16px;
    border: 1px solid #dddddd;
    border-radius: 30px;
    appearance: none;
    -webkit-appearance: none;
    background: url('../images/icon61.png') no-repeat 94% center;
}

.outlets .store-ctn {
    width: 100%;
    display: none;
}

.outlets .store-ctn.show {
    width: 100%;
    display: block;
}

.outlets .item .list {
    margin-top: 30px;
    overflow: auto;
    height: 480px;
}

.outlets .item .list h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    color: #006979;
}

.outlets .item .list h3 {
    font-size: 16px;
    color: #006979;
    margin-bottom: 10px;
}

.outlets .item .list ul li {
    padding: 20px 0px;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
}

.outlets .item .list ul li p {
    font-size: 14px;
    line-height: 28px;
    padding-left: 25px;
}

.outlets .item .list ul li .add {
    background: url('../images/icon62.png') no-repeat left center;
}

.outlets .item .list ul li .peo {
    background: url('../images/icon63.png') no-repeat left center;
}

.outlets .item .list ul li .ple {
    background: url('../images/icon64.png') no-repeat left center;
}

.outlets .item .list ul li .eml {
    background: url('../images/icon65.png') no-repeat left center;
}

.outlets .item .list ul li .fax {
    background: url('../images/icon90.png') no-repeat left center;
}


.m_scroll::-webkit-scrollbar {
    width: 2px;
}

.m_scroll::-webkit-scrollbar-track {
    background: #ebebeb;
    border-radius: 0;
}

.m_scroll::-webkit-scrollbar-thumb {
    background: #006979;
    border-radius: 0;
}

.m_scroll::-webkit-scrollbar-thumb:hover {
    background: #004550;
}

.m_scroll::-webkit-scrollbar-button {
    display: none;
}


#firstime {
    background: url('../images/icon68.png') no-repeat 96% center;
}

#lasttime {
    background: url('../images/icon68.png') no-repeat 96% center;
}

.ship .m_serach {
    margin-top: 90px;
    text-align: center;
}

.m_serach .sel {
    border: 1px solid #dddddd;
    padding: 20px 30px;
    width: 50%;
    border-radius: 40px;
    font-size: 24px;
    color: #2c2c2c;
    background: url('../images/icon61.png') no-repeat 98% center;
    appearance: none;
    -webkit-appearance: none;
}

.m_serach .sel option {
    font-size: 18px;
}


.business {
    margin-top: 50px;
}

.business p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
}

.business p img {
    margin: 0 auto;
    display: block;
}

.business1 {
    margin-top: 50px;
}

.business1 .tit {
    font-size: 18px;
    line-height: 28px;
    color: #787878;
    margin-top: 20px;
}

/* .business1 .list { background: url('../images/img25.jpg') no-repeat center center; height: 480px; } */
.business1 .list {
    position: relative;
    z-index: 9;
    height: 100%;
}

.business1 .list .text {
    position: absolute;
    top: 40px;
    left: 40px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.business1 .list .icon {
    position: absolute;
    bottom: 40px;
    right: 40px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.business1 .list ul {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.business1 .list ul li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.business1 .list ul li h3 {
    font-size: 22px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

/* .business1 .list ul li .text .pic { margin-top: 20px; margin-bottom: 20px; opacity: 0; } */
.business1 .list ul li .text strong {
    color: #4fe9ff;
    font-size: 28px;
    display: block;
    opacity: 0;
}

.business1 .list ul li .text p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 26px;
    opacity: 0;
}

.business1 .list ul li .icon {
    opacity: 0;
}


/*  */
.business1 .list ul li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.business1 .list ul li a h3 {
    color: #fff;
}

.business1 .list ul li a .text strong {
    color: #4fe9ff;
    font-size: 28px;
    display: block;
    opacity: 0;
}

.business1 .list ul li a.wfEditorMode {
    width: auto;
    height: auto;
    z-index: 2;
    color: #99ccff;
}

.business1 .list ul li .wfEditorMode {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 2;
    color: #99ccff;
}


.business1 .list ul li:hover {
    flex: 3;
}

.business1 .list ul li:hover .text strong {
    animation: fadeInUp 0.4s 0.4s linear forwards;
}

.business1 .list ul li:hover .text p {
    animation: fadeInUp 0.4s 0.8s linear forwards;
}

.business1 .list ul li:hover .icon {
    animation: fadeInUp 0.4s 1s linear forwards;
}

.business1 .list ul li:hover h3 {
    animation: fadeOut 0.4s 0s linear forwards;
}

.business1 .listbox {
    position: relative;
    margin-top: 30px;
    height: 480px;
    overflow: hidden;
    background: #000;
}

.business1 .back {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.business1 .back ul li {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    display: none;
}

.business1 .back ul li img {
    object-fit: cover;
    height: 100%;
}

.join .list {
    margin-top: 60px;
}

.join .list dl dt {
    display: flex;
    flex-direction: row;
    height: 65px;
    align-items: center;
    cursor: pointer;
    background: url('../images/icon78.png') no-repeat 98% center;
    border-bottom: 1px solid #dddddd;
    flex-wrap: wrap;
}

.join .list dl dt span {
    font-size: 16px;
    padding: 0px 10px;
}

.join .list dl dt .m1 {
    width: 20%;
    padding: 0px 30px;
}

.join .list dl dt .m2 {
    width: 10%;
}

.join .list dl dt .m3 {
    width: 15%;
}

.join .list dl dt .m4 {
    width: 20%;
}

.join .list dl dt .m5 {
    width: 20%;
}

.join .list dl dt .m6 {
    width: 10%;
}

.join .list dl dt .m6 a {
    background: #126b15;
    color: #fff;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 14px;
}

.join .list dl dt .m6 a:hover {
    background: #006979;
    text-decoration: underline;
}

.join .list dl dt.active {
    background: #006979 url('../images/icon78_m.png') no-repeat 98% center;
    color: #fff;
}

.join .list dl dd {
    background: #f9f9f9;
    color: #333;
    border-top: none;
    padding: 50px 30px;
    padding-top: 10px;
    display: none;
}

.join .list dl dd p {
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0px;
}

.join .list dl dd p strong {
    font-weight: bold;
    color: #333;
    display: block;
    margin-top: 20px;
}

.join .list .tit {
    display: flex;
    flex-direction: row;
    height: 65px;
    align-items: center;
    background: #f8f8f8;
    flex-wrap: wrap;
}

.join .list .tit span {
    font-size: 18px;
    padding: 0px 10px;
}

.join .list .tit .m1 {
    width: 20%;
    padding: 0px 30px;
}

.join .list .tit .m2 {
    width: 10%;
}

.join .list .tit .m3 {
    width: 15%;
}

.join .list .tit .m4 {
    width: 20%;
}

.join .list .tit .m5 {
    width: 20%;
}

.join .list .tit .m6 {
    width: 10%;
}



.occupation {
    margin-top: 60px;
}

.occupation p {
    font-size: 18px;
    line-height: 32px;
    margin-top: 20px;
}

.container ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 0px;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    flex-wrap: wrap;
}

.container ul li .img {
    flex: 1;
    padding-right: 50px;
}

.container ul li .img strong {
    display: block;
    font-size: 24px;
    color: #006979;
    margin-top: 25px;
}

.container ul li .text {
    width: 40%;
}

.m_table1 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #ffffff;
}

.m_table1 tr th {
    padding: 0px 20px 12px;
    font-weight: normal;
    font-size: 18px;
    color: #006979;
    text-align: left;
    border-bottom: 1px solid #dddddd;
}

.m_table1 tr td {
    padding: 10px 20px;
    font-size: 18px;
    text-align: left;
    color: #333333;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.m_table1 tr td:nth-child(2n) {
    border-right: none;
}

.m_table1 tr td .icon {
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
    margin-right: 5px;
}

.m_table1 tr td a {
    color: #006979;
    text-decoration: underline;
    color: #333333;
}

.m_table1 tr td a:hover {
    color: #6cbb5a;
}

.notice {
    margin-top: 50px;
}

.notice ul li {
    margin: 38px 0px;
    background: #f8f8f8;
}

.notice ul li .link {
    display: block;
    display: flex;
    flex-direction: row;
}

.notice ul li .link .time {
    background: #6cbb5a;
    width: 140px;
    height: 140px;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
}

.notice ul li .link .time strong {
    font-size: 24px;
    color: #ffffff;
    display: block;
}

.notice ul li .link .time span {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    color: #fff;
}

.notice ul li .link .text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 200px);
}

.notice ul li .link .text h3 {
    font-size: 24px;
    color: #2c2c2c;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.notice ul li .link .text p {
    color: #999999;
    margin-top: 8px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice ul li .link:hover .text h3 {
    color: #006979;
    padding-left: 20px;
}


.rule {
    margin-top: 30px;
}

.rule dl {
    position: relative;
    padding: 20px 0px;
    border-bottom: 1px solid #dddddd;
}

.rule dl dt {
    font-size: 16px;
    color: #006979;
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-top: 6px;
}

.rule dl dt span {
    background: #6cbb5a;
    color: #fff;
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    text-align: center;
    margin-right: 12px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.rule dl dd {
    background: #f8f8f8;
    font-size: 16px;
    padding: 28px;
    line-height: 30px;
    margin-top: 15px;
}

.rule dl dd p strong {
    color: #6cbb5a;
}

.rule h6 {
    margin-top: 20px;
    font-size: 16px;
    color: #333333;
}

.rule .m_more {
    margin-top: 0px;
}


.demurrage {
    margin-top: 50px;
}

.demurrage .tit {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 30px 0px;
    display: flex;
    flex-direction: row;
}

.demurrage .tit h3 {
    width: 15%;
    font-size: 18px;
    color: #333;
    padding-left: 20px;
}

.demurrage .tit .item {
    width: 85%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-left: 1px solid #dddddd;
    padding-left: 50px;
}

.demurrage .tit .item a {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    min-width: 25%;
    margin-bottom: 15px;
    display: block;
    margin-right: 25px;
}

.demurrage .tit .item a:hover {
    color: #6cbb5a;
    text-decoration: underline;
}

.demurrage .tit .item a.active {
    color: #6cbb5a;
    text-decoration: underline;
}

.demurrage .list {
    margin-top: 30px;
}

.demurrage .list h4 {
    font-size: 24px;
    color: #006979;
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: 20px;
}

.demurrage .list .tab_tit {
    background: #006979;
    display: flex;
    flex-direction: row;
    color: #fff;
    font-size: 16px;
}

.demurrage .list .tab_tit .m1 {
    width: 25%;
    padding: 15px 25px;
}

.demurrage .list .tab_tit .m2 {
    width: 75%;
    padding: 15px 25px;
}

.demurrage .list .tab_con ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.demurrage .list .tab_con ul li .m1 {
    width: 25%;
    padding: 18px 25px;
    text-decoration: underline;
}

.demurrage .list .tab_con ul li .m1 a {
    color: #006979;
}

.demurrage .list .tab_con ul li .m1 a:hover {
    color: #6cbb5a;
}

.demurrage .list .tab_con ul li .m2 {
    width: 75%;
    padding: 18px 25px;
    position: relative;
}

.demurrage .list .tab_con ul li .m2 a {
    position: absolute;
    right: 30px;
    top: 0px;
    background: #006979;
    border-radius: 20px;
    color: #fff;
    padding: 6px 15px;
    font-size: 12px;
    top: 50%;
    margin-top: -14px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.demurrage .list .tab_con ul li .m2 a:after {
    content: '';
    background: url('../images/icon82.png') no-repeat left center;
    width: 9px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
}

.demurrage .list .tab_con ul li .m2 a:hover:after {
    content: '';
    background: url('../images/icon82.png') no-repeat left center;
}

.demurrage .list .tab_con ul li .m2 a:hover {
    background: #6cbb5a;
}

.demurrage .list .tab_con ul li:nth-child(2n+1) {
    background: #f8f8f8;
}


.demurrage .list_1 {
    margin-top: 30px;
}

.demurrage .list_1 h4 {
    font-size: 24px;
    color: #006979;
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: 20px;
}

.demurrage .list_1 .tab_tit {
    background: #006979;
    display: flex;
    flex-direction: row;
    color: #fff;
    font-size: 16px;
}

.demurrage .list_1 .tab_tit .m1 {
    width: 20%;
    padding: 15px 25px;
}

.demurrage .list_1 .tab_tit .m2 {
    width: 15%;
    padding: 15px 25px;
}

.demurrage .list_1 .tab_tit .m3 {
    width: 15%;
    padding: 15px 25px;
}

.demurrage .list_1 .tab_tit .m4 {
    width: 50%;
    padding: 15px 25px;
}

.demurrage .list_1 .tab_con ul li {
    display: flex;
    flex-direction: row;
}

.demurrage .list_1 .tab_con ul li .m1 {
    width: 20%;
    padding: 18px 25px;
    text-decoration: underline;
}

.demurrage .list_1 .tab_con ul li .m1 a {
    color: #006979;
}

.demurrage .list_1 .tab_con ul li .m1 a:hover {
    color: #6cbb5a;
}

.demurrage .list_1 .tab_con ul li .m2 {
    width: 15%;
    padding: 18px 25px;
}

.demurrage .list_1 .tab_con ul li .m3 {
    width: 15%;
    padding: 18px 25px;
}

.demurrage .list_1 .tab_con ul li .m4 {
    width: 50%;
    padding: 18px 25px;
    position: relative;
    padding-right: 120px;
}

.demurrage .list_1 .tab_con ul li .m4 a {
    position: absolute;
    right: 30px;
    top: 0px;
    background: #006979;
    border-radius: 20px;
    color: #fff;
    padding: 6px 15px;
    font-size: 12px;
    top: 50%;
    margin-top: -14px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.demurrage .list_1 .tab_con ul li .m4 a:after {
    content: '';
    background: url('../images/icon82.png') no-repeat left center;
    width: 9px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
}

.demurrage .list_1 .tab_con ul li .m4 a:hover:after {
    content: '';
    background: url('../images/icon82.png') no-repeat left center;
}

.demurrage .list_1 .tab_con ul li .m4 a:hover {
    background: #6cbb5a;
}

.demurrage .list_1 .tab_con ul li:nth-child(2n+1) {
    background: #f8f8f8;
}


.shipping {
    margin-top: 50px;
}

.shipping .text h3 {
    font-size: 36px;
    color: #006979;
    margin-top: 40px;
    margin-bottom: 30px;
}

.shipping .text p {
    font-size: 18px;
    color: #2c2c2c;
    margin-top: 20px;
    line-height: 30px;
}

.shipping .list {
    margin-top: 50px;
}

.shipping .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.shipping .list ul li {
    flex: 1;
    text-align: center;
    padding: 0px 30px;
    border-right: 1px solid #dddddd;
}

.shipping .list ul li p {
    font-size: 20px;
    margin-top: 20px;
}

.shipping .list ul li:last-child {
    border-right: none;
}

.shipping .item {
    border: 1px solid #dddddd;
    padding: 40px;
    margin-top: 50px;
}

.shipping .item .tit h3 {
    font-size: 24px;
    color: #2c2c2c;
}

.shipping .item .tit strong {
    display: block;
    font-size: 16px;
    margin-top: 2px;
}

.shipping .item .con {
    margin-top: 30px;
}

.shipping .item .con ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.shipping .item .con ul li {
    flex: 1;
}

.shipping .item .con ul li strong {
    font-size: 18px;
    color: #2c2c2c;
    display: block;
    border-left: 4px solid #006979;
    padding-left: 10px;
}

.shipping .item .con ul li p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 12px;
    padding-left: 14px;
    color: #006979;
}



.shipping1 {
    margin-top: 60px;
}

.shipping1 .text h3 {
    font-size: 36px;
    color: #006979;
}

.shipping1 .text p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 25px;
}

.shipping1 .list {
    margin-top: 50px;
}

.shipping1 .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.shipping1 .list ul li {
    flex: 1;
    text-align: center;
    border-right: 1px solid #dddddd;
    padding: 0px 40px;
}

.shipping1 .list ul li strong {
    display: block;
    font-size: 24px;
    color: #006979;
    margin-top: 20px;
}

.shipping1 .list ul li p {
    font-size: 18px;
    margin-top: 15px;
    line-height: 28px;
    text-align: center;
}

.shipping1 .list ul li:last-child {
    border-right: none;
}

.shipping1 .list1 {
    overflow: hidden;
    margin-top: 20px;
}

.shipping1 .list1 ul {
    display: flex;
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}

.shipping1 .list1 ul li {
    width: 33.33%;
    padding: 15px;
}

.shipping1 .list1 ul li .con {
    background: #f6f6f6;
    padding: 25px;
    height: 100%;
}

.shipping1 .list1 ul li .con strong {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-image: linear-gradient(0deg, rgb(34, 148, 123, 0.9) 0%, rgb(1, 106, 121, 0.9) 100%);
    border-radius: 50%;
    color: #fff;
}

.shipping1 .list1 ul li .con p {
    color: #2c2c2c;
    line-height: 28px;
    font-size: 18px;
    margin-top: 15px;
}

.shipping1 .item {
    border: 1px solid #dddddd;
    padding: 40px;
    margin-top: 20px;
}

.shipping1 .item .tit h3 {
    font-size: 24px;
    color: #2c2c2c;
}

.shipping1 .item .tit strong {
    display: block;
    font-size: 16px;
    margin-top: 2px;
}

.shipping1 .item .con {
    margin-top: 30px;
}

.shipping1 .item .con ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.shipping1 .item .con ul li {
    flex: 1;
}

.shipping1 .item .con ul li strong {
    font-size: 18px;
    color: #2c2c2c;
    display: block;
    border-left: 4px solid #006979;
    padding-left: 10px;
}

.shipping1 .item .con ul li p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 12px;
    padding-left: 14px;
    color: #006979;
}

.shipping2 {
    margin-top: 60px;
}

.shipping2 .text h3 {
    font-size: 36px;
    color: #006979;
}

.shipping2 .text p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 25px;
}

.shipping3 {
    margin-top: 60px;
}

.shipping3 .text h3 {
    font-size: 36px;
    color: #006979;
}

.shipping3 .text p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 25px;
}


.shipping3 .videobox {
    height: 440px;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.shipping3 .videobox .img {
    width: 32.2%;
    height: 100%;
    background-image: linear-gradient(0deg, rgb(78, 170, 149, 1) 0%, rgb(52, 136, 147, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.shipping3 .videobox .video_a {
    width: 67.8%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.shipping3 .videobox .video_a video {
    object-fit: cover;
}

.shipping3 .videobox .video_a:before {
    content: '';
    left: 0px;
    top: 0px;
    position: absolute;
    background: url('../images/pic2.png') repeat-y left top;
    height: 100%;
    width: 100%;
    z-index: 8;
}

.shipping3 .videobox .video_a .phone_img {
    display: none;
}



.rout_hide {
    display: none;
}

.routeck {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.routeck .item {
    width: 500px;
    background: #fff;
}

.routeck .item h3 {
    background: #006979;
    color: #fff;
    padding: 16px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.routeck .item .text p {
    font-size: 16px;
    margin: 10px 0px;
    line-height: 26px;
}

.routeck .item .text {
    padding: 15px 20px;
}

.routeck .colse {
    background: url('../images/colse.png') no-repeat center center;
    width: 53px;
    height: 53px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.phone_nav {
    display: none;
}

.phone_history {
    display: none;
}

.join .list dl dt span i {
    display: none;
}


.fudong {
    position: fixed;
    top: 0px;
    background: #01606f;
    width: 70px;
    right: -70px;
    height: 100%;
    z-index: 101;
    padding-top: 60px;
}

.fudong .icon {
    background: url('../images/yuy.png') no-repeat center center;
    height: 70px;
    display: block;
}

.fudong a {
    font-size: 16px;
    display: block;
    color: #fff;
    text-align: center;
    padding: 20px 0px;
}

.fudong a:hover {
    color: #fff;
    text-decoration: underline;
}

.fudong a.active {
    background: #0d8da1;
}

.phone_lang {
    display: none;
}


.pagebox {
    text-align: center;
    position: relative;
}

.pagebox ul {
    margin-top: 70px;
}

.pagebox ul li {
    display: inline-block;
    vertical-align: middle;
}

.pagebox ul li a {
    margin: 0px;
    font-size: 14px;
    color: #000;
    position: relative;
    display: block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.pagebox ul .page a {
    height: 34px;
    width: 34px;
    border: 1px solid #f0f0f0;
    line-height: 34px;
    margin: 0px 2px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    background: #f0f0f0;
}

.pagebox ul .previous a {
    border: 1px solid #d2d2d2;
    color: #006979;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    margin-right: 10px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    padding: 0px 20px;
}

.pagebox ul .next a {
    border: 1px solid #d2d2d2;
    color: #006979;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    margin-left: 10px;
    padding: 0px 20px;
}

.pagebox ul .previous a:hover {
    background: #006979;
    border: 1px solid #006979;
    color: #fff;
}

.pagebox ul .next a:hover {
    background: #006979;
    border: 1px solid #006979;
    color: #fff;
}

.pagebox ul li.first {
    display: none;
}

.pagebox ul li.last {
    display: none;
}

.pagebox ul li.page:hover a,
.pagebox ul li.selected a {
    color: #fff;
    background: #006979;
    border: 1px solid #006979;
}


.fu_close {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-100% - 40px));
    width: 36px;
    height: 60px;
    left: -36px;
    margin-top: -30px;
    background: #01606f url('../images/jt.png') no-repeat center center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
}

#dituContent .BMapLabel {
    display: none !important;
}

.anchorBL {
    display: none !important;
}











/* 6-29 */
.footer .had {
    background: rgba(0, 0, 0, 0.5);
    padding: 18px 0px;
    width: 100%;
}

.footer .fot {
    background: #006979;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-bottom: 120px;
}

.b_business {
    background: url(../images/b_bgimg.jpg) no-repeat center center;
    background-size: cover;
    height: 560px;
    margin-top: 60px;
}

.b_business_box .business_box ul li a {
    display: flex;
    text-align: center;
    align-items: center;
    height: 180px;
    position: relative;
}

.b_business_box .business_box ul li a div {
    width: 100%;
}

.b_business_box .business_box ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 484px;
    padding: 25px;
    background: url(../images/b_iocn.png) no-repeat center center;
    background-size: contain;
}

.b_business_box .business_box ul li {
    width: 180px;
    height: 180px;
    margin-bottom: 50px;
}

.b_business_box .business_box ul li:nth-child(1) {
    background: url(../images/b_bg13.png) no-repeat center center;
}

.b_business_box .business_box ul li:nth-child(2) {
    background: url(../images/b_bg24.png) no-repeat center center;
}

.b_business_box .business_box ul li:nth-child(3) {
    background: url(../images/b_bg13.png) no-repeat center center;
    margin-bottom: 0;
}

.b_business_box .business_box ul li:nth-child(4) {
    background: url(../images/b_bg24.png) no-repeat center center;
    margin-bottom: 0;
}

.b_business_box .business_box ul li a .b_text1 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 5px;
}

.b_business_box .business_box ul li a .b_text2 {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.b_business_box .business_box ul li a i {
    background: url(../images/bg+.png) no-repeat center center;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-top: 15px;
}

.b_business .b_business_box {
    display: flex;
    align-items: center;
    height: 560px;
    justify-content: center;
}

.b_business_box .business_box ul li a:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    border-radius: 50%;
    z-index: 0;
}

.b_business_box .business_box ul li a:hover:after {
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
}

/*  */
.notice_foter {
    position: fixed;
    bottom: 96px;
    right: 0;
    color: #fff;
    width: 350px;
    z-index: 100;
}

.b_notice_box {
    border-radius: 5px 0px 0px 0px;
    overflow: hidden;
}

.notice_foter h5 {
    font-size: 15px;
    line-height: 36px;
    color: #fff;
    background: rgba(0, 105, 121, 1);
    padding-left: 15px;
}

.notice_foter ul {
    background: rgba(0, 105, 121, 0.8);
    padding: 15px;

}

.notice_foter li a {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    display: block;
    padding-right: 10px;
}

.notice_foter li a .p1 {
    font-size: 18px;
    text-overflow: ellipsis;
    /* overflow: hidden;
    white-space: nowrap; */
    width: 95%;
}

.notice_foter li a .p2 {
    font-size: 14px;
    font-weight: 200;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 95%;
}

.b_more {
    background: rgba(0, 105, 121, 0.8);
    text-align: right;
    padding-right: 20px;
    padding-bottom: 10px;
}

.b_more a {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    padding-right: 20px;
    background: url(../images/右箭头.png) no-repeat center right;
}

.notice_foter .b_button {
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: url(../images/jt.png) no-repeat center center;
    transform: rotate(270deg);
    position: absolute;
    right: 0;
    top: 0;
}

.notice_foter .b_button.active {
    transform: rotate(90deg);
}


/* 地球 */
.in_service {
    position: relative;
}

.servicedq {
    position: absolute;
    top: 0;
    right: 20%;
    z-index: 1;
}

.in_service .in_servicedq {
    width: 570px;
    height: 570px;
    margin: auto;
    text-align: center;

    margin-top: 60px;
    position: relative;

}

.in_service .in_servicedq img {
    transform: rotate(360deg);
    animation: rotation 30s linear infinite;
}

.in_service .item {
    position: relative;
    z-index: 2;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#demo0 {
    text-align: center;
    margin-top: 20px;
}

.outlets .item .list ul li .ple a {
    color: #666;
}

.m_pb100 .backs {
    display: none;
}


/*  */
.footer_had {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 200;
}

.footer_had .had {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.b_TOP {
    position: absolute;
    bottom: 96px;
    width: 60px;
    height: 30px;
    left: 50%;
    margin-left: -30px;
    background: rgba(0, 0, 0, .5) url(../images/jian.png) no-repeat center center;
    background-size: 35%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    transition: all 0.55s;
    -webkit-transition: all 0.55s;
    -moz-transition: all 0.55s;
    z-index: 200;
}

.b_TOP.active {
    bottom: 0;
    background: rgba(0, 0, 0, .5) url(../images/jia.png) no-repeat center center;
    background-size: 35%;
}

.b_business_box .business_box ul li a .b_text1 {
    padding: 0 41px;
    font-size: 18px;
    line-height: 24px;
}

.b_business_box .business_box ul li a .b_text2 {
    padding: 0 10px;
    font-size: 15px;
}

.b_business_box .business_box ul li:nth-child(3) a .b_text1 {
    padding: 0 46px;
}

.in_business .item .fl .list ul li .link strong {
    display: inline-block;
    height: 54px;
    line-height: 27px;
}




.organization1-new {
    margin-top: 50px;
}

.suggest-main .content-title {
    font-size: 34px;
    color: #006979;
}

.suggest-main .content-title {
    margin-top: 36px;
}


.suggest-main .content-text p {
    font-size: 18px;
    line-height: 30px;
    color: #787878;
    margin-top: 20px;
}

.suggest-main .content-text a {
    position: relative;
    color: #006979;
}

.suggest-main .content-text a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #006979;
}

.suggest-main .bottom-list {
    display: flex;
    justify-content: space-between;
    margin-top: 58px;
    margin-bottom: 100px;
}

.suggest-main .bottom-list .item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(50% - 20px);
    height: 440px;
    padding: 40px;
    padding-bottom: 30px;
    color: #fff;
    overflow: hidden;
}

.suggest-main .bottom-list .item .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.suggest-main .bottom-list .item .s-title {
    position: relative;
    font-size: 30px;
}

.suggest-main .bottom-list .item:hover .pic {
    transform: scale(1.1);
}


.suggest-main .bottom-list .item a {
    position: relative;
    display: inline-block;
    padding: 20px 25px;
    border: 1px solid #fff;
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    transition: all .5s;
}

.suggest-main .bottom-list .item a img {
    margin-right: 15px;
}

.suggest-main .bottom-list .item a:hover {
    background-color: #006979;
    border-color: #006979;
}

.suggest-main .bottom-list .item a.wfEditorMode {
    display: block;
    width: 6em;
    height: 1.3em;
    line-height: 1.3em;
    float: right;
    margin: 0;
    padding: 0 0.5em;
    background: white;
    color: #99ccff;
    margin-top: -1.3em;
    border-radius: 0;
}

.demurrage .list_1 .tab_con ul li .m4 strong {
    font-weight: bold;
}

.sidebar {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 100;
}

.sidebar .item {
    position: relative;
}

.sidebar .item-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebar .item-wrap img {
    width: 65px;
}

.sidebar .item-wrap span {
    width: max-content;
    display: block;
    text-align: center;
    padding: 2px 6px;
    border-radius: 8px;
    border: 1px solid #e5efff6f;
    background: #01606f;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    transform: translateY(-.8em);
}

.sidebar .qr-img {
    width: 20vw;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(calc(-100% - 20px), -50%);
    display: none;
}

.sidebar .item:hover .qr-img {
    display: block;
}