﻿.loginHeader {
    height: 100px;
}

.main-login {
    background: #f4f7fd;
}

    .main-login .masin-login-img {
        position: relative;
        left: 80px;
    }

.main-login-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height:calc(100vh - 120px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-login-block {
    background: #ffffff;
    width: 400px;
    border-radius: 8px;
    -webkit-box-shadow: -2px 3px 6px 0px #ccc;
    box-shadow: -2px 3px 6px 0px #ccc;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    left: -200px;
}

.main-login-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eae6e8;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

    .main-login-title > div {
        width: 50%;
        text-align: center;
        position: relative;
        cursor: pointer;
    }

        .main-login-title > div.active h1 {
            color: #182689;
        }

        .main-login-title > div h1 {
            color: #999999;
            font-size: 28px;
            font-weight: 500;
        }

.main-login-content > div {
    display: none;
}

    .main-login-content > div.active {
        display: block;
    }

.main-login .form-group {
    height: 100px;
}

    .main-login .form-group .wx-qr-scan {
        text-align: center;
        width: 200px;
        margin: 0 auto;
    }

    .main-login .form-group .wx-qr-scan-text {
        text-align: center;
        color: #999999;
    }

.main-login .form-control {
    padding: 10px 0 10px 15px;
    width: 100%;
    border: 0;
    font-size: 16px;
    color: #8b8b8b;
}

    .main-login .form-control::-webkit-input-placeholder {
        color: #999999;
    }

.main-login .form-input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 1px solid #eae6e8;
    color: #999999;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

    .main-login .form-input-group i {
        font-size: 36px;
        position: relative;
        top: 5px;
    }

.main-login .form-checkbox-group {
    color: #999999;
}

.main-login .form-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-login .form-options-icon i {
    font-size: 24px;
}

.main-login .form-options-icon a {
    color: #999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-wx-signIn {
    width: 100% !important;
}

.main-wx-login-block {
    display: none;
}

    .main-wx-login-block .form-wx-login {
        height: 270px;
    }

/*download page styles*/
.download-banner {
    position: relative;
}

.download-banner-text {
    position: absolute;
    right: 8%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    color: #ffffff;
    text-align: right;
}

    .download-banner-text h1 {
        font-size: 38px;
        margin-bottom: 50px;
        letter-spacing: 2px;
    }

.download-banner-text-line {
    width: 75px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 75px;
    right: 0;
}

.download-center-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.download-center-title-box {
    padding: 20px;
}

.download-center-switch-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .download-center-switch-tabs li {
        width: 200px;
        font-size: 24px;
        border: 1px solid #eee;
    }

        .download-center-switch-tabs li.active {
            background: #e62310;
            color: #ffffff;
            -webkit-box-shadow: 0 1px 2px 0px #dcdcdc;
            box-shadow: 0 1px 2px 0px #dcdcdc;
        }

.download-center-switch-content {
    margin-top: 20px;
}

    .download-center-switch-content > div {
        display: none;
        position: relative;
    }

        .download-center-switch-content > div.active {
            display: block;
        }

    .download-center-switch-content ul {
        overflow: hidden;
        width: 380px;
        border-bottom: 1px solid #dcdcdc;
        position: relative;
    }

        .download-center-switch-content ul li {
            position: relative;
            float: left;
            margin-right: 60px;
            font-size: 24px;
            padding-bottom: 5px;
            cursor: pointer;
        }

            .download-center-switch-content ul li.active {
                border-bottom: 2px solid #e62310;
            }

.download-center-icon {
    margin-right: 70px;
}

    .download-center-icon .circle {
        width: 180px;
        height: 180px;
    }

        .download-center-icon .circle:hover {
            top: 0;
        }

    .download-center-icon .circle-icon {
        margin-top: 0;
        padding-top: 25px;
    }

    .download-center-icon .circle-text {
        font-size: 24px;
    }

.download-center-document-item {
    display: none;
}

    .download-center-document-item.active {
        display: block;
    }

.download-center-document-wrap {
    overflow: hidden;
    display: none;
}

    .download-center-document-wrap.active {
        display: block;
    }

.download-center-document-box {
    background: #f4f7fd;
    padding: 60px 0;
}

.download-center-document-title {
    background: #fff;
    border-radius: 4px;
    text-align: center;
    width: 150px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 75px;
}

    .download-center-document-title li {
        padding: 10px 30px;
        font-size: 18px;
        border-bottom: 1px solid #f6f6f6;
        cursor: pointer;
    }

        .download-center-document-title li.active {
            background: #fde8e7;
            color: #e62310;
        }

        .download-center-document-title li:first-child {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

.download-center-document-content {
    width: 1000px;
    border-radius: 4px;
    background: #ffffff;
    float: right;
}

    .download-center-document-content ul {
        display: none;
    }

        .download-center-document-content ul.active {
            display: block;
        }

    .download-center-document-content li {
        border-bottom: 1px solid #f6f6f6;
        font-size: 18px;
    }

        .download-center-document-content li h4 {
            font-size: 20px;
            padding: 20px 60px;
        }

        .download-center-document-content li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 20px 60px;
            color: #999999;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .download-center-document-content li a:hover {
                color: #4ac0f0;
            }

.download-center-document-resource i {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 700;
}

.download-line {
    position: absolute;
    top: 40px;
    left: 0;
    width: 48px;
    height: 1px;
    border-bottom: 2px solid #e62310;
    -webkit-transition: 200ms all linear;
    transition: 200ms all linear;
    cursor: pointer;
}

/*web message*/
.message-header {
    padding: 60px 0 25px;
    text-align: center;
}

.message-header-title h1 {
    font-size: 36px;
}

.message-header-search {
    text-align: right;
}

    .message-header-search input {
        border: 1px solid #dcdcdc;
    }

.message-table-title ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .message-table-title ul li {
        width: 25%;
        height: 100px;
        position: relative;
        line-height: 100px;
        text-align: center;
        font-size: 28px;
    }

        .message-table-title ul li.open .header-dropmenu {
            opacity: 1;
            visibility: visible;
        }

        .message-table-title ul li .header-dropmenu {
            top: 107px;
        }

            .message-table-title ul li .header-dropmenu .drop-block {
                top: -5px;
            }

            .message-table-title ul li .header-dropmenu .lang-link {
                font-size: 14px;
                height: 45px;
                line-height: 45px;
                z-index: 3;
                position: relative;
            }

                .message-table-title ul li .header-dropmenu .lang-link:hover {
                    background: #ececec;
                }

        .message-table-title ul li .header-dropmenu-box {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .message-table-title ul li:after {
            content: '';
            display: inline-block;
            width: 1px;
            height: 20px;
            background: #cccccc;
            text-align: right;
            float: right;
            position: relative;
            top: 50%;
            margin-top: -10px;
        }

.message-table-title-icon {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

    .message-table-title-icon i {
        font-size: 14px;
    }

.message-table-title-box {
    -webkit-box-shadow: -5px -1px 3px 0px #dcdcdc;
    box-shadow: -5px -1px 3px 0px #dcdcdc;
}

.message-table-content-box {
    background: #f4f7fd;
    padding: 60px 0;
}

.message-table-item {
    width: 100%;
    background: #ffffff;
    border: 2px solid transparent;
    -o-border-image: url("../images/common/message_border_bg.png") 2 2 round;
    border-image: url("../images/common/message_border_bg.png") 2 2 round;
}

.message-table-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .message-table-tr .message-table-empty {
        text-align: center;
        width: 100%;
        padding: 100px;
        font-size: 18px;
    }

    .message-table-tr > div {
        width: 25%;
        text-align: center;
        padding: 30px 0;
        font-size: 16px;
    }

        .message-table-tr > div i {
            font-size: 28px;
            margin-left: 20px;
        }

    .message-table-tr:nth-child(even) {
        background: #fafafa;
    }

.message-table-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .message-table-checkbox .form-checkbox-group label:before {
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .message-table-checkbox i {
        position: relative;
    }

        .message-table-checkbox i.emailRead {
            color: #d9d9d9;
        }

.message-table-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}

.message-table-footer-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 130px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .message-table-footer-option > div {
        margin-right: 50px;
    }

.message-unread {
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e62310;
}

.message-dashed-line {
    border-bottom: 1px dashed #ccc;
}

.message-popup-box {
    border-radius: 8px;
}

.message-popup-title {
    padding-bottom: 10px;
}

.message-popup-content {
    line-height: 1.75;
    padding: 20px 0 20px 20px;
    min-height: 200px;
    max-height: 600px;
    overflow: auto;
}

.message-popup-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

/*ams personal*/
.personal-title .circle {
    width: 110px;
    height: 110px;
    line-height: 110px;
}

.personal-title ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .personal-title ul li {
        margin-right: 65px;
        cursor: pointer;
    }

        .personal-title ul li.active .personal-line {
            width: 100%;
        }

        .personal-title ul li i {
            font-size: 48px;
        }

.personal-title-text {
    text-align: center;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.personal-content {
    background: #f4f7fd;
    height: 1000px;
}

.personal-content-box {
    width: 620px;
    background: #ffffff;
    padding: 30px 50px;
    border-radius: 8px;
    -webkit-box-shadow: -2px 2px 6px 0px #dcdcdc;
    box-shadow: -2px 2px 6px 0px #dcdcdc;
}

    .personal-content-box > div {
        display: none;
        width: 450px;
    }

        .personal-content-box > div.active {
            display: block;
        }

    .personal-content-box span.error {
        margin-left: 130px;
    }

    .personal-content-box #js-hobby-select-error.error {
        margin-left: 0;
    }

.personal-line {
    width: 0;
    height: 3px;
    background: #e62310;
}

.personal-profile {
    width: 250px;
    height: 250px;
    margin-right: 30px;
}

    .personal-profile img {
        border-radius: 50%;
    }

.personal-profile-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
}

.personal-edit {
    position: absolute;
    right: 8px;
    color: #8b8b8b;
    cursor: pointer;
}

    .personal-edit i {
        font-size: 24px;
    }

/*ams csr*/
.csr-banner {
    position: relative;
}

.csr-banner-text {
    position: absolute;
    top: 33%;
    right: 5%;
    color: #fff;
    text-align: right;
}

    .csr-banner-text h1 {
        font-weight: 400;
        font-size: 48px;
        letter-spacing: 8px;
    }

    .csr-banner-text h2 {
        font-weight: 400;
        font-size: 40px;
        letter-spacing: 8px;
    }

.csr-content {
    position: relative;
    background: url("../images/common/ams_csr_map.png") no-repeat center 70px;
}

.csr-horTimes {
    font-size: 0;
    margin-top: 130px;
}

.csr-horTimes-block {
    position: relative;
    display: inline-block;
    margin-right: 100px;
}

.csr-horTimes-circle a {
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 70px;
    font-size: 22px;
}

.csr-horTimes-line-b {
    width: 1px;
    height: 20px;
    background: #182689;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
}

.csr-horTimes-line-t {
    width: 1px;
    height: 20px;
    background: #182689;
    text-align: center;
    position: absolute;
    margin-left: 50%;
    top: -20px;
}

.csr-horTimes-line-r {
    position: absolute;
    width: 100px;
    height: 1px;
    background: #182689;
    text-align: center;
    top: 50%;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
}

.csr-horTimes-text {
    width: 185px;
    height: 80px;
    border-radius: 6px;
    position: absolute;
    display: table;
    -webkit-box-shadow: 0 0 3px 1px #dfdfdf;
    box-shadow: 0 0 3px 1px #dfdfdf;
    font-size: 16px;
    left: 50%;
    margin-left: -92.5px;
    text-align: center;
}

.csr-horTimes-text-t {
    top: -100px;
}

.csr-horTimes-text-b {
    top: 90px;
}

.csr-horTimes-text p {
    display: table-cell;
    vertical-align: middle;
    background: #fff;
}

.csr-verTimes {
    margin-top: 920px;
}

.csr-verTimes-day {
    font-size: 36px;
    padding-top: 108px;
}

.csr-verTimes-day-right {
    text-align: right;
    padding-right: 60px;
}

    .csr-verTimes-day-right ~ .csr-verTimes-content {
        left: -20px;
    }

.csr-verTimes-day-left {
    text-align: left;
    padding-left: 60px;
}

.csr-verTimes-content {
    padding: 50px 20px;
    -webkit-box-shadow: 0 0 2px 1px #dfdfdf;
    box-shadow: 0 0 2px 1px #dfdfdf;
    border-radius: 8px;
    background: #fff;
    text-align: left;
    position: relative;
    left: -36px;
    margin-top: 55px;
}

.csr-verTimes li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .csr-verTimes li > div {
        width: 50%;
        text-align: center;
    }

        .csr-verTimes li > div:first-child {
            background: url("../images/common/ams_crs_v_line.png") no-repeat top right;
        }

        .csr-verTimes li > div.lately:first-child {
            background: url("../images/common/ams_crs_v_line_first.png") no-repeat top right;
        }

            .csr-verTimes li > div.lately:first-child .csr-verTimes-day {
                padding-top: 0;
            }

            .csr-verTimes li > div.lately:first-child .csr-verTimes-content {
                margin-top: 108px;
            }

.csr-cityName {
    position: absolute;
    top: 17%;
    left: 44%;
    color: #e62310;
    font-size: 24px;
    font-weight: 600;
}

/*ams prefecture*/
.prefecture-banner {
    position: relative;
}

.prefecture-text {
    position: absolute;
    right: 8%;
    top: 50%;
    text-align: right;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    color: #ffffff;
}

    .prefecture-text h1 {
        font-weight: 400;
        font-size: 38px;
        letter-spacing: 6px;
    }

.prefecture-business-box {
    padding: 80px 0;
}

.prefecture-business-content {
    position: relative;
    height: 500px;
}

    .prefecture-business-content ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: -140px;
        left: 230px;
    }

    .prefecture-business-content li a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 160px;
        height: 160px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: none;
    }

        .prefecture-business-content li a:hover .prefecture-overlay {
            display: block;
        }

    .prefecture-business-content li i {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block;
        font-style: normal;
        font-size: 24px;
        color: #ffffff;
    }

.prefecture-title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}

.prefecture-shadow {
    -webkit-box-shadow: 0 0 2px #dfdfdf;
    box-shadow: 0 0 2px #dfdfdf;
}

.prefecture-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    color: #ffffff;
    text-align: center;
    line-height: 160px;
    display: none;
}

.prefecture-introduce {
    padding: 80px 100px;
}

.prefecture-introduce-bg {
    background: #f4f7fd;
}

.prefecture-introduce-bar {
    background: #e62310;
    padding: 10px 20px;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 52px;
    left: -49px;
}

.prefecture-subTitle {
    font-size: 24px;
    margin-top: 35px;
}

.prefecture-advantage {
    margin-top: 100px;
}

    .prefecture-advantage ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
    }

        .prefecture-advantage ul li {
            width: 25%;
        }

            .prefecture-advantage ul li h2 {
                margin: 50px 0;
                font-size: 30px;
            }

            .prefecture-advantage ul li p {
                font-size: 16px;
            }

/*productService*/
.productService-banner {
    position: relative;
}

.productService-banner-text {
    position: absolute;
    top: 50%;
    margin-top: -36px;
    left: 10%;
    color: #ffffff;
}

    .productService-banner-text h1 {
        font-weight: 400;
        font-size: 48px;
        letter-spacing: 6px;
    }

.productService-item-text {
    text-align: center;
}

.productService-item h3 {
    font-size: 36px;
}

.productService-item p {
    font-size: 16px;
}

.productService-item .box-shadow {
    padding: 80px 60px;
    -webkit-box-shadow: 0 0 10px 0 #ccc;
    box-shadow: 0 0 10px 0 #ccc;
    width: 400px;
}

.productService-item .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*transportGuide*/
.transportGuide-banner {
    position: relative;
}

.transportGuide-banner-text {
    position: absolute;
    top: 50%;
    margin-top: -85px;
    left: 10%;
    color: #fff;
}

    .transportGuide-banner-text h1 {
        font-weight: 400;
        font-size: 48px;
        letter-spacing: 6px;
    }

.transportGuide-list li {
    padding: 100px 60px;
}

.transportGuide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.transportGuide-item-title h1 {
    font-size: 36px;
    letter-spacing: 8px;
}

    .transportGuide-item-title h1 span {
        font-size: 68px;
        font-family: Arial;
        font-weight: 500;
        position: relative;
        margin-right: 15px;
    }

        .transportGuide-item-title h1 span .circle {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: inline-block;
            position: absolute;
            bottom: 13px;
            left: 20px;
            opacity: 0.8;
        }

.transportGuide-item-title a {
    width: auto;
    margin-left: 60px;
    margin-top: 20px;
}

.transportGuide-subItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .transportGuide-subItem li {
        padding: 0;
    }

        .transportGuide-subItem li a {
            width: 92px;
            height: 92px;
            display: inline-block;
            background-size: cover;
        }

            .transportGuide-subItem li a.tg-v-01 {
                background: url("../images/common/tg-v-01.png") no-repeat;
            }

                .transportGuide-subItem li a.tg-v-01:hover {
                    background: url("../images/common/tg-v-h-01.png") no-repeat;
                }

            .transportGuide-subItem li a.tg-v-02 {
                background: url("../images/common/tg-v-02.png") no-repeat;
            }

                .transportGuide-subItem li a.tg-v-02:hover {
                    background: url("../images/common/tg-v-h-02.png") no-repeat;
                }

            .transportGuide-subItem li a.tg-v-03 {
                background: url("../images/common/tg-v-03.png") no-repeat;
            }

                .transportGuide-subItem li a.tg-v-03:hover {
                    background: url("../images/common/tg-v-h-03.png") no-repeat;
                }

            .transportGuide-subItem li a.tg-v-04 {
                background: url("../images/common/tg-v-04.png") no-repeat;
            }

                .transportGuide-subItem li a.tg-v-04:hover {
                    background: url("../images/common/tg-v-h-04.png") no-repeat;
                }

            .transportGuide-subItem li a.tg-a-01 {
                background: url("../images/common/tg-a-01.png") no-repeat;
            }

                .transportGuide-subItem li a.tg-a-01:hover {
                    background: url("../images/common/tg-a-h-01.png") no-repeat;
                }

            .transportGuide-subItem li a.tg-a-02 {
                background: url("../images/common/tg-a-02.png") no-repeat;
            }

                .transportGuide-subItem li a.tg-a-02:hover {
                    background: url("../images/common/tg-a-h-02.png") no-repeat;
                }

            .transportGuide-subItem li a.tg-a-03 {
                background: url("../images/common/tg-a-03.png") no-repeat;
            }

                .transportGuide-subItem li a.tg-a-03:hover {
                    background: url("../images/common/tg-a-h-03.png") no-repeat;
                }

            .transportGuide-subItem li a.tg-a-04 {
                background: url("../images/common/tg-a-04.png") no-repeat;
            }

                .transportGuide-subItem li a.tg-a-04:hover {
                    background: url("../images/common/tg-a-h-04.png") no-repeat;
                }

/*transportDetails*/
.transportDetails-banner {
    position: relative;
}

.transportDetails-banner-text {
    position: absolute;
    top: 50%;
    margin-top: -85px;
    right: 10%;
    color: #fff;
}

    .transportDetails-banner-text h1 {
        font-weight: 400;
        font-size: 48px;
        letter-spacing: 6px;
    }

.transportDetails-list li {
    padding: 100px 60px;
}

.transportDetails-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.transportDetails-item-title {
    font-size: 16px;
}

    .transportDetails-item-title h2 {
        font-size: 32px;
        letter-spacing: 8px;
        margin-bottom: 15px;
    }

    .transportDetails-item-title p {
        margin-bottom: 10px;
    }

        .transportDetails-item-title p a {
            border-bottom: 1px dashed #182689;
        }

.transportDetails-item-subTitle {
    margin-bottom: 30px;
}

    .transportDetails-item-subTitle h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

/*aboutUs*/
.aboutUs-banner {
    position: relative;
}

.aboutUs-banner-text {
    position: absolute;
    top: 50%;
    margin-top: -85px;
    right: 10%;
    color: #fff;
}

    .aboutUs-banner-text h1 {
        font-weight: 400;
        font-size: 48px;
        letter-spacing: 6px;
    }

.aboutUs-title {
    text-align: center;
}

    .aboutUs-title h1 {
        font-size: 36px;
    }

    .aboutUs-title h3 {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 4px;
        margin: 5px 0 10px;
    }

.aboutUs-home-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px;
}

.aboutUs-home-left h1 {
    font-size: 36px;
}

.aboutUs-home-left h3 {
    font-size: 20px;
    margin: 10px auto 30px;
    font-weight: 500;
}

.aboutUs-home-left-text {
    width: 360px;
    color: #666666;
    font-size: 16px;
}

.aboutUs-home-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.aboutUs-home-right-img:first-child {
    margin-right: 5px;
}

.aboutUs-tearm-box {
    padding: 0;
}

.aboutUs-airline-port {
    padding-top: 60px;
}

.aboutUs-airline-port-box {
    width: 100%;
    height: 100vh;
    min-height: 1065px;
    position: relative;
    background: url("../images/common/world.png") no-repeat center;
    background-size: contain;
}

.aboutUs-airline-port-item {
    position: absolute;
    padding: 15px 30px;
    display: inline-block;
}

    .aboutUs-airline-port-item:hover {
        -webkit-box-shadow: -1px 1px 5px 1px #ccc;
        box-shadow: -1px 1px 5px 1px #ccc;
        border-radius: 8px;
        background: #ffffff;
        z-index: 3;
    }

        .aboutUs-airline-port-item:hover ul {
            display: block;
            background: #ffffff;
        }

    .aboutUs-airline-port-item a {
        color: #182689;
        font-size: 20px;
    }

    .aboutUs-airline-port-item ul {
        display: none;
        margin-top: 10px;
    }

        .aboutUs-airline-port-item ul li {
            margin-bottom: 5px;
        }

.aboutUs-branch {
    padding-top: 60px;
}

.aboutUs-branch-box {
    width: 100%;
    height: 100vh;
    min-height: 1065px;
    position: relative;
    background: url("../images/common/map_bg.png") no-repeat center;
    background-size: contain;
}

.aboutUs-branch-item {
    position: absolute;
    cursor: pointer;
    zoom: 0.7;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

    .aboutUs-branch-item i {
        font-size: 42px;
    }

    .aboutUs-branch-item img:first-child {
        display: block;
    }

    .aboutUs-branch-item img:nth-child(2) {
        display: none;
    }

    .aboutUs-branch-item:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        z-index: 4;
    }

        .aboutUs-branch-item:hover img:first-child {
            display: none;
        }

        .aboutUs-branch-item:hover img:nth-child(2) {
            display: block;
        }

    .aboutUs-branch-item.map_01 {
        top: 681px;
        left: 1094px;
    }

        .aboutUs-branch-item.map_01 .location-cn-01 {
            top: 17%;
            left: 72%;
        }

        .aboutUs-branch-item.map_01 .location-cn-02 {
            top: 34%;
            left: 39%;
        }

        .aboutUs-branch-item.map_01 .location-cn-03 {
            top: 56%;
            left: 49%;
        }

        .aboutUs-branch-item.map_01 .location-cn-04 {
            top: 33%;
            left: 27%;
        }

    .aboutUs-branch-item.map_02 {
        top: 427px;
        left: 1508px;
    }

        .aboutUs-branch-item.map_02 .location-cn-01 {
            top: 13%;
            left: 15%;
        }

        .aboutUs-branch-item.map_02 .location-hk-01 {
            top: 55%;
            left: 30%;
        }

    .aboutUs-branch-item.map_03 {
        top: 503px;
        left: 1265px;
    }

        .aboutUs-branch-item.map_03 .location-cn-01 {
            top: -26%;
            left: 72%;
        }

        .aboutUs-branch-item.map_03 .location-hk-01 {
            top: -1%;
            left: 80%;
        }

    .aboutUs-branch-item.map_04 {
        top: 574px;
        left: 1361px;
    }

        .aboutUs-branch-item.map_04 .location-cn-01 {
            top: 28%;
            left: 15%;
        }

        .aboutUs-branch-item.map_04 .location-cn-02 {
            top: 0;
            left: 42%;
        }

        .aboutUs-branch-item.map_04 .location-cn-03 {
            top: 0;
            left: 52%;
        }

        .aboutUs-branch-item.map_04 .location-cn-04 {
            top: 8%;
            left: 38%;
        }

        .aboutUs-branch-item.map_04 .location-cn-05 {
            top: 7%;
            left: 56%;
        }

        .aboutUs-branch-item.map_04 .location-cn-06 {
            top: 12%;
            left: 47%;
        }

        .aboutUs-branch-item.map_04 .location-hk-01 {
            top: -3%;
            left: 67%;
        }

    .aboutUs-branch-item.map_05 {
        top: 732px;
        left: 1570px;
    }

    .aboutUs-branch-item.map_06 {
        top: 768px;
        left: 1527px;
    }

        .aboutUs-branch-item.map_06 .location-cn-01 {
            top: -42%;
            left: 46%;
        }

        .aboutUs-branch-item.map_06 .location-cn-02 {
            top: 17%;
            left: 27%;
        }

    .aboutUs-branch-item.map_07 {
        top: 907px;
        left: 1350px;
    }

        .aboutUs-branch-item.map_07 .location-cn-01 {
            top: 23%;
            left: 25%;
        }

        .aboutUs-branch-item.map_07 .location-cn-02 {
            top: 2%;
            left: 25%;
        }

        .aboutUs-branch-item.map_07 .location-cn-03 {
            top: 4%;
            left: 38%;
        }

        .aboutUs-branch-item.map_07 .location-cn-04 {
            top: 27%;
            left: 15%;
        }

        .aboutUs-branch-item.map_07 .location-cn-05 {
            top: -21%;
            left: 45%;
        }

        .aboutUs-branch-item.map_07 .location-hk-01 {
            top: -25%;
            left: 33%;
        }

        .aboutUs-branch-item.map_07 .location-hk-02 {
            top: 1%;
            left: 66%;
        }

        .aboutUs-branch-item.map_07 .location-hk-03 {
            top: -3%;
            left: 53%;
        }

    .aboutUs-branch-item.map_08 {
        top: 826px;
        left: 1492px;
    }

        .aboutUs-branch-item.map_08 .location-cn-01 {
            top: 32%;
            left: 12%;
        }

        .aboutUs-branch-item.map_08 .location-cn-02 {
            top: 17%;
            left: 27%;
        }

        .aboutUs-branch-item.map_08 .location-cn-03 {
            top: 19%;
            left: 3px;
        }

        .aboutUs-branch-item.map_08 .location-cn-04 {
            top: -20%;
            left: 35px;
        }

    .aboutUs-branch-item.map_09 {
        top: 649px;
        left: 1454px;
    }

        .aboutUs-branch-item.map_09 .location-cn-01 {
            top: 28%;
            left: 15%;
        }

        .aboutUs-branch-item.map_09 .location-cn-02 {
            top: 0;
            left: 42%;
        }

        .aboutUs-branch-item.map_09 .location-cn-03 {
            top: 10%;
            left: 52%;
        }

        .aboutUs-branch-item.map_09 .location-cn-04 {
            top: 20%;
            left: 52%;
        }

        .aboutUs-branch-item.map_09 .location-cn-05 {
            top: 30%;
            left: 52%;
        }

        .aboutUs-branch-item.map_09 .location-cn-06 {
            top: 40%;
            left: 52%;
        }

        .aboutUs-branch-item.map_09 .location-cn-07 {
            top: 14%;
            left: 34%;
        }

        .aboutUs-branch-item.map_09 .location-cn-08 {
            top: 21%;
            left: 69%;
        }

        .aboutUs-branch-item.map_09 .location-hk-01 {
            top: -10%;
            left: 39%;
        }

        .aboutUs-branch-item.map_09 .location-hk-02 {
            top: 36%;
            left: 66%;
        }

.aboutUs-branch-option-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .aboutUs-branch-option-item label {
        font-size: 22px;
    }

    .aboutUs-branch-option-item > div {
        margin-right: 30px;
    }

.aboutUs-branch-option-location i {
    font-size: 36px;
}

.aboutUs-branch .location-cn {
    position: absolute;
    color: #e62310;
    z-index: 6;
}

.aboutUs-branch .location-hk {
    position: absolute;
    color: #182689;
}

.aboutUs-branch .location-overseas {
    position: absolute;
    color: #4ac0f0;
}

.aboutUs-branch .location-overseas-01 {
    top: 53%;
    left: 54%;
}

.aboutUs-branch .location-overseas-02 {
    top: 50%;
    left: 27%;
}

.aboutUs-branch .location-overseas-03 {
    top: 50%;
    left: 15%;
}

.aboutUs-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 800ms;
    transition: all 800ms;
    visibility: hidden;
    z-index: 6;
}

.aboutUs-modal-box {
    width: 500px;
    padding: 40px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 800ms;
    transition: all 800ms;
    -webkit-transform-origin: center;
    transform-origin: center;
    background: #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.aboutUs-modal-title h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.aboutUs-modal-title p {
    font-size: 36px;
}

.aboutUs-modal-btn {
    margin-top: 30px;
}

    .aboutUs-modal-btn a {
        color: #e62310;
    }

    .aboutUs-modal-btn i {
        display: inline-block;
    }

.aboutUs-modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.aboutUs-modal-close-icon {
    height: 20px;
    width: 20px;
    position: absolute;
    color: rgba(0, 0, 0, 0.87);
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: .6;
    text-align: center;
    font-size: 27px !important;
    line-height: 14px !important;
    z-index: 1;
}

/*join*/
.joinUs-banner {
    position: relative;
}

.joinUs-banner-text {
    position: absolute;
    top: 50%;
    margin-top: -85px;
    left: 10%;
    color: #fff;
}

    .joinUs-banner-text h1 {
        font-weight: 400;
        font-size: 48px;
        letter-spacing: 6px;
    }

.joinUs-title {
    text-align: center;
}

    .joinUs-title h1 {
        font-size: 36px;
    }

    .joinUs-title h3 {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 4px;
        margin: 5px 0 10px;
    }

.joinUs-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 100px 0 200px;
}

    .joinUs-content h2 {
        font-size: 36px;
    }

.joinUs-content-left-title {
    margin-bottom: 30px;
}

.joinUs-content-left-content {
    margin-bottom: 80px;
}

    .joinUs-content-left-content p {
        font-size: 20px;
    }

.joinUs-content-left-btn {
    width: 250px;
}

    .joinUs-content-left-btn a {
        height: 45px;
        line-height: 45px;
    }

.joinUs-content-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
}

    .joinUs-content-right ul li:first-child {
        margin-right: 10px;
    }

/*contact*/
.contact-banner {
    position: relative;
}

.contact-banner-text {
    position: absolute;
    top: 50%;
    margin-top: -85px;
    right: 10%;
    color: #333;
}

    .contact-banner-text h1 {
        font-weight: 400;
        font-size: 48px;
        letter-spacing: 6px;
    }

.contact-title {
    text-align: center;
}

    .contact-title h1 {
        font-size: 36px;
    }

.contact-search {
    padding: 60px 0;
}

.contact-search-title {
    border-bottom: 1px solid #e5e5e5;
}

    .contact-search-title h1 {
        font-size: 48px;
        font-weight: 500;
        letter-spacing: 2px;
    }

.contact-search-bar {
    margin-top: 30px;
}

    .contact-search-bar .search-input {
        width: 360px;
    }

.contact-info-box {
    padding: 60px 0;
}

.contact-info-title {
    border-bottom: 1px solid #e5e5e5;
}

    .contact-info-title h2 {
        font-size: 36px;
        font-weight: 500;
    }

.contact-info-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .contact-info-content ul li {
        border-bottom: 1px solid #e5e5e5;
        padding: 40px;
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .contact-info-content ul li:nth-last-child(1):first-child {
            width: 100%;
        }

        .contact-info-content ul li h3 {
            font-size: 24px;
            margin-bottom: 30px;
        }

        .contact-info-content ul li p {
            font-size: 18px;
        }

.contact-info-112 {
    width: 100% !important;
}

/*error*/
.page-error {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}

    .page-error h1 {
        font-size: 150px;
        font-weight: 400;
    }

    .page-error p {
        margin-bottom: 30px;
        font-size: 26px;
        text-transform: uppercase;
        color: #757575;
    }

.page-error-advise {
    color: #A9AFB5 !important;
    font-size: 16px !important;
}

/*popup*/
.white-popup-block {
    background: #fff;
    width: 600px;
    margin: 0 auto;
    padding: 40px;
    position: relative;
}

.protocol {
    padding: 100px 0;
    width: 1000px;
    margin: 0 auto;
}

    .protocol h1 {
        text-align: center;
        margin-bottom: 60px;
        font-size: 36px;
    }

    .protocol h3 {
        font-size: 18px;
        margin: 30px 0;
    }

    .protocol p {
        font-size: 16px;
    }

.protocol-popup {
    max-height: 1000px;
    overflow: auto;
    padding: 40px 60px;
}
