    .top {
        width: 100%;
        height: 105px;
    }
    
    .box {
        width: 100%;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13) !important;
    }
    
    .globe-nav {
        width: 100%;
        max-width: 1440px;
        margin: auto;
        background: #fff;
        /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13) !important; */
    }
    
    .globe-nav p {
        line-height: 61px;
        font-size: 16px;
        color: #999999;
    }
    
    .globe-nav p span a {
        line-height: 61px;
        font-size: 16px;
        color: #999999;
    }
    /* 全球布局 */
    
    .globe {
        width: 100%;
        background: #f3f3f3;
    }
    
    .globe-map {
        width: 100%;
        padding-top: 73px;
        padding: 73px 243px 0 243px;
    }
    
    .globe-map h3 {
        position: relative;
        font-size: 36px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #313131;
        font-weight: 600;
    }
    
    .globe-map h3::before {
        content: "";
        width: 102px;
        height: 13px;
        background-color: #3d7ad7;
        position: absolute;
        bottom: -54%;
        left: 27.5%;
    }
    
    .globe-map span {
        position: relative;
    }
    
    .globe-map h6 {
        margin-top: 19px;
        font-size: 18px;
        color: #898989;
    }
    .map-nr{
        display: flex;
        justify-content: space-around !important;
    }
    .map-nr p {
        font-size: 24px;
        color: #333333;
        
    }
    
    .map-nr p span {
        font-size: 24px;
        line-height: 48px;
        color: #666666;
    }
    
    .map-nrp {
        color: #666 !important;
        margin-left: 33%;
    }
    
    .globe-ditu {
        width: 100%;
        margin: auto;
        box-sizing: border-box;
        text-align: center;
    }
    .globe-ditu img{
        max-width: 100%;
    }
    .lobe-dit img {
        width: 100%;
    }
    
    .globe-map {
        display: flex;
        justify-content: flex-start;
    }
    .globe-map .map-nrleft p{
        color: #333;
    }
    .globe-map .map-nrright p{
        color: #666;
    }
    .map-nr {
        margin-left: 28%;
    }
    .map-nrp{
        margin-left: 33%;
        font-size: 24px;
        color: #666666;
    }
    @media (max-width:1440px) {
        .globe-nav p {
            padding: 0 3%;
        }
    }
    
    @media (max-width:1199px) {
        .globe-map {
            padding: 3%;
        }
    }
    
    @media (max-width:990px) {}
    
    @media (max-width:767px) {
            .map-nrp{
        margin-left: 0;
        font-size: 14px !important;
    }
        .globe-map {
            display: flex;
            flex-wrap: wrap;
        }
        .globe-map>div {
            width: 100%;
        }
        .globe-map h3 {
            font-size: 26px;
            text-align: center;
        }
        .globe-map h6 {
            font-size: 14px;
            text-align: center;
            margin-top: 3%;
        }
        .globe-map h3::before {
            display: none;
        }
        .map-nr {
            margin-left: 0;
            text-align: center;
            letter-spacing: 4px;
        }
        .map-nr p {
            font-size: 14px;
            margin-top: 2%;
        }
        .map-nr p span {
            font-size: 14px;
            line-height: 32px;
        }
        .globe-nav p {
            font-size: 14px;
        }
        .globe-nav p span a {
            font-size: 14px;
        }
        .map-nr p{
            font-size: 16px;
            margin-bottom: -10px;
            letter-spacing: 1px;
        }
        .map-nr{
            margin-top: 3%;
        }
        .map-nr p{
            margin-top: 0;
        }
        .map-nr{
            display: flex;
            justify-content: center !important;
        }
        .globe-map .map-nrleft p{
            line-height: 28px;
            font-size: 16px;
            /* margin-left: 20%; */
            text-align: left;
            color: #333;
        }
        .map-nr .map-nrright p {
            font-size: 14px;
            /* line-height: 20px; */
            color: #666;
            letter-spacing:1px;
            margin-bottom:0px;
        }
        .map-nr {
            text-align: left;
            margin-left: 0;
            margin-top: 25px;
            display: flex;
            justify-content: center;
        }
    }
    /* 全球布局结束 */