* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

.companyShenzhen-wrapper {
    background-color: #f6f6f6;
    /*min-height: 1390px;*/
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.companyShenzhen-wrapper .companyShenzhen-wrapper-header {
    background: url(/app/images/companyShenzhen/img/sz_02.jpg) no-repeat;
    height: 371px;
    background-size: cover;
    position: relative;
}

.companyShenzhen-wrapper .companyShenzhen-wrapper-header .companyShenzhen-wrapper-title {
    width: 569px;
    height: 147px;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 0 auto;
    padding-top: 21px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
}

.companyShenzhen-wrapper .companyShenzhen-wrapper-header .companyShenzhen-wrapper-title h3 {
    font-size: 24px;
    font-weight: normal;
    color: #0a0a0a;
    text-align: center;
    line-height: 43px;
}

.companyShenzhen-wrapper .companyShenzhen-content-box {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fff;
    width: 100%;
    padding: 18px;
    box-sizing: border-box;
    position: relative;
    top: -117px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    margin-top: 15px;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content .left-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8e8e8e;
    font-size: 14px;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content .left-nav img {
    margin-right: 11px;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content .left-nav .home-link {
    font-size: 14px;
    font-weight: normal;
    color: #8e8e8e;
    text-decoration: none;
    margin: 0 6px;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content .left-nav .current-link {
    font-size: 14px;
    font-weight: normal;
    color: #1c1c1c;
    text-decoration: none;
    margin: 0 6px;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-nav {
    margin-top: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-start;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-nav li {
    font-size: 18px;
    color: #ffffff;
    width: 219px;
    height: 70px;
    background-color: #165c99;
    position: relative;
    padding-left: 35px;
    box-sizing: border-box;
    line-height: 70px;
    margin-right: 24px;
    cursor: pointer;
    border-radius:10px;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-nav li.active {
    background-color: #ff8100;
    border-radius:10px;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-nav li::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-nav li.active::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #ff8100 transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-nav li::after {
    content: ">";
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    right: 20px;
    transform: scaleY(1.5);
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-ul-content .companyShenzhen-content-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    display: none;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-ul-content .companyShenzhen-content-body.active {
    display: flex;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-ul-content .companyShenzhen-content-body .companyShenzhen-content-item {
    padding: 0 20px;
    box-sizing: border-box;
    flex: 1;
    margin-top: 63px;
    flex-basis: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-start;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-ul-content .companyShenzhen-content-body .companyShenzhen-content-item img {
    background-color: #f2f2f2;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 31px;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-ul-content .companyShenzhen-content-body .companyShenzhen-content-item .right-txt {
    max-width: 322px;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-ul-content .companyShenzhen-content-body .companyShenzhen-content-item .right-txt h4 {
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
    color: #000000;
    position: relative;
    margin-bottom: 50px;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-ul-content .companyShenzhen-content-body .companyShenzhen-content-item .right-txt h4::before {
    content: "";
    position: absolute;
    width: 43px;
    height: 5px;
    background-color: #ff8100;
    left: 0;
    top: 37px;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-ul-content .companyShenzhen-content-body .companyShenzhen-content-item .right-txt p {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #000000;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .headquarters-address>h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-top: 57px;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .headquarters-address>p {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    opacity: 0.72;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 57px;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .headquarters-address .map-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #165c99;
    padding: 28px 44px;
    box-sizing: border-box;
    align-items: flex-start;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .headquarters-address .map-info .left-one {
    flex-basis: 40%;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .headquarters-address .map-info .left-one p {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 12px;
    text-align: left;
}
.companyShenzhen-wrapper .companyShenzhen-content-box .headquarters-address .map-info .left-one p:last-child {
    margin-bottom: 0;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .headquarters-address .map-info .right-one {
    flex-basis: 60%;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .headquarters-address .map-info .right-one p {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 12px;
    text-align: left;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express>h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-top: 57px;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express>p {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    opacity: 0.72;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 57px;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express .express-detail-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express .express-detail-info .express-detail-info-item {
    flex: 1;
    background-color: #f2f2f2;
    padding: 0 20px;
    box-sizing: border-box;
    align-items: flex-start;
    min-height: 419px;
    margin-bottom: 50px;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express .express-detail-info .express-detail-info-item:nth-child(2) {
    margin: 0 40px;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express .express-detail-info .express-detail-info-item img {
    width: 57px;
    height: 54px;
    margin: 24px auto 32px;
    display: block;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express .express-detail-info .express-detail-info-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    position: relative;
    margin-bottom: 43px;
    text-align: center;
    position: relative;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express .express-detail-info .express-detail-info-item h3::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 37px;
    width: 43px;
    height: 5px;
    background-color: #ff8100;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express .express-detail-info .express-detail-info-item p {
    margin-bottom: 15px;
    line-height: 28px;
}

.companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express .express-detail-info .express-detail-info-item p span {
    font-weight: bold;
}

@media screen and (max-width:1199px) {
    .companyShenzhen-wrapper {
        background-color: #fff;
        min-height: 13.9rem;
        width: 100%;
        max-width: 19.2rem;
        margin: 0 auto;
    }
    .companyShenzhen-wrapper .companyShenzhen-wrapper-header {
        background: url(/app/images/companyShenzhen/img/sz_02.jpg) no-repeat;
        height: 3.71rem;
        background-size: cover;
        position: relative;
    }
    .companyShenzhen-wrapper .companyShenzhen-wrapper-header .companyShenzhen-wrapper-title {
        width: 5.69rem;
        height: 1.47rem;
        background-color: rgba(255, 255, 255, 0.4);
        margin: 0 auto;
        padding-top: 0.21rem;
        box-sizing: border-box;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0.4rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-wrapper-header .companyShenzhen-wrapper-title h3 {
        font-size: 0.24rem;
        font-weight: normal;
        color: #0a0a0a;
        text-align: center;
        line-height: 0.43rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box {
        border-top-left-radius: 0.2rem;
        border-top-right-radius: 0.2rem;
        background-color: #fff;
        width: 100%;
        padding: 0.18rem;
        box-sizing: border-box;
        position: relative;
        top: -1.17rem;
        max-width: 12rem;
        margin: 0 auto;
        position: relative;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-items: flex-start;
        margin-top: 0.15rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content .left-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #8e8e8e;
        font-size: 0.2rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content .left-nav img {
        margin-right: 0.11rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content .left-nav .home-link {
        font-size: 0.2rem;
        font-weight: normal;
        color: #8e8e8e;
        text-decoration: none;
        margin: 0 0.06rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content .left-nav .current-link {
        font-size: 0.2rem;
        font-weight: normal;
        color: #1c1c1c;
        text-decoration: none;
        margin: 0 0.06rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-nav {
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        justify-content: flex-start;
        overflow-x: scroll;
        height: 1.2rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-nav-box {
        margin-top: 0.5rem;
        height: 0.8rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-nav li {
        font-size: 0.26rem;
        color: #ffffff;
        width: 2.19rem;
        height: 0.7rem;
        background-color: #165c99;
        position: relative;
        padding-left: 0.35rem;
        box-sizing: border-box;
        line-height: 0.7rem;
        margin-right: 0.24rem;
        flex-basis: 100%;
        width: 2.62rem;
        flex: 0 0 50%;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-nav li.active {
        background-color: #ff8100;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-nav li::before {
        content: "";
        width: 0;
        height: 0;
        border-width: 0.1rem;
        border-style: solid;
        position: absolute;
        bottom: -0.2rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-nav li.active::before {
        content: "";
        width: 0;
        height: 0;
        border-width: 0.1rem;
        border-style: solid;
        border-color: #ff8100 transparent transparent transparent;
        position: absolute;
        bottom: -0.2rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-nav li::after {
        content: ">";
        position: absolute;
        font-size: 0.16rem;
        font-weight: bold;
        color: #ffffff;
        right: 0.2rem;
        transform: scaleY(1.5);
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-ul-content .companyShenzhen-content-body {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        display: none;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-ul-content .companyShenzhen-content-body.active {
        display: flex;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-ul-content .companyShenzhen-content-body .companyShenzhen-content-item {
        padding: 0 0.2rem;
        box-sizing: border-box;
        flex: 1;
        margin-top: 0.83rem;
        flex-basis: 50%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        justify-content: flex-start;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-ul-content .companyShenzhen-content-body .companyShenzhen-content-item img {
        width: 1.27rem;
        height: 1.28rem;
        background-color: #f2f2f2;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 0.31rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-ul-content .companyShenzhen-content-body .companyShenzhen-content-item .right-txt {
        max-width: 3.22rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-ul-content .companyShenzhen-content-body .companyShenzhen-content-item .right-txt h4 {
        font-size: 0.26rem;
        font-weight: normal;
        line-height: 0.36rem;
        color: #000000;
        position: relative;
        margin-bottom: 0.5rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-ul-content .companyShenzhen-content-body .companyShenzhen-content-item .right-txt h4::before {
        content: "";
        position: absolute;
        width: 0.43rem;
        height: 0.05rem;
        background-color: #ff8100;
        left: 0;
        top: 0.57rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-ul-content .companyShenzhen-content-body .companyShenzhen-content-item .right-txt p {
        margin-bottom: 0.14rem;
        font-size: 0.22rem;
        line-height: 0.26rem;
        font-weight: normal;
        color: #000000;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-content-ul-content .companyShenzhen-content-body .companyShenzhen-content-item .right-txt p>a{
        font-size: 0.22rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .headquarters-address>h3 {
        font-size: 0.3rem;
        font-weight: bold;
        color: #000000;
        text-align: center;
        margin-top: 0.57rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .headquarters-address>p {
        font-size: 0.2rem;
        font-weight: normal;
        color: #818181;
        text-align: center;
        margin-top: 0.27rem;
        margin-bottom: 0.57rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .headquarters-address .map-info {
        display: block;
        background-color: #165c99;
        padding: 0.28rem 0.44rem;
        box-sizing: border-box;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .headquarters-address .map-info .left-one {

    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .headquarters-address .map-info .left-one p {
        font-size: 0.22rem;
        font-weight: normal;
        color: #ffffff;
        margin-bottom: 0.12rem;
        text-align: left;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .headquarters-address .map-info .left-one p:last-child {
        margin-bottom: 0.12rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .headquarters-address .map-info .right-one {

    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .headquarters-address .map-info .right-one p {
        font-size: 0.22rem;
        font-weight: normal;
        color: #ffffff;
        margin-bottom: 0.12rem;
        text-align: left;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express>h3 {
        font-size: 0.3rem;
        font-weight: bold;
        color: #000000;
        text-align: center;
        margin-top: 0.57rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express>p {
        font-size: 0.22rem;
        font-weight: normal;
        color: #818181;
        text-align: center;
        margin-top: 0.27rem;
        margin-bottom: 0.57rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express .express-detail-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-items: flex-start;
        flex-direction: column;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express .express-detail-info .express-detail-info-item {
        flex: 1;
        background-color: #f2f2f2;
        padding: 0 0.2rem;
        box-sizing: border-box;
        align-items: flex-start;
        min-height: 4.19rem;
        margin-bottom: 0.3rem;
        flex-basis: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express .express-detail-info .express-detail-info-item .txt-b {
        width: 100%;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express .express-detail-info .express-detail-info-item:nth-child(2) {
        margin: 0 0 0.3rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express .express-detail-info .express-detail-info-item img {
        margin: 0.24rem 0.4rem 0.32rem 0;
        display: block;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express .express-detail-info .express-detail-info-item h3 {
        font-size: 0.26rem;
        font-weight: 600;
        color: #000000;
        position: relative;
        margin-bottom: 0.43rem;
        text-align: left;
        position: relative;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express .express-detail-info .express-detail-info-item h3::before {
        content: "";
        position: absolute;
        left: 5%;
        transform: translateX(-50%);
        top: 0.37rem;
        width: 0.43rem;
        height: 0.05rem;
        background-color: #ff8100;
        margin-top:.2rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express .express-detail-info .express-detail-info-item p {
        margin-bottom: 0.15rem;
        line-height: 0.45rem;
        font-size: 0.22rem;
    }
    .companyShenzhen-wrapper .companyShenzhen-content-box .companyShenzhen-express .express-detail-info .express-detail-info-item p>span {
        font-weight: bold;
        font-size:.22rem;
    }
}


/*# sourceMappingURL=companyShenzhen.css.map */