/*大屏幕*/
@media screen and (min-width: 1600px) {
    .bannerDiv {
        width: 100%;
        position: relative;
        user-select: none;
    }

    .bannerDiv .bannerImg {
        width: 100%;
        height: auto;
        display: block;
    }

    .bannerDiv .bannerImgM {
        width: 100%;
        height: auto;
        display: none;
    }

    .bannerDiv .bannerTextDiv {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
        width: 600px;
    }

    .bannerDiv .bannerTextDiv .bannerTextE {
        height: 84px;
        position: relative;
    }

    .bannerDiv .bannerTextDiv .bannerTextED {
        line-height: 84px;
        font-size: 60px;
        font-weight: 600;
        color: #ffffff31;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .bannerDiv .bannerTextDiv .bannerTextEX {
        position: absolute;
        bottom: 0;
        line-height: 56px;
        font-size: 40px;
        font-weight: 400;
        color: #FFFFFF;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .bannerDiv .bannerTextDiv .bannerTextLine {
        width: 120px;
        height: 3px;
        background: #0189FF;
        margin: 16px auto 8px;
    }

    .bannerDiv .bannerTextDiv .bannerTextC {
        line-height: 56px;
        font-size: 36px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
    }

    .barDiv {
        background: #F6F6F6;
    }

    .barDiv .bar {
        width: 1440px;
        margin: auto;
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .barDiv .bar .barLeftDiv {
        display: flex;
        align-items: center;
    }

    .barDiv .bar .barLeftDiv .barIcon {
        width: 30px;
        height: 30px;
        margin-right: 8px;
    }

    .barDiv .bar .barLeftDiv .barText {
        line-height: 18px;
        font-size: 12px;
        font-weight: 400;
        color: #000000;
    }

    .barDiv .bar .barLeftDiv .barText .barTextA {
        color: #1A75BB;
    }

    .barDiv .bar .barRightDiv {
        display: flex;
    }

    .barDiv .bar .barRightDiv .barLink {
        display: block;
        line-height: 16px;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        padding: 22px 46px;
    }

    .barDiv .bar .barRightDiv .barLink.active,
    .barDiv .bar .barRightDiv .barLink:hover {
        color: #fff;
        background: #1A75BB;
    }

    /* 服务体系 */
    .TitleDiv {
        display: flex;
        justify-content: center;
    }

    .TitleDiv .TitleDivC {
        display: flex;
        align-items: center;
        margin: auto;
    }

    .TitleDiv .TitleDivC .titleItem {
        width: 40px;
        height: 4px;
        background: #0189FF;
        border-radius: 4px 4px 4px 4px;
    }

    .TitleDiv .TitleDivC .titleCenter {
        padding: 0 20px;
        line-height: 42px;
        font-size: 30px;
        font-weight: 600;
        color: #333333;
    }

    .zcTitleDiv .TitleDivC .titleItem {
        width: 40px;
        height: 4px;
        background: #fff;
        border-radius: 4px 4px 4px 4px;
    }

    .zcTitleDiv .TitleDivC .titleCenter {
        padding: 0 20px;
        line-height: 42px;
        font-size: 30px;
        font-weight: 600;
        color: #fff;
    }

    .shServiceDiv {
        background: url("../img/bg/service-bg1.jpg") no-repeat;
        background-size: 100% 100%;
        padding: 60px 0 80px;
    }

    .shServiceDiv .shDiv {
        width: 1440px;
        margin: 40px auto 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .shServiceDiv .shBannerDiv {
        display: none;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink {
        padding: 20px;
        min-height: 80px;
        display: flex;
        align-items: center;
        min-width: 240px;
        max-width: 240px;
        cursor: pointer;
        user-select: none;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink.active,
    .shServiceDiv .shDiv .shLeftDiv .shLink:hover {
        background: #F9F9F9;
        box-shadow: 2px 4px 5px 1px rgba(181, 181, 181, 0.16), inset 0px 2px 4px 1px #FFFFFF;
        border-radius: 4px 4px 4px 4px;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink.active .shLinkText,
    .shServiceDiv .shDiv .shLeftDiv .shLink:hover .shLinkText {
        color: rgba(255, 138, 0, 1);
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink.active .shIconY,
    .shServiceDiv .shDiv .shLeftDiv .shLink:hover .shIconY {
        display: block;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink.active .shIcon,
    .shServiceDiv .shDiv .shLeftDiv .shLink:hover .shIcon {
        display: none;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink .shIcon {
        width: 40px;
        height: 40px;
        display: block;
        margin-right: 4px;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink .shIconY {
        width: 40px;
        height: 40px;
        display: none;
        margin-right: 4px;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink .shLinkText {
        line-height: 28px;
        font-size: 20px;
        font-weight: 400;
        color: #333333;
    }

    .shServiceDiv .shDiv .shRightDiv .shImgDiv {
        width: 1140px;
        height: 480px;
        position: relative;
        overflow: hidden;
        display: none;
    }

    .shServiceDiv .shDiv .shRightDiv .shImgDiv .shImg {
        width: 100%;
        height: auto;
        display: block;
    }

    .shServiceDiv .shDiv .shRightDiv .shImgDiv .shImgText {
        padding: 30px;
        line-height: 30px;
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .zcServiceDiv {
        background: url("../img/bg/service-bg2.jpg") no-repeat;
        background-size: 100% 100%;
        padding: 60px 0 50px;
    }

    .zcServiceDiv .zcDiv {
        width: 1440px;
        margin: auto;
    }

    .zcServiceDiv .zcDiv .zcImgDiv {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 40px 100px;
    }

    .zcServiceDiv .zcDiv .zcImgDiv .zcImgLi {
        width: 375px;
        overflow: hidden;
        border-radius: 4px;
    }

    .zcServiceDiv .zcDiv .zcImgDiv .zcImgLi .zcImgC {
        width: 375px;
        height: 210px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .zcServiceDiv .zcDiv .zcImgDiv .zcImgLi .zcImgC:hover .zcImg {
        transform: scale(1.2);
    }

    .zcServiceDiv .zcDiv .zcImgDiv .zcImgLi .zcImgC .zcImg {
        height: 210px;
        display: block;
        transition: 0.7s;
    }

    .zcServiceDiv .zcDiv .zcImgDiv .zcImgLi .zcImgText {
        background: #FFFFFF;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        color: #333333;
        line-height: 30px;
        padding: 15px 0;
    }

    .zcServiceDiv .zcDiv .zcTextDiv {
        text-indent: 2em;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 32px;
    }

    .wdServiceDiv {
        background: url("../img/bg/service-bg3.jpg") no-repeat;
        background-size: 100% 100%;
        padding: 60px 0 56px;
    }

    .wdServiceDiv .wdServiceTitleDiv {
        padding: 0 0 56px;
    }

    .wdServiceDiv .wdImg {
        width: 1063px;
        margin: auto;
        display: block;
    }

    .wdServiceDiv .wdTextDiv {
        padding: 40px 0 0;
    }

    .wdServiceDiv .wdTextDiv .wdText {
        width: 1440px;
        margin: auto;
        font-size: 16px;
        font-weight: 400;
        color: #323231;
        line-height: 48px;
        text-indent: 2em;
    }

    /* 人力资源 */
    .zpResourceDiv {
        background: url("../img/bg/resource-bg1.png") no-repeat;
        background-size: 100% 100%;
        padding: 60px 0 68px;
    }

    .zpResourceDiv .zpDiv {
        width: 1440px;
        margin: 40px auto 0;
        overflow: hidden;
    }

    .zpResourceDiv .zpDiv .zpDivLi {
        width: 400px;
        background: #FFFFFF;
        border-radius: 8px 8px 8px 8px;
        padding: 20px;
        float: left;
        margin-right: 120px;
        margin-bottom: 60px;
        user-select: none;
        cursor: pointer;
        transition: 0.7s;
    }

    .zpResourceDiv .zpDiv .zpDivLi:hover {
        background: rgba(26, 117, 187, 1);
    }

    .zpResourceDiv .zpDiv .zpDivLi:nth-child(3n) {
        margin-right: 0;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiTitle {
        line-height: 40px;
        font-size: 28px;
        font-weight: 600;
        color: #333333;
        transition: 0.7s;
    }

    .zpResourceDiv .zpDiv .zpDivLi:hover .zpDivLiTitle {
        color: #fff;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiItem {
        margin-top: 40px;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiItem .zpDivLiItemC {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiItem .zpDivLiItemC:nth-last-child(1) {
        margin-bottom: 0;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiItem .zpDivLiItemC .zpDivLiItemCLeft {
        line-height: 28px;
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        transition: 0.7s;
    }

    .zpResourceDiv .zpDiv .zpDivLi:hover .zpDivLiItem .zpDivLiItemC .zpDivLiItemCLeft {
        color: #fff;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiItem .zpDivLiItemC .zpDivLiItemCRight {
        line-height: 22px;
        font-size: 16px;
        font-weight: 400;
        color: #0189FF;
        transition: 0.7s;
    }

    .zpResourceDiv .zpDiv .zpDivLi:hover .zpDivLiItem .zpDivLiItemC .zpDivLiItemCRight {
        color: #fff;
    }

    .zpResourceDiv .zpDivBtnDiv {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: auto;
    }

    .zpResourceDiv .zpDivBtnDiv .zpDivBtn {
        line-height: 50px;
        border-radius: 8px 8px 8px 8px;
        border: 1px solid #0189FF;
        padding: 0 56px;
        user-select: none;
        font-size: 24px;
        font-weight: 400;
        color: #0189FF;
    }

    .zpResourceDiv .zpBg {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        /* display: flex; */
        display: none;
        justify-content: center;
        align-items: center;
    }

    .zpResourceDiv .zpBg .zpAlertDiv {
        width: 1440px;
        max-height: 90vh;
        overflow-y: auto;
        background: #FFFFFF;
        border-radius: 16px 16px 16px 16px;
        padding: 40px;
        border: 1px solid #707070;
        position: relative;
    }

    .zpResourceDiv .zpBg .zpAlertDiv::-webkit-scrollbar {
        width: 4px;
        height: 10px;
    }

    .zpResourceDiv .zpBg .zpAlertDiv::-webkit-scrollbar-button {
        background: rgba(0, 0, 0, 0);
    }

    .zpResourceDiv .zpBg .zpAlertDiv::-webkit-scrollbar-track-piece {
        background: #B5B5B5;
    }

    .zpResourceDiv .zpBg .zpAlertDiv::-webkit-scrollbar-thumb {
        background: #707070;
        border-radius: 4px;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertIcon {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 40px;
        top: 40px;
        cursor: pointer;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop {
        padding-bottom: 20px;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopTitle {
        line-height: 56px;
        font-size: 40px;
        font-weight: 600;
        color: #000000;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentLeft {
        display: flex;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentLeft .zpAlertTopContentLeftText {
        border-right: 1px solid rgba(153, 153, 153, 1);
        margin-right: 10px;
        padding-right: 10px;
        line-height: 30px;
        font-size: 20px;
        font-weight: 400;
        color: #999999;

    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentLeft .zpAlertTopContentLeftText:nth-last-child(1) {
        border-right: none;
        margin-right: 0;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentLeft .zpAlertTopContentLeftTextY {
        line-height: 30px;
        font-size: 30px;
        font-weight: 600;
        color: #FF8A00;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentRight {
        flex-shrink: 0;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentRight .zpAlertTopContentLink {
        display: block;
        line-height: 50px;
        background: #0189FF;
        border-radius: 8px 8px 8px 8px;
        padding: 0 32px;
        font-size: 24px;
        font-weight: 400;
        color: #FFFFFF;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertCenter {
        border-top: 1px dashed #E8E9EC;
        border-bottom: 1px dashed #E8E9EC;
        padding: 40px 0;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertCenter .zpAlertCenterTitle {
        line-height: 42px;
        font-size: 30px;
        font-weight: 600;
        color: #333333;
        margin-bottom: 20px;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertCenter .zpAlertCenterContent {
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        line-height: 40px;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertCenter .zpAlertCenterContent .zpAlertCenterContentTitle {
        line-height: 50px;
        font-size: 20px;
        font-weight: 400;
        color: #999999;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertCenter .zpAlertCenterContent .zpAlertCenterContentItem {
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        line-height: 40px;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom {
        padding-top: 40px;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom .zpAlertBottomTitle {
        line-height: 42px;
        font-size: 30px;
        font-weight: 600;
        color: #333333;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom .zpAlertBottomList {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom .zpAlertBottomList .zpAlertBottomLi .zpAlertBottomLiItem {
        line-height: 28px;
        font-size: 20px;
        font-weight: 400;
        color: #999999;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom .zpAlertBottomList .zpAlertBottomLi .zpAlertBottomLiValue {
        line-height: 28px;
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        margin-top: 10px;
    }

    .yrResourceDiv {
        background: url("../img/bg/resource-bg2.jpg") no-repeat;
        background-size: 100% 100%;
        padding: 60px 0 60px;
        min-height: 504px;
    }

    .yrTitleDiv .TitleDivC .titleItem {
        width: 40px;
        height: 4px;
        background: #fff;
        border-radius: 4px 4px 4px 4px;
    }

    .yrTitleDiv .TitleDivC .titleCenter {
        padding: 0 20px;
        line-height: 42px;
        font-size: 30px;
        font-weight: 600;
        color: #fff;
    }

    .yrResourceDiv .yrResourceDivContent {
        margin: 60px auto 0;
        width: 1440px;
    }

    .yrResourceDiv .yrResourceDivContent .yrResourceDivContentText {
        width: 750px;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 48px;
    }

    .ygResourceDiv {
        background: url("../img/bg/resource-bg3.png") no-repeat;
        background-size: 100% 100%;
        padding: 60px 0 68px;
    }

    .ygResourceDiv .ygDiv {
        width: 1208px;
        margin: 40px auto 0;
        overflow: hidden;
    }

    .ygResourceDiv .ygDiv .ygDivLi {
        width: 376px;
        height: 230px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        margin-right: 40px;
        margin-bottom: 40px;
        user-select: none;
        cursor: pointer;
    }

    .ygResourceDiv .ygDiv .ygDivLi:nth-child(3n) {
        margin-right: 0;
    }

    .ygResourceDiv .ygDiv .ygDivLi:hover .ygDivLiImg {
        transform: scale(1.2);
    }

    .ygResourceDiv .ygDiv .ygDivLi .ygDivLiImg {
        height: 230px;
        transition: 0.7s;
    }

    .ygResourceDiv .ygBannerDiv {
        display: none;
    }

    .ygResourceDiv .ygDivBtnDiv {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: auto;
    }

    .ygResourceDiv .ygDivBtnDiv .ygDivBtn {
        line-height: 50px;
        border-radius: 8px 8px 8px 8px;
        border: 1px solid #0189FF;
        padding: 0 56px;
        user-select: none;
        font-size: 24px;
        font-weight: 400;
        color: #0189FF;
    }

    /* 在线留言 */
    .feedbackDiv {
        background: url("../img/bg/feedback.jpg") no-repeat;
        background-size: 100% auto;
        padding: 74px 0 94px;
    }

    .feedbackDiv .feedbackCenter {
        width: 1440px;
        margin: auto;
        padding: 60px 100px 0;
        background: #fff;
        border-radius: 8px 8px 8px 8px;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv {
        width: 50%;
        margin-bottom: 20px;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv.feedbackTextareaDiv {
        width: 100%;
        margin-bottom: 20px;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv .feedbackInputText {
        line-height: 32px;
        font-size: 24px;
        font-weight: 600;
        color: #333333;
        margin-bottom: 10px;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv .feedbackInputContent {
        height: 60px;
        line-height: 60px;
        background: #FFFFFF;
        border-radius: 4px 4px 4px 4px;
        opacity: 1;
        border: 1px solid #E8E9EC;
        display: flex;
        padding: 0 20px;
        align-items: center;
        margin-right: 20px;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv.feedbackTextareaDiv .feedbackInputContent {
        height: 300px;
        align-items: normal;
        padding: 20px;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv .feedbackInputContent .feedbackInputIcon {
        width: 30px;
        height: 30px;
        display: block;
        margin-right: 8px;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv .feedbackInputContent .feedbackInput {
        width: 100%;
        height: 100%;
        line-height: 60px;
        font-size: 16px;
        font-weight: 400;
        color: #999999;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv.feedbackTextareaDiv .feedbackInputContent .feedbackInput {
        outline: none;
        resize: none;
        border: 0;
        appearance: none;
        line-height: 30px;

    }

    .feedbackDiv .feedbackCenter .feedbackBtnDiv {
        display: flex;
        justify-content: center;
    }

    .feedbackDiv .feedbackCenter .feedbackBtnDiv .feedbackBtn {
        line-height: 50px;
        background: #0189FF;
        border-radius: 4px 4px 4px 4px;
        display: block;
        padding: 0 50px;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        cursor: pointer;
    }

    /* 联系我们 */
    .contactDiv {
        position: relative;
    }

    .contactDiv .contactC {
        width: 1440px;
        margin: auto;
        padding: 40px 0 160px;
        display: flex;
    }

    .contactDiv .contactC .contactMain {
        background: #FFFFFF;
        border-radius: 8px 8px 8px 8px;
        padding: 76px 30px 60px;
        position: relative;
        z-index: 2;
    }

    .contactDiv .contactC .contactMain .contactTitle {
        line-height: 50px;
        font-size: 36px;
        font-weight: 600;
        color: #333333;
        margin-bottom: 40px;
    }

    .contactDiv .contactC .contactMain .contactContent .contactContentLi {
        display: flex;
        margin-bottom: 26px;
        align-items: center;
    }

    .contactDiv .contactC .contactMain .contactContent .contactContentLi .contactContentIcon {
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        display: block;
        margin-right: 4px;
    }

    .contactDiv .contactC .contactMain .contactContent .contactContentLi .contactContentText {
        flex: 1;
        line-height: 28px;
        font-size: 20px;
        font-weight: 400;
        color: #999999;
    }

    .contactDiv .contactC .contactMain .contactEwmDiv {
        display: flex;
        align-items: center;
    }

    .contactDiv .contactC .contactMain .contactEwmDiv .contactEwm {
        width: 130px;
        height: 130px;
        display: block;
        flex-shrink: 0;
        margin-right: 20px;
    }

    .contactDiv .contactC .contactMain .contactEwmDiv .contactEwmText {
        flex: 1;
        line-height: 32px;
        font-size: 24px;
        font-weight: 400;
        color: #333333;
    }

    .contactDiv #mapDiv {
        position: absolute !important;
        top: 0;
        width: 100vw;
        height: 100%;
        z-index: 1 !important;
        margin: auto;
    }

    .contactDiv #mapDiv .anchorBL {
        display: none !important;
    }

    /* 产品中心 */
    .productBarOne {
        background: rgba(246, 246, 246, 1);
    }

    .productBarOne .productBarOneC {
        width: 1440px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .productBarOne .productBarOneC .pruductBarOneLeft {
        display: flex;
    }

    .productBarOne .productBarOneC .pruductBarOneLeft .pruductBarOneLi {
        display: block;
        line-height: 60px;
        font-size: 16px;
        font-weight: 600;
        color: #000000;
        padding: 0 40px;
    }

    .productBarOne .productBarOneC .pruductBarOneLeft .pruductBarOneLi.active,
    .productBarOne .productBarOneC .pruductBarOneLeft .pruductBarOneLi:hover {
        background: #1A75BB;
        color: #fff;
    }

    .productBarOne .productBarOneC .pruductBarOneRight .pruductBarOneRightInputDiv {
        width: 290px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 30px 30px 30px 30px;
        border: 1px solid rgba(1, 137, 255, 0.5);
        padding: 0 20px;
        display: flex;
        align-items: center;
    }

    .productBarOne .productBarOneC .pruductBarOneRight .pruductBarOneRightInputDiv .pruductBarOneRightInput {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 12px;
        font-weight: 400;
        color: #000;
        padding-right: 20px;
        flex: 1;
    }

    .productBarOne .productBarOneC .pruductBarOneRight .pruductBarOneRightInputDiv .pruductBarOneRightInput::placeholder {
        color: #E6E6E6;
    }

    .productBarOne .productBarOneC .pruductBarOneRight .pruductBarOneRightInputDiv .pruductBarOneRightIcon {
        flex-shrink: 0;
        width: 20px;
        height: 20px;
    }

    .productBarTwo {
        background: rgba(230, 230, 230, 1);
        position: relative;
        z-index: 1;
    }

    .productBarTwo .productBarTwoC {
        width: 1440px;
        margin: auto;
        display: flex;
        align-items: center;
        padding: 10px 0;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv {
        flex-shrink: 0;
        line-height: 30px;
        height: 30px;
        padding: 0 8px;
        background: #0189FF;
        border-radius: 4px 4px 4px 4px;
        display: flex;
        align-items: center;
        position: relative;
        user-select: none;
        margin-right: 20px;
        cursor: pointer;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectText {
        line-height: 30px;
        font-size: 16px;
        font-weight: 600;
        color: #FFFFFF;
        margin-right: 4px;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectIcon {
        width: 10px;
        height: 10px;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectLiDiv {
        position: absolute;
        left: 0;
        top: 40px;
        background: #fff;
        border-radius: 4px 4px 4px 4px;
        overflow: hidden;
        padding: 8px 0;
        box-shadow: 2px 4px 5px 1px rgba(181, 181, 181, 0.16), inset 0px 2px 4px 1px #FFFFFF;
        display: none;
        z-index: 10;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectLiDiv .productBarTwoSelectLi {
        display: block;
        padding: 0 8px;
        white-space: nowrap;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectLiDiv .productBarTwoSelectLi.active,
    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectLiDiv .productBarTwoSelectLi:hover {
        color: #fff;
        background: #0189FF;
    }

    .productBarTwo .productBarTwoC .productBarTwoSunLiDiv {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .productBarTwo .productBarTwoC .productBarTwoSunLiDiv .productBarTwoSunLi {
        display: block;
        line-height: 20px;
        padding: 0 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-right: 1px solid #B5B5B5;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
    }

    .productBarTwo .productBarTwoC .productBarTwoSunLiDiv .productBarTwoSunLi:nth-last-child(1) {
        border-right: none;
    }

    .productBarTwo .productBarTwoC .productBarTwoSunLiDiv .productBarTwoSunLi.active,
    .productBarTwo .productBarTwoC .productBarTwoSunLiDiv .productBarTwoSunLi:hover {
        color: rgba(26, 117, 187, 1);
    }

    .productDiv {
        width: 1440px;
        margin: auto;
        padding: 60px 0 24px;
        overflow: hidden;
    }

    .productDiv .productDivC {
        overflow: hidden;
    }

    .productDiv .productLi {
        width: 464px;
        float: left;
        margin-right: 24px;
        margin-bottom: 24px;
        user-select: none;
        cursor: pointer;
        border-radius: 4px;
        overflow: hidden;
    }

    .productDiv .productLi:nth-child(3n) {
        margin-right: 0;
    }

    .productDiv .productLi .productLiImgDiv {
        width: 100%;
        height: 290px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .productDiv .productLi .productLiImgDiv .productLiImg {
        height: 290px;
        transition: 0.7s;
    }

    .productDiv .productLi:hover .productLiImgDiv .productLiImg {
        transform: scale(1.2);
    }

    .productDiv .productLi .productLiTextDiv {
        padding: 0 0 0;
        background: #F9F9F9;
    }

    .productDiv .productLi:hover .productLiTextDiv {
        background: #fff;
    }

    .productDiv .productLi .productLiTextDiv .productLiText {
        text-align: center;
        line-height: 22px;
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        padding: 14px;
    }

    .productDiv .productLi:hover .productLiTextDiv .productLiText {
        background: rgba(1, 137, 255, 1);
        color: #fff;
    }

    /* 产品中心 详情 */
    .productContentBar .productContentBarC {
        width: 1440px;
        margin: auto;
        padding: 20px 0;
        display: flex;
        align-items: center;
    }

    .productContentBar .productContentBarC .productContentBarCItem {
        width: 4px;
        height: 16px;
        background: #1A75BB;
        margin-right: 6px;
    }

    .productContentBar .productContentBarC .productContentBarCText {
        line-height: 22px;
        font-size: 16px;
        font-weight: 400;
        color: #666666;
    }

    .productContentBar .productContentBarC .productContentBarCLink {
        line-height: 22px;
        font-size: 16px;
        font-weight: 400;
        color: #666666;
    }

    .productContentDiv {
        width: 1440px;
        margin: auto;
    }

    .productContentDiv .productContentDivTitleDiv {
        padding: 40px 0 0;
        border-bottom: 1px solid rgba(50, 50, 49, 0.5);
    }

    .productContentDiv .productContentDivTitleDiv .productContentDivTitle {
        line-height: 36px;
        font-size: 26px;
        font-weight: 600;
        color: #303030;
        text-align: center;
        margin-bottom: 28px;
    }

    .productContentDiv .productContentDivTitleDiv .productContentDivXinxi {
        padding: 8px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .productContentDiv .productContentDivTitleDiv .productContentDivXinxi .productContentDivXinxiLi {
        line-height: 22px;
        font-size: 16px;
        font-weight: 400;
        color: #666666;
        margin-right: 40px;
    }

    .productContentDiv .productContentDivTitleDiv .productContentDivXinxi .productContentDivXinxiLi:nth-last-child(1) {
        margin-right: 0;
    }

    .productContentDiv .productContentMain {
        padding: 28px 0 60px;
        margin: auto;
        line-height: 22px;
        font-size: 16px;
        font-weight: 400;
        color: #666666;
        width: 706px;
    }

    .productContentDiv .productContentMain img {
        width: 100%;
        display: block;
    }

    .productContentDiv .productContentBottom {
        border-top: 1px solid rgba(50, 50, 49, 0.5);
    }

    .productContentDiv .productContentBottom .productContentBottomLinkDiv {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0 60px;
    }

    .productContentDiv .productContentBottom .productContentBottomLinkDiv .productContentBottomLinkC {
        line-height: 24px;
        font-size: 18px;
        font-weight: 400;
        color: #666666;
    }

    .productContentDiv .productContentBottom .productContentBottomLinkDiv .productContentBottomLinkC .productContentBottomLink {
        line-height: 24px;
        font-size: 18px;
        font-weight: 400;
        color: #666666;
    }

    .productContentDiv .productContentBottom .productContentBottomBackDiv {
        padding-bottom: 60px;
        display: flex;
        justify-content: center;
    }

    .productContentDiv .productContentBottom .productContentBottomBackDiv .productContentBottomBack {
        display: block;
        line-height: 44px;
        background: #5D9FF6;
        border-radius: 8px 8px 8px 8px;
        padding: 0 35px;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
    }
}

/*小屏幕*/
@media (max-width: 1599.904px) and (min-width: 1279px) {
    .bannerDiv {
        width: 100%;
        position: relative;
        user-select: none;
    }

    .bannerDiv .bannerImg {
        width: 100%;
        height: auto;
        display: block;
    }

    .bannerDiv .bannerImgM {
        width: 100%;
        height: auto;
        display: none;
    }

    .bannerDiv .bannerTextDiv {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
        width: 600px;
    }

    .bannerDiv .bannerTextDiv .bannerTextE {
        height: 84px;
        position: relative;
    }

    .bannerDiv .bannerTextDiv .bannerTextED {
        line-height: 84px;
        font-size: 60px;
        font-weight: 600;
        color: #ffffff31;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .bannerDiv .bannerTextDiv .bannerTextEX {
        position: absolute;
        bottom: 0;
        line-height: 56px;
        font-size: 40px;
        font-weight: 400;
        color: #FFFFFF;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .bannerDiv .bannerTextDiv .bannerTextLine {
        width: 120px;
        height: 3px;
        background: #0189FF;
        margin: 16px auto 8px;
    }

    .bannerDiv .bannerTextDiv .bannerTextC {
        line-height: 56px;
        font-size: 36px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
    }

    .barDiv {
        background: #F6F6F6;
    }

    .barDiv .bar {
        width: 1200px;
        margin: auto;
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .barDiv .bar .barLeftDiv {
        display: flex;
        align-items: center;
    }

    .barDiv .bar .barLeftDiv .barIcon {
        width: 30px;
        height: 30px;
        margin-right: 8px;
    }

    .barDiv .bar .barLeftDiv .barText {
        line-height: 18px;
        font-size: 12px;
        font-weight: 400;
        color: #000000;
    }

    .barDiv .bar .barLeftDiv .barText .barTextA {
        color: #1A75BB;
    }

    .barDiv .bar .barRightDiv {
        display: flex;
    }

    .barDiv .bar .barRightDiv .barLink {
        display: block;
        line-height: 16px;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        padding: 22px 46px;
    }

    .barDiv .bar .barRightDiv .barLink.active,
    .barDiv .bar .barRightDiv .barLink:hover {
        color: #fff;
        background: #1A75BB;
    }

    /* 服务体系 */
    .TitleDiv {
        display: flex;
        justify-content: center;
    }

    .TitleDiv .TitleDivC {
        display: flex;
        align-items: center;
        margin: auto;
    }

    .TitleDiv .TitleDivC .titleItem {
        width: 40px;
        height: 4px;
        background: #0189FF;
        border-radius: 4px 4px 4px 4px;
    }

    .TitleDiv .TitleDivC .titleCenter {
        padding: 0 20px;
        line-height: 42px;
        font-size: 30px;
        font-weight: 600;
        color: #333333;
    }

    .zcTitleDiv .TitleDivC .titleItem {
        width: 40px;
        height: 4px;
        background: #fff;
        border-radius: 4px 4px 4px 4px;
    }

    .zcTitleDiv .TitleDivC .titleCenter {
        padding: 0 20px;
        line-height: 42px;
        font-size: 30px;
        font-weight: 600;
        color: #fff;
    }

    .shServiceDiv {
        background: url("../img/bg/service-bg1.jpg") no-repeat;
        background-size: 100% 100%;
        padding: 60px 0 80px;
    }

    .shServiceDiv .shDiv {
        width: 1200px;
        margin: 40px auto 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .shServiceDiv .shBannerDiv {
        display: none;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink {
        padding: 10px;
        min-height: 66px;
        display: flex;
        align-items: center;
        min-width: 200px;
        max-width: 200px;
        cursor: pointer;
        user-select: none;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink.active,
    .shServiceDiv .shDiv .shLeftDiv .shLink:hover {
        background: #F9F9F9;
        box-shadow: 2px 4px 5px 1px rgba(181, 181, 181, 0.16), inset 0px 2px 4px 1px #FFFFFF;
        border-radius: 4px 4px 4px 4px;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink.active .shLinkText,
    .shServiceDiv .shDiv .shLeftDiv .shLink:hover .shLinkText {
        color: rgba(255, 138, 0, 1);
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink.active .shIconY,
    .shServiceDiv .shDiv .shLeftDiv .shLink:hover .shIconY {
        display: block;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink.active .shIcon,
    .shServiceDiv .shDiv .shLeftDiv .shLink:hover .shIcon {
        display: none;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink .shIcon {
        width: 40px;
        height: 40px;
        display: block;
        margin-right: 4px;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink .shIconY {
        width: 40px;
        height: 40px;
        display: none;
        margin-right: 4px;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink .shLinkText {
        line-height: 28px;
        font-size: 20px;
        font-weight: 400;
        color: #333333;
    }

    .shServiceDiv .shDiv .shRightDiv .shImgDiv {
        width: 980px;
        height: 412px;
        position: relative;
        overflow: hidden;
        display: none;
    }

    .shServiceDiv .shDiv .shRightDiv .shImgDiv .shImg {
        width: 100%;
        height: auto;
        display: block;
    }

    .shServiceDiv .shDiv .shRightDiv .shImgDiv .shImgText {
        padding: 30px;
        line-height: 30px;
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .zcServiceDiv {
        background: url("../img/bg/service-bg2.jpg") no-repeat;
        background-size: 100% 100%;
        padding: 60px 0 50px;
    }

    .zcServiceDiv .zcDiv {
        width: 1200px;
        margin: auto;
    }

    .zcServiceDiv .zcDiv .zcImgDiv {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 40px 0;
    }

    .zcServiceDiv .zcDiv .zcImgDiv .zcImgLi {
        width: 375px;
        overflow: hidden;
        border-radius: 4px;
    }

    .zcServiceDiv .zcDiv .zcImgDiv .zcImgLi .zcImgC {
        width: 375px;
        height: 210px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .zcServiceDiv .zcDiv .zcImgDiv .zcImgLi .zcImgC:hover .zcImg {
        transform: scale(1.2);
    }

    .zcServiceDiv .zcDiv .zcImgDiv .zcImgLi .zcImgC .zcImg {
        height: 210px;
        display: block;
        transition: 0.7s;
    }

    .zcServiceDiv .zcDiv .zcImgDiv .zcImgLi .zcImgText {
        background: #FFFFFF;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        color: #333333;
        line-height: 30px;
        padding: 15px 0;
    }

    .zcServiceDiv .zcDiv .zcTextDiv {
        text-indent: 2em;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 32px;
    }

    .wdServiceDiv {
        background: url("../img/bg/service-bg3.jpg") no-repeat;
        background-size: 100% 100%;
        padding: 60px 0 56px;
    }

    .wdServiceDiv .wdServiceTitleDiv {
        padding: 0 0 56px;
    }

    .wdServiceDiv .wdImg {
        width: 1063px;
        margin: auto;
        display: block;
    }

    .wdServiceDiv .wdTextDiv {
        padding: 40px 0 0;
    }

    .wdServiceDiv .wdTextDiv .wdText {
        width: 1200px;
        margin: auto;
        font-size: 16px;
        font-weight: 400;
        color: #323231;
        line-height: 48px;
        text-indent: 2em;
    }

    /* 人力资源 */
    .zpResourceDiv {
        background: url("../img/bg/resource-bg1.png") no-repeat;
        background-size: 100% 100%;
        padding: 60px 0 68px;
    }

    .zpResourceDiv .zpDiv {
        width: 1200px;
        margin: 40px auto 0;
        overflow: hidden;
    }

    .zpResourceDiv .zpDiv .zpDivLi {
        width: 376px;
        background: #FFFFFF;
        border-radius: 8px 8px 8px 8px;
        padding: 20px;
        float: left;
        margin-right: 36px;
        margin-bottom: 36px;
        user-select: none;
        cursor: pointer;
        transition: 0.7s;
    }

    .zpResourceDiv .zpDiv .zpDivLi:hover {
        background: rgba(26, 117, 187, 1);
    }

    .zpResourceDiv .zpDiv .zpDivLi:nth-child(3n) {
        margin-right: 0;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiTitle {
        line-height: 40px;
        font-size: 28px;
        font-weight: 600;
        color: #333333;
        transition: 0.7s;
    }

    .zpResourceDiv .zpDiv .zpDivLi:hover .zpDivLiTitle {
        color: #fff;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiItem {
        margin-top: 40px;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiItem .zpDivLiItemC {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiItem .zpDivLiItemC:nth-last-child(1) {
        margin-bottom: 0;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiItem .zpDivLiItemC .zpDivLiItemCLeft {
        line-height: 28px;
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        transition: 0.7s;
    }

    .zpResourceDiv .zpDiv .zpDivLi:hover .zpDivLiItem .zpDivLiItemC .zpDivLiItemCLeft {
        color: #fff;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiItem .zpDivLiItemC .zpDivLiItemCRight {
        line-height: 22px;
        font-size: 16px;
        font-weight: 400;
        color: #0189FF;
        transition: 0.7s;
    }

    .zpResourceDiv .zpDiv .zpDivLi:hover .zpDivLiItem .zpDivLiItemC .zpDivLiItemCRight {
        color: #fff;
    }

    .zpResourceDiv .zpDivBtnDiv {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: auto;
    }

    .zpResourceDiv .zpDivBtnDiv .zpDivBtn {
        line-height: 50px;
        border-radius: 8px 8px 8px 8px;
        border: 1px solid #0189FF;
        padding: 0 56px;
        user-select: none;
        font-size: 24px;
        font-weight: 400;
        color: #0189FF;
    }

    .zpResourceDiv .zpBg {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        /* display: flex; */
        display: none;
        justify-content: center;
        align-items: center;
    }

    .zpResourceDiv .zpBg .zpAlertDiv {
        width: 1200px;
        max-height: 90vh;
        overflow-y: auto;
        background: #FFFFFF;
        border-radius: 16px 16px 16px 16px;
        padding: 40px;
        border: 1px solid #707070;
        position: relative;
    }

    .zpResourceDiv .zpBg .zpAlertDiv::-webkit-scrollbar {
        width: 4px;
        height: 10px;
    }

    .zpResourceDiv .zpBg .zpAlertDiv::-webkit-scrollbar-button {
        background: rgba(0, 0, 0, 0);
    }

    .zpResourceDiv .zpBg .zpAlertDiv::-webkit-scrollbar-track-piece {
        background: #B5B5B5;
    }

    .zpResourceDiv .zpBg .zpAlertDiv::-webkit-scrollbar-thumb {
        background: #707070;
        border-radius: 4px;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertIcon {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 40px;
        top: 40px;
        cursor: pointer;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop {
        padding-bottom: 20px;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopTitle {
        line-height: 56px;
        font-size: 40px;
        font-weight: 600;
        color: #000000;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentLeft {
        display: flex;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentLeft .zpAlertTopContentLeftText {
        border-right: 1px solid rgba(153, 153, 153, 1);
        margin-right: 10px;
        padding-right: 10px;
        line-height: 30px;
        font-size: 20px;
        font-weight: 400;
        color: #999999;

    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentLeft .zpAlertTopContentLeftText:nth-last-child(1) {
        border-right: none;
        margin-right: 0;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentLeft .zpAlertTopContentLeftTextY {
        line-height: 30px;
        font-size: 30px;
        font-weight: 600;
        color: #FF8A00;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentRight {
        flex-shrink: 0;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentRight .zpAlertTopContentLink {
        display: block;
        line-height: 50px;
        background: #0189FF;
        border-radius: 8px 8px 8px 8px;
        padding: 0 32px;
        font-size: 24px;
        font-weight: 400;
        color: #FFFFFF;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertCenter {
        border-top: 1px dashed #E8E9EC;
        border-bottom: 1px dashed #E8E9EC;
        padding: 40px 0;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertCenter .zpAlertCenterTitle {
        line-height: 42px;
        font-size: 30px;
        font-weight: 600;
        color: #333333;
        margin-bottom: 20px;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertCenter .zpAlertCenterContent {
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        line-height: 40px;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertCenter .zpAlertCenterContent .zpAlertCenterContentTitle {
        line-height: 50px;
        font-size: 20px;
        font-weight: 400;
        color: #999999;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertCenter .zpAlertCenterContent .zpAlertCenterContentItem {
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        line-height: 40px;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom {
        padding-top: 40px;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom .zpAlertBottomTitle {
        line-height: 42px;
        font-size: 30px;
        font-weight: 600;
        color: #333333;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom .zpAlertBottomList {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom .zpAlertBottomList .zpAlertBottomLi .zpAlertBottomLiItem {
        line-height: 28px;
        font-size: 20px;
        font-weight: 400;
        color: #999999;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom .zpAlertBottomList .zpAlertBottomLi .zpAlertBottomLiValue {
        line-height: 28px;
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        margin-top: 10px;
    }

    .yrResourceDiv {
        background: url("../img/bg/resource-bg2.jpg") no-repeat;
        background-size: 100% 100%;
        padding: 60px 0 60px;
        min-height: 504px;
    }

    .yrTitleDiv .TitleDivC .titleItem {
        width: 40px;
        height: 4px;
        background: #fff;
        border-radius: 4px 4px 4px 4px;
    }

    .yrTitleDiv .TitleDivC .titleCenter {
        padding: 0 20px;
        line-height: 42px;
        font-size: 30px;
        font-weight: 600;
        color: #fff;
    }

    .yrResourceDiv .yrResourceDivContent {
        margin: 60px auto 0;
        width: 1200px;
    }

    .yrResourceDiv .yrResourceDivContent .yrResourceDivContentText {
        width: 750px;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 48px;
    }

    .ygResourceDiv {
        background: url("../img/bg/resource-bg3.png") no-repeat;
        background-size: 100% 100%;
        padding: 60px 0 68px;
    }

    .ygResourceDiv .ygDiv {
        width: 1200px;
        margin: 40px auto 0;
        overflow: hidden;
    }

    .ygResourceDiv .ygDiv .ygDivLi {
        width: 376px;
        height: 230px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        margin-right: 36px;
        margin-bottom: 40px;
        user-select: none;
        cursor: pointer;
    }

    .ygResourceDiv .ygDiv .ygDivLi:nth-child(3n) {
        margin-right: 0;
    }

    .ygResourceDiv .ygDiv .ygDivLi:hover .ygDivLiImg {
        transform: scale(1.2);
    }

    .ygResourceDiv .ygDiv .ygDivLi .ygDivLiImg {
        height: 230px;
        transition: 0.7s;
    }

    .ygResourceDiv .ygBannerDiv {
        display: none;
    }

    .ygResourceDiv .ygDivBtnDiv {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: auto;
    }

    .ygResourceDiv .ygDivBtnDiv .ygDivBtn {
        line-height: 50px;
        border-radius: 8px 8px 8px 8px;
        border: 1px solid #0189FF;
        padding: 0 56px;
        user-select: none;
        font-size: 24px;
        font-weight: 400;
        color: #0189FF;
    }

    /* 在线留言 */
    .feedbackDiv {
        background: url("../img/bg/feedback.jpg") no-repeat;
        background-size: 100% auto;
        padding: 74px 0 94px;
    }

    .feedbackDiv .feedbackCenter {
        width: 1200px;
        margin: auto;
        padding: 60px 100px 0;
        background: #fff;
        border-radius: 8px 8px 8px 8px;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv {
        width: 50%;
        margin-bottom: 20px;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv.feedbackTextareaDiv {
        width: 100%;
        margin-bottom: 20px;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv .feedbackInputText {
        line-height: 32px;
        font-size: 24px;
        font-weight: 600;
        color: #333333;
        margin-bottom: 10px;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv .feedbackInputContent {
        height: 60px;
        line-height: 60px;
        background: #FFFFFF;
        border-radius: 4px 4px 4px 4px;
        opacity: 1;
        border: 1px solid #E8E9EC;
        display: flex;
        padding: 0 20px;
        align-items: center;
        margin-right: 20px;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv.feedbackTextareaDiv .feedbackInputContent {
        height: 300px;
        align-items: normal;
        padding: 20px;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv .feedbackInputContent .feedbackInputIcon {
        width: 30px;
        height: 30px;
        display: block;
        margin-right: 8px;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv .feedbackInputContent .feedbackInput {
        width: 100%;
        height: 100%;
        line-height: 60px;
        font-size: 16px;
        font-weight: 400;
        color: #999999;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv.feedbackTextareaDiv .feedbackInputContent .feedbackInput {
        outline: none;
        resize: none;
        border: 0;
        appearance: none;
        line-height: 30px;

    }

    .feedbackDiv .feedbackCenter .feedbackBtnDiv {
        display: flex;
        justify-content: center;
    }

    .feedbackDiv .feedbackCenter .feedbackBtnDiv .feedbackBtn {
        line-height: 50px;
        background: #0189FF;
        border-radius: 4px 4px 4px 4px;
        display: block;
        padding: 0 50px;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        cursor: pointer;
    }

    /* 联系我们 */
    .contactDiv {
        position: relative;
    }

    .contactDiv .contactC {
        width: 1200px;
        margin: auto;
        padding: 40px 0 160px;
        display: flex;
    }

    .contactDiv .contactC .contactMain {
        background: #FFFFFF;
        border-radius: 8px 8px 8px 8px;
        padding: 76px 30px 60px;
        position: relative;
        z-index: 2;
    }

    .contactDiv .contactC .contactMain .contactTitle {
        line-height: 50px;
        font-size: 36px;
        font-weight: 600;
        color: #333333;
        margin-bottom: 40px;
    }

    .contactDiv .contactC .contactMain .contactContent .contactContentLi {
        display: flex;
        margin-bottom: 26px;
        align-items: center;
    }

    .contactDiv .contactC .contactMain .contactContent .contactContentLi .contactContentIcon {
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        display: block;
        margin-right: 4px;
    }

    .contactDiv .contactC .contactMain .contactContent .contactContentLi .contactContentText {
        flex: 1;
        line-height: 28px;
        font-size: 20px;
        font-weight: 400;
        color: #999999;
    }

    .contactDiv .contactC .contactMain .contactEwmDiv {
        display: flex;
        align-items: center;
    }

    .contactDiv .contactC .contactMain .contactEwmDiv .contactEwm {
        width: 130px;
        height: 130px;
        display: block;
        flex-shrink: 0;
        margin-right: 20px;
    }

    .contactDiv .contactC .contactMain .contactEwmDiv .contactEwmText {
        flex: 1;
        line-height: 32px;
        font-size: 24px;
        font-weight: 400;
        color: #333333;
    }

    .contactDiv #mapDiv {
        position: absolute !important;
        top: 0;
        width: 100vw;
        height: 100%;
        z-index: 1 !important;
        margin: auto;
    }

    .contactDiv #mapDiv .anchorBL {
        display: none !important;
    }

    /* 产品中心 */
    .productBarOne {
        background: rgba(246, 246, 246, 1);
    }

    .productBarOne .productBarOneC {
        width: 1200px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .productBarOne .productBarOneC .pruductBarOneLeft {
        display: flex;
    }

    .productBarOne .productBarOneC .pruductBarOneLeft .pruductBarOneLi {
        display: block;
        line-height: 60px;
        font-size: 16px;
        font-weight: 600;
        color: #000000;
        padding: 0 40px;
    }

    .productBarOne .productBarOneC .pruductBarOneLeft .pruductBarOneLi.active,
    .productBarOne .productBarOneC .pruductBarOneLeft .pruductBarOneLi:hover {
        background: #1A75BB;
        color: #fff;
    }

    .productBarOne .productBarOneC .pruductBarOneRight .pruductBarOneRightInputDiv {
        width: 290px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 30px 30px 30px 30px;
        border: 1px solid rgba(1, 137, 255, 0.5);
        padding: 0 20px;
        display: flex;
        align-items: center;
    }

    .productBarOne .productBarOneC .pruductBarOneRight .pruductBarOneRightInputDiv .pruductBarOneRightInput {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 12px;
        font-weight: 400;
        color: #000;
        padding-right: 20px;
        flex: 1;
    }

    .productBarOne .productBarOneC .pruductBarOneRight .pruductBarOneRightInputDiv .pruductBarOneRightInput::placeholder {
        color: #E6E6E6;
    }

    .productBarOne .productBarOneC .pruductBarOneRight .pruductBarOneRightInputDiv .pruductBarOneRightIcon {
        flex-shrink: 0;
        width: 20px;
        height: 20px;
    }

    .productBarTwo {
        background: rgba(230, 230, 230, 1);
        position: relative;
        z-index: 1;
    }

    .productBarTwo .productBarTwoC {
        width: 1200px;
        margin: auto;
        display: flex;
        align-items: center;
        padding: 10px 0;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv {
        flex-shrink: 0;
        line-height: 30px;
        height: 30px;
        padding: 0 8px;
        background: #0189FF;
        border-radius: 4px 4px 4px 4px;
        display: flex;
        align-items: center;
        position: relative;
        user-select: none;
        margin-right: 20px;
        cursor: pointer;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectText {
        line-height: 30px;
        font-size: 16px;
        font-weight: 600;
        color: #FFFFFF;
        margin-right: 4px;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectIcon {
        width: 10px;
        height: 10px;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectLiDiv {
        position: absolute;
        left: 0;
        top: 40px;
        background: #fff;
        border-radius: 4px 4px 4px 4px;
        overflow: hidden;
        padding: 8px 0;
        box-shadow: 2px 4px 5px 1px rgba(181, 181, 181, 0.16), inset 0px 2px 4px 1px #FFFFFF;
        display: none;
        z-index: 10;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectLiDiv .productBarTwoSelectLi {
        display: block;
        padding: 0 8px;
        white-space: nowrap;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectLiDiv .productBarTwoSelectLi.active,
    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectLiDiv .productBarTwoSelectLi:hover {
        color: #fff;
        background: #0189FF;
    }

    .productBarTwo .productBarTwoC .productBarTwoSunLiDiv {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .productBarTwo .productBarTwoC .productBarTwoSunLiDiv .productBarTwoSunLi {
        display: block;
        line-height: 20px;
        padding: 0 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-right: 1px solid #B5B5B5;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
    }

    .productBarTwo .productBarTwoC .productBarTwoSunLiDiv .productBarTwoSunLi:nth-last-child(1) {
        border-right: none;
    }

    .productBarTwo .productBarTwoC .productBarTwoSunLiDiv .productBarTwoSunLi.active,
    .productBarTwo .productBarTwoC .productBarTwoSunLiDiv .productBarTwoSunLi:hover {
        color: rgba(26, 117, 187, 1);
    }

    .productDiv {
        width: 1200px;
        margin: auto;
        padding: 60px 0 24px;
        overflow: hidden;
    }

    .productDiv .productDivC {
        overflow: hidden;
    }

    .productDiv .productLi {
        width: 376px;
        float: left;
        margin-right: 24px;
        margin-bottom: 24px;
        user-select: none;
        cursor: pointer;
        border-radius: 4px;
        overflow: hidden;
    }

    .productDiv .productLi:nth-child(3n) {
        margin-right: 0;
    }

    .productDiv .productLi .productLiImgDiv {
        width: 100%;
        height: 235px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .productDiv .productLi .productLiImgDiv .productLiImg {
        height: 235px;
        transition: 0.7s;
    }

    .productDiv .productLi:hover .productLiImgDiv .productLiImg {
        transform: scale(1.2);
    }

    .productDiv .productLi .productLiTextDiv {
        padding: 0 0 0;
        background: #F9F9F9;
    }

    .productDiv .productLi:hover .productLiTextDiv {
        background: #fff;
    }

    .productDiv .productLi .productLiTextDiv .productLiText {
        text-align: center;
        line-height: 22px;
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        padding: 14px;
    }

    .productDiv .productLi:hover .productLiTextDiv .productLiText {
        background: rgba(1, 137, 255, 1);
        color: #fff;
    }

    /* 产品中心 详情 */
    .productContentBar .productContentBarC {
        width: 1200px;
        margin: auto;
        padding: 20px 0;
        display: flex;
        align-items: center;
    }

    .productContentBar .productContentBarC .productContentBarCItem {
        width: 4px;
        height: 16px;
        background: #1A75BB;
        margin-right: 6px;
    }

    .productContentBar .productContentBarC .productContentBarCText {
        line-height: 22px;
        font-size: 16px;
        font-weight: 400;
        color: #666666;
    }

    .productContentBar .productContentBarC .productContentBarCLink {
        line-height: 22px;
        font-size: 16px;
        font-weight: 400;
        color: #666666;
    }

    .productContentDiv {
        width: 1200px;
        margin: auto;
    }

    .productContentDiv .productContentDivTitleDiv {
        padding: 40px 0 0;
        border-bottom: 1px solid rgba(50, 50, 49, 0.5);
    }

    .productContentDiv .productContentDivTitleDiv .productContentDivTitle {
        line-height: 36px;
        font-size: 26px;
        font-weight: 600;
        color: #303030;
        text-align: center;
        margin-bottom: 28px;
    }

    .productContentDiv .productContentDivTitleDiv .productContentDivXinxi {
        padding: 8px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .productContentDiv .productContentDivTitleDiv .productContentDivXinxi .productContentDivXinxiLi {
        line-height: 22px;
        font-size: 16px;
        font-weight: 400;
        color: #666666;
        margin-right: 40px;
    }

    .productContentDiv .productContentDivTitleDiv .productContentDivXinxi .productContentDivXinxiLi:nth-last-child(1) {
        margin-right: 0;
    }

    .productContentDiv .productContentMain {
        padding: 28px 0 60px;
        margin: auto;
        line-height: 22px;
        font-size: 16px;
        font-weight: 400;
        color: #666666;
        width: 706px;
    }

    .productContentDiv .productContentMain img {
        width: 100%;
        display: block;
    }

    .productContentDiv .productContentBottom {
        border-top: 1px solid rgba(50, 50, 49, 0.5);
    }

    .productContentDiv .productContentBottom .productContentBottomLinkDiv {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0 60px;
    }

    .productContentDiv .productContentBottom .productContentBottomLinkDiv .productContentBottomLinkC {
        line-height: 24px;
        font-size: 18px;
        font-weight: 400;
        color: #666666;
    }

    .productContentDiv .productContentBottom .productContentBottomLinkDiv .productContentBottomLinkC .productContentBottomLink {
        line-height: 24px;
        font-size: 18px;
        font-weight: 400;
        color: #666666;
    }

    .productContentDiv .productContentBottom .productContentBottomBackDiv {
        padding-bottom: 60px;
        display: flex;
        justify-content: center;
    }

    .productContentDiv .productContentBottom .productContentBottomBackDiv .productContentBottomBack {
        display: block;
        line-height: 44px;
        background: #5D9FF6;
        border-radius: 8px 8px 8px 8px;
        padding: 0 35px;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
    }
}

/*平板*/
@media (max-width: 1279px) and (min-width: 820.9px) {

    .bannerDiv {
        width: 100%;
        position: relative;
        user-select: none;
    }

    .bannerDiv .bannerImg {
        width: 100%;
        height: auto;
        display: block;
    }

    .bannerDiv .bannerImgM {
        width: 100%;
        height: auto;
        display: none;
    }

    .bannerDiv .bannerTextDiv {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
        width: 7.5rem;
    }

    .bannerDiv .bannerTextDiv .bannerTextE {
        height: 1.05rem;
        position: relative;
    }

    .bannerDiv .bannerTextDiv .bannerTextED {
        line-height: 1.05rem;
        font-size: .75rem;
        font-weight: 600;
        color: #ffffff31;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .bannerDiv .bannerTextDiv .bannerTextEX {
        position: absolute;
        bottom: 0;
        line-height: .7rem;
        font-size: .5rem;
        font-weight: 400;
        color: #FFFFFF;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .bannerDiv .bannerTextDiv .bannerTextLine {
        width: 1.5rem;
        height: .0375rem;
        background: #0189FF;
        margin: .2rem auto .1rem;
    }

    .bannerDiv .bannerTextDiv .bannerTextC {
        line-height: .7rem;
        font-size: .45rem;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
    }

    .barDiv {
        background: #F6F6F6;
    }

    .barDiv .bar {
        width: 15rem;
        margin: auto;
        min-height: .75rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .barDiv .bar .barLeftDiv {
        display: flex;
        align-items: center;
    }

    .barDiv .bar .barLeftDiv .barIcon {
        width: .375rem;
        height: .375rem;
        margin-right: .1rem;
    }

    .barDiv .bar .barLeftDiv .barText {
        line-height: .225rem;
        font-size: .15rem;
        font-weight: 400;
        color: #000000;
    }

    .barDiv .bar .barLeftDiv .barText .barTextA {
        color: #1A75BB;
    }

    .barDiv .bar .barRightDiv {
        display: flex;
    }

    .barDiv .bar .barRightDiv .barLink {
        display: block;
        line-height: .2rem;
        font-size: .2rem;
        font-weight: 400;
        color: #000000;
        padding: .275rem .575rem;
    }

    .barDiv .bar .barRightDiv .barLink.active,
    .barDiv .bar .barRightDiv .barLink:hover {
        color: #fff;
        background: #1A75BB;
    }

    /* 服务体系 */
    .TitleDiv {
        display: flex;
        justify-content: center;
    }

    .TitleDiv .TitleDivC {
        display: flex;
        align-items: center;
        margin: auto;
    }

    .TitleDiv .TitleDivC .titleItem {
        width: .5rem;
        height: .05rem;
        background: #0189FF;
        border-radius: .05rem .05rem .05rem .05rem;
    }

    .TitleDiv .TitleDivC .titleCenter {
        padding: 0 .25rem;
        line-height: .525rem;
        font-size: .375rem;
        font-weight: 600;
        color: #333333;
    }

    .zcTitleDiv .TitleDivC .titleItem {
        width: .5rem;
        height: .05rem;
        background: #fff;
        border-radius: .05rem .05rem .05rem .05rem;
    }

    .zcTitleDiv .TitleDivC .titleCenter {
        padding: 0 .25rem;
        line-height: .525rem;
        font-size: .375rem;
        font-weight: 600;
        color: #fff;
    }

    .shServiceDiv {
        background: url("../img/bg/service-bg1.jpg") no-repeat;
        background-size: 100% 100%;
        padding: .75rem 0 1rem;
    }

    .shServiceDiv .shDiv {
        width: 15rem;
        margin: .5rem auto 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .shServiceDiv .shBannerDiv {
        display: none;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink {
        padding: .125rem;
        min-height: .825rem;
        display: flex;
        align-items: center;
        min-width: 3rem;
        max-width: 3rem;
        cursor: pointer;
        user-select: none;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink.active,
    .shServiceDiv .shDiv .shLeftDiv .shLink:hover {
        background: #F9F9F9;
        box-shadow: .025rem .05rem .0625rem .0125rem rgba(181, 181, 181, 0.16), inset 0rem .025rem .05rem .0125rem #FFFFFF;
        border-radius: .05rem .05rem .05rem .05rem;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink.active .shLinkText,
    .shServiceDiv .shDiv .shLeftDiv .shLink:hover .shLinkText {
        color: rgba(255, 138, 0, 1);
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink.active .shIconY,
    .shServiceDiv .shDiv .shLeftDiv .shLink:hover .shIconY {
        display: block;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink.active .shIcon,
    .shServiceDiv .shDiv .shLeftDiv .shLink:hover .shIcon {
        display: none;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink .shIcon {
        width: .5rem;
        height: .5rem;
        display: block;
        margin-right: .05rem;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink .shIconY {
        width: .5rem;
        height: .5rem;
        display: none;
        margin-right: .05rem;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink .shLinkText {
        line-height: .35rem;
        font-size: .15rem;
        font-weight: 400;
        color: #333333;
    }

    .shServiceDiv .shDiv .shRightDiv .shImgDiv {
        width: 11.875rem;
        height: 5rem;
        position: relative;
        overflow: hidden;
        display: none;
    }

    .shServiceDiv .shDiv .shRightDiv .shImgDiv .shImg {
        width: 100%;
        height: auto;
        display: block;
    }

    .shServiceDiv .shDiv .shRightDiv .shImgDiv .shImgText {
        padding: .375rem;
        line-height: .375rem;
        font-size: .225rem;
        font-weight: 400;
        color: #FFFFFF;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .zcServiceDiv {
        background: url("../img/bg/service-bg2.jpg") no-repeat;
        background-size: 100% 100%;
        padding: .75rem 0 .625rem;
    }

    .zcServiceDiv .zcDiv {
        width: 15rem;
        margin: auto;
    }

    .zcServiceDiv .zcDiv .zcImgDiv {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: .5rem 0;
    }

    .zcServiceDiv .zcDiv .zcImgDiv .zcImgLi {
        width: 4.6875rem;
        overflow: hidden;
        border-radius: .05rem;
    }

    .zcServiceDiv .zcDiv .zcImgDiv .zcImgLi .zcImgC {
        width: 4.6875rem;
        height: 2.625rem;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .zcServiceDiv .zcDiv .zcImgDiv .zcImgLi .zcImgC:hover .zcImg {
        transform: scale(1.2);
    }

    .zcServiceDiv .zcDiv .zcImgDiv .zcImgLi .zcImgC .zcImg {
        height: 2.625rem;
        display: block;
        transition: 0.7s;
    }

    .zcServiceDiv .zcDiv .zcImgDiv .zcImgLi .zcImgText {
        background: #FFFFFF;
        text-align: center;
        font-size: .3rem;
        font-weight: 400;
        color: #333333;
        line-height: .375rem;
        padding: .1875rem 0;
    }

    .zcServiceDiv .zcDiv .zcTextDiv {
        text-indent: 2em;
        font-size: .2rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: .4rem;
    }

    .wdServiceDiv {
        background: url("../img/bg/service-bg3.jpg") no-repeat;
        background-size: 100% 100%;
        padding: .75rem 0 .7rem;
    }

    .wdServiceDiv .wdServiceTitleDiv {
        padding: 0 0 .7rem;
    }

    .wdServiceDiv .wdImg {
        width: 13.2875rem;
        margin: auto;
        display: block;
    }

    .wdServiceDiv .wdTextDiv {
        padding: .5rem 0 0;
    }

    .wdServiceDiv .wdTextDiv .wdText {
        width: 15rem;
        margin: auto;
        font-size: .2rem;
        font-weight: 400;
        color: #323231;
        line-height: .6rem;
        text-indent: 2em;
    }

    /* 人力资源 */
    .zpResourceDiv {
        background: url("../img/bg/resource-bg1.png") no-repeat;
        background-size: 100% 100%;
        padding: .75rem 0 .85rem;
    }

    .zpResourceDiv .zpDiv {
        width: 15rem;
        margin: .5rem auto 0;
        overflow: hidden;
    }

    .zpResourceDiv .zpDiv .zpDivLi {
        width: 4.7rem;
        background: #FFFFFF;
        border-radius: .1rem .1rem .1rem .1rem;
        padding: .25rem;
        float: left;
        margin-right: .45rem;
        margin-bottom: .45rem;
        user-select: none;
        cursor: pointer;
        transition: 0.7s;
    }

    .zpResourceDiv .zpDiv .zpDivLi:hover {
        background: rgba(26, 117, 187, 1);
    }

    .zpResourceDiv .zpDiv .zpDivLi:nth-child(3n) {
        margin-right: 0;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiTitle {
        line-height: .5rem;
        font-size: .35rem;
        font-weight: 600;
        color: #333333;
        transition: 0.7s;
    }

    .zpResourceDiv .zpDiv .zpDivLi:hover .zpDivLiTitle {
        color: #fff;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiItem {
        margin-top: .5rem;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiItem .zpDivLiItemC {
        display: flex;
        justify-content: space-between;
        margin-bottom: .25rem;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiItem .zpDivLiItemC:nth-last-child(1) {
        margin-bottom: 0;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiItem .zpDivLiItemC .zpDivLiItemCLeft {
        line-height: .35rem;
        font-size: .25rem;
        font-weight: 400;
        color: #333333;
        transition: 0.7s;
    }

    .zpResourceDiv .zpDiv .zpDivLi:hover .zpDivLiItem .zpDivLiItemC .zpDivLiItemCLeft {
        color: #fff;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiItem .zpDivLiItemC .zpDivLiItemCRight {
        line-height: .275rem;
        font-size: .2rem;
        font-weight: 400;
        color: #0189FF;
        transition: 0.7s;
    }

    .zpResourceDiv .zpDiv .zpDivLi:hover .zpDivLiItem .zpDivLiItemC .zpDivLiItemCRight {
        color: #fff;
    }

    .zpResourceDiv .zpDivBtnDiv {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: auto;
    }

    .zpResourceDiv .zpDivBtnDiv .zpDivBtn {
        line-height: .625rem;
        border-radius: .1rem .1rem .1rem .1rem;
        border: .0125rem solid #0189FF;
        padding: 0 .7rem;
        user-select: none;
        font-size: .3rem;
        font-weight: 400;
        color: #0189FF;
    }

    .zpResourceDiv .zpBg {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        /* display: flex; */
        display: none;
        justify-content: center;
        align-items: center;
    }

    .zpResourceDiv .zpBg .zpAlertDiv {
        width: 15rem;
        max-height: 90vh;
        overflow-y: auto;
        background: #FFFFFF;
        border-radius: .2rem .2rem .2rem .2rem;
        padding: .5rem;
        border: .0125rem solid #707070;
        position: relative;
    }

    .zpResourceDiv .zpBg .zpAlertDiv::-webkit-scrollbar {
        width: .05rem;
        height: .125rem;
    }

    .zpResourceDiv .zpBg .zpAlertDiv::-webkit-scrollbar-button {
        background: rgba(0, 0, 0, 0);
    }

    .zpResourceDiv .zpBg .zpAlertDiv::-webkit-scrollbar-track-piece {
        background: #B5B5B5;
    }

    .zpResourceDiv .zpBg .zpAlertDiv::-webkit-scrollbar-thumb {
        background: #707070;
        border-radius: .05rem;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertIcon {
        width: .375rem;
        height: .375rem;
        position: absolute;
        right: .5rem;
        top: .5rem;
        cursor: pointer;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop {
        padding-bottom: .25rem;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopTitle {
        line-height: .7rem;
        font-size: .5rem;
        font-weight: 600;
        color: #000000;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: .25rem;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentLeft {
        display: flex;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentLeft .zpAlertTopContentLeftText {
        border-right: .0125rem solid rgba(153, 153, 153, 1);
        margin-right: .125rem;
        padding-right: .125rem;
        line-height: .375rem;
        font-size: .25rem;
        font-weight: 400;
        color: #999999;

    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentLeft .zpAlertTopContentLeftText:nth-last-child(1) {
        border-right: none;
        margin-right: 0;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentLeft .zpAlertTopContentLeftTextY {
        line-height: .375rem;
        font-size: .375rem;
        font-weight: 600;
        color: #FF8A00;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentRight {
        flex-shrink: 0;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentRight .zpAlertTopContentLink {
        display: block;
        line-height: .625rem;
        background: #0189FF;
        border-radius: .1rem .1rem .1rem .1rem;
        padding: 0 .4rem;
        font-size: .3rem;
        font-weight: 400;
        color: #FFFFFF;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertCenter {
        border-top: .0125rem dashed #E8E9EC;
        border-bottom: .0125rem dashed #E8E9EC;
        padding: .5rem 0;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertCenter .zpAlertCenterTitle {
        line-height: .525rem;
        font-size: .375rem;
        font-weight: 600;
        color: #333333;
        margin-bottom: .25rem;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertCenter .zpAlertCenterContent {
        font-size: .2rem;
        font-weight: 400;
        color: #999999;
        line-height: .5rem;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertCenter .zpAlertCenterContent .zpAlertCenterContentTitle {
        line-height: .625rem;
        font-size: .25rem;
        font-weight: 400;
        color: #999999;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertCenter .zpAlertCenterContent .zpAlertCenterContentItem {
        font-size: .2rem;
        font-weight: 400;
        color: #999999;
        line-height: .5rem;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom {
        padding-top: .5rem;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom .zpAlertBottomTitle {
        line-height: .525rem;
        font-size: .375rem;
        font-weight: 600;
        color: #333333;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom .zpAlertBottomList {
        margin-top: .25rem;
        display: flex;
        justify-content: space-between;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom .zpAlertBottomList .zpAlertBottomLi .zpAlertBottomLiItem {
        line-height: .35rem;
        font-size: .25rem;
        font-weight: 400;
        color: #999999;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom .zpAlertBottomList .zpAlertBottomLi .zpAlertBottomLiValue {
        line-height: .35rem;
        font-size: .25rem;
        font-weight: 400;
        color: #333333;
        margin-top: .125rem;
    }

    .yrResourceDiv {
        background: url("../img/bg/resource-bg2.jpg") no-repeat;
        background-size: 100% 100%;
        padding: .75rem 0 .75rem;
        min-height: 6.3rem;
    }

    .yrTitleDiv .TitleDivC .titleItem {
        width: .5rem;
        height: .05rem;
        background: #fff;
        border-radius: .05rem .05rem .05rem .05rem;
    }

    .yrTitleDiv .TitleDivC .titleCenter {
        padding: 0 .25rem;
        line-height: .525rem;
        font-size: .375rem;
        font-weight: 600;
        color: #fff;
    }

    .yrResourceDiv .yrResourceDivContent {
        margin: .75rem auto 0;
        width: 15rem;
    }

    .yrResourceDiv .yrResourceDivContent .yrResourceDivContentText {
        width: 9.375rem;
        font-size: .25rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: .6rem;
    }

    .ygResourceDiv {
        background: url("../img/bg/resource-bg3.png") no-repeat;
        background-size: 100% 100%;
        padding: .75rem 0 .85rem;
    }

    .ygResourceDiv .ygDiv {
        width: 15rem;
        margin: .5rem auto 0;
        overflow: hidden;
    }

    .ygResourceDiv .ygDiv .ygDivLi {
        width: 4.7rem;
        height: 2.875rem;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        margin-right: .45rem;
        margin-bottom: .5rem;
        user-select: none;
        cursor: pointer;
    }

    .ygResourceDiv .ygDiv .ygDivLi:nth-child(3n) {
        margin-right: 0;
    }

    .ygResourceDiv .ygDiv .ygDivLi:hover .ygDivLiImg {
        transform: scale(1.2);
    }

    .ygResourceDiv .ygDiv .ygDivLi .ygDivLiImg {
        height: 2.875rem;
        transition: 0.7s;
    }

    .ygResourceDiv .ygBannerDiv {
        display: none;
    }

    .ygResourceDiv .ygDivBtnDiv {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: auto;
    }

    .ygResourceDiv .ygDivBtnDiv .ygDivBtn {
        line-height: .625rem;
        border-radius: .1rem .1rem .1rem .1rem;
        border: .0125rem solid #0189FF;
        padding: 0 .7rem;
        user-select: none;
        font-size: .3rem;
        font-weight: 400;
        color: #0189FF;
    }

    /* 在线留言 */
    .feedbackDiv {
        background: url("../img/bg/feedback.jpg") no-repeat;
        background-size: 100% auto;
        padding: .925rem 0 1.175rem;
    }

    .feedbackDiv .feedbackCenter {
        width: 15rem;
        margin: auto;
        padding: .75rem 1.25rem 0;
        background: #fff;
        border-radius: .1rem .1rem .1rem .1rem;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv {
        display: flex;
        flex-wrap: wrap;
        margin-top: .5rem;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv {
        width: 50%;
        margin-bottom: .25rem;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv.feedbackTextareaDiv {
        width: 100%;
        margin-bottom: .25rem;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv .feedbackInputText {
        line-height: .4rem;
        font-size: .3rem;
        font-weight: 600;
        color: #333333;
        margin-bottom: .125rem;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv .feedbackInputContent {
        height: .75rem;
        line-height: .75rem;
        background: #FFFFFF;
        border-radius: .05rem .05rem .05rem .05rem;
        opacity: 1;
        border: .0125rem solid #E8E9EC;
        display: flex;
        padding: 0 .25rem;
        align-items: center;
        margin-right: .25rem;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv.feedbackTextareaDiv .feedbackInputContent {
        height: 3.75rem;
        align-items: normal;
        padding: .25rem;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv .feedbackInputContent .feedbackInputIcon {
        width: .375rem;
        height: .375rem;
        display: block;
        margin-right: .1rem;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv .feedbackInputContent .feedbackInput {
        width: 100%;
        height: 100%;
        line-height: .75rem;
        font-size: .2rem;
        font-weight: 400;
        color: #999999;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv.feedbackTextareaDiv .feedbackInputContent .feedbackInput {
        outline: none;
        resize: none;
        border: 0;
        appearance: none;
        line-height: .375rem;

    }

    .feedbackDiv .feedbackCenter .feedbackBtnDiv {
        display: flex;
        justify-content: center;
    }

    .feedbackDiv .feedbackCenter .feedbackBtnDiv .feedbackBtn {
        line-height: .625rem;
        background: #0189FF;
        border-radius: .05rem .05rem .05rem .05rem;
        display: block;
        padding: 0 .625rem;
        font-size: .25rem;
        font-weight: 400;
        color: #FFFFFF;
        cursor: pointer;
    }

    /* 联系我们 */
    .contactDiv {
        position: relative;
    }

    .contactDiv .contactC {
        width: 15rem;
        margin: auto;
        padding: .5rem 0 2rem;
        display: flex;
    }

    .contactDiv .contactC .contactMain {
        background: #FFFFFF;
        border-radius: .1rem .1rem .1rem .1rem;
        padding: .95rem .375rem .75rem;
        position: relative;
        z-index: 2;
    }

    .contactDiv .contactC .contactMain .contactTitle {
        line-height: .625rem;
        font-size: .45rem;
        font-weight: 600;
        color: #333333;
        margin-bottom: .5rem;
    }

    .contactDiv .contactC .contactMain .contactContent .contactContentLi {
        display: flex;
        margin-bottom: .325rem;
        align-items: center;
    }

    .contactDiv .contactC .contactMain .contactContent .contactContentLi .contactContentIcon {
        flex-shrink: 0;
        width: .375rem;
        height: .375rem;
        display: block;
        margin-right: .05rem;
    }

    .contactDiv .contactC .contactMain .contactContent .contactContentLi .contactContentText {
        flex: 1;
        line-height: .35rem;
        font-size: .25rem;
        font-weight: 400;
        color: #999999;
    }

    .contactDiv .contactC .contactMain .contactEwmDiv {
        display: flex;
        align-items: center;
    }

    .contactDiv .contactC .contactMain .contactEwmDiv .contactEwm {
        width: 1.625rem;
        height: 1.625rem;
        display: block;
        flex-shrink: 0;
        margin-right: .25rem;
    }

    .contactDiv .contactC .contactMain .contactEwmDiv .contactEwmText {
        flex: 1;
        line-height: .4rem;
        font-size: .3rem;
        font-weight: 400;
        color: #333333;
    }

    .contactDiv #mapDiv {
        position: absolute !important;
        top: 0;
        width: 100vw;
        height: 100%;
        z-index: 1 !important;
        margin: auto;
    }

    .contactDiv #mapDiv .anchorBL {
        display: none !important;
    }

    /* 产品中心 */
    .productBarOne {
        background: rgba(246, 246, 246, 1);
    }

    .productBarOne .productBarOneC {
        width: 15rem;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .productBarOne .productBarOneC .pruductBarOneLeft {
        display: flex;
    }

    .productBarOne .productBarOneC .pruductBarOneLeft .pruductBarOneLi {
        display: block;
        line-height: .75rem;
        font-size: .2rem;
        font-weight: 600;
        color: #000000;
        padding: 0 .5rem;
    }

    .productBarOne .productBarOneC .pruductBarOneLeft .pruductBarOneLi.active,
    .productBarOne .productBarOneC .pruductBarOneLeft .pruductBarOneLi:hover {
        background: #1A75BB;
        color: #fff;
    }

    .productBarOne .productBarOneC .pruductBarOneRight .pruductBarOneRightInputDiv {
        width: 3.625rem;
        height: .5rem;
        background: #FFFFFF;
        border-radius: .375rem .375rem .375rem .375rem;
        border: .0125rem solid rgba(1, 137, 255, 0.5);
        padding: 0 .25rem;
        display: flex;
        align-items: center;
    }

    .productBarOne .productBarOneC .pruductBarOneRight .pruductBarOneRightInputDiv .pruductBarOneRightInput {
        display: block;
        width: 100%;
        height: 100%;
        font-size: .15rem;
        font-weight: 400;
        color: #000;
        padding-right: .25rem;
        flex: 1;
    }

    .productBarOne .productBarOneC .pruductBarOneRight .pruductBarOneRightInputDiv .pruductBarOneRightInput::placeholder {
        color: #E6E6E6;
    }

    .productBarOne .productBarOneC .pruductBarOneRight .pruductBarOneRightInputDiv .pruductBarOneRightIcon {
        flex-shrink: 0;
        width: .25rem;
        height: .25rem;
    }

    .productBarTwo {
        background: rgba(230, 230, 230, 1);
        position: relative;
        z-index: 1;
    }

    .productBarTwo .productBarTwoC {
        width: 15rem;
        margin: auto;
        display: flex;
        align-items: center;
        padding: .125rem 0;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv {
        flex-shrink: 0;
        line-height: .375rem;
        height: .375rem;
        padding: 0 .1rem;
        background: #0189FF;
        border-radius: .05rem .05rem .05rem .05rem;
        display: flex;
        align-items: center;
        position: relative;
        user-select: none;
        margin-right: .25rem;
        cursor: pointer;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectText {
        line-height: .375rem;
        font-size: .2rem;
        font-weight: 600;
        color: #FFFFFF;
        margin-right: .05rem;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectIcon {
        width: .125rem;
        height: .125rem;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectLiDiv {
        position: absolute;
        left: 0;
        top: .5rem;
        background: #fff;
        border-radius: .05rem .05rem .05rem .05rem;
        overflow: hidden;
        padding: .1rem 0;
        box-shadow: .025rem .05rem .0625rem .0125rem rgba(181, 181, 181, 0.16), inset 0rem .025rem .05rem .0125rem #FFFFFF;
        display: none;
        z-index: 10;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectLiDiv .productBarTwoSelectLi {
        display: block;
        padding: 0 .1rem;
        white-space: nowrap;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectLiDiv .productBarTwoSelectLi.active,
    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectLiDiv .productBarTwoSelectLi:hover {
        color: #fff;
        background: #0189FF;
    }

    .productBarTwo .productBarTwoC .productBarTwoSunLiDiv {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .productBarTwo .productBarTwoC .productBarTwoSunLiDiv .productBarTwoSunLi {
        display: block;
        line-height: .25rem;
        padding: 0 .125rem;
        margin-top: .125rem;
        margin-bottom: .125rem;
        border-right: .0125rem solid #B5B5B5;
        font-size: .2rem;
        font-weight: 400;
        color: #000000;
    }

    .productBarTwo .productBarTwoC .productBarTwoSunLiDiv .productBarTwoSunLi:nth-last-child(1) {
        border-right: none;
    }

    .productBarTwo .productBarTwoC .productBarTwoSunLiDiv .productBarTwoSunLi.active,
    .productBarTwo .productBarTwoC .productBarTwoSunLiDiv .productBarTwoSunLi:hover {
        color: rgba(26, 117, 187, 1);
    }

    .productDiv {
        width: 15rem;
        margin: auto;
        padding: .75rem 0 .3rem;
        overflow: hidden;
    }

    .productDiv .productDivC {
        overflow: hidden;
    }

    .productDiv .productLi {
        width: 4.7rem;
        float: left;
        margin-right: .3rem;
        margin-bottom: .3rem;
        user-select: none;
        cursor: pointer;
        border-radius: .05rem;
        overflow: hidden;
    }

    .productDiv .productLi:nth-child(3n) {
        margin-right: 0;
    }

    .productDiv .productLi .productLiImgDiv {
        width: 100%;
        height: 2.9375rem;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .productDiv .productLi .productLiImgDiv .productLiImg {
        height: 2.9375rem;
        transition: 0.7s;
    }

    .productDiv .productLi:hover .productLiImgDiv .productLiImg {
        transform: scale(1.2);
    }

    .productDiv .productLi .productLiTextDiv {
        padding: 0 0 0;
        background: #F9F9F9;
    }

    .productDiv .productLi:hover .productLiTextDiv {
        background: #fff;
    }

    .productDiv .productLi .productLiTextDiv .productLiText {
        text-align: center;
        line-height: .275rem;
        font-size: .2rem;
        font-weight: 400;
        color: #333333;
        padding: .175rem;
    }

    .productDiv .productLi:hover .productLiTextDiv .productLiText {
        background: rgba(1, 137, 255, 1);
        color: #fff;
    }

    /* 产品中心 详情 */
    .productContentBar .productContentBarC {
        width: 15rem;
        margin: auto;
        padding: .25rem 0;
        display: flex;
        align-items: center;
    }

    .productContentBar .productContentBarC .productContentBarCItem {
        width: .05rem;
        height: .2rem;
        background: #1A75BB;
        margin-right: .075rem;
    }

    .productContentBar .productContentBarC .productContentBarCText {
        line-height: .275rem;
        font-size: .2rem;
        font-weight: 400;
        color: #666666;
    }

    .productContentBar .productContentBarC .productContentBarCLink {
        line-height: .275rem;
        font-size: .2rem;
        font-weight: 400;
        color: #666666;
    }

    .productContentDiv {
        width: 15rem;
        margin: auto;
    }

    .productContentDiv .productContentDivTitleDiv {
        padding: .5rem 0 0;
        border-bottom: .0125rem solid rgba(50, 50, 49, 0.5);
    }

    .productContentDiv .productContentDivTitleDiv .productContentDivTitle {
        line-height: .45rem;
        font-size: .325rem;
        font-weight: 600;
        color: #303030;
        text-align: center;
        margin-bottom: .35rem;
    }

    .productContentDiv .productContentDivTitleDiv .productContentDivXinxi {
        padding: .1rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .productContentDiv .productContentDivTitleDiv .productContentDivXinxi .productContentDivXinxiLi {
        line-height: .275rem;
        font-size: .2rem;
        font-weight: 400;
        color: #666666;
        margin-right: .5rem;
    }

    .productContentDiv .productContentDivTitleDiv .productContentDivXinxi .productContentDivXinxiLi:nth-last-child(1) {
        margin-right: 0;
    }

    .productContentDiv .productContentMain {
        padding: .35rem 0 .75rem;
        margin: auto;
        line-height: .275rem;
        font-size: .2rem;
        font-weight: 400;
        color: #666666;
        width: 8.825rem;
    }

    .productContentDiv .productContentMain img {
        width: 100%;
        display: block;
    }

    .productContentDiv .productContentBottom {
        border-top: .0125rem solid rgba(50, 50, 49, 0.5);
    }

    .productContentDiv .productContentBottom .productContentBottomLinkDiv {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .25rem 0 .75rem;
    }

    .productContentDiv .productContentBottom .productContentBottomLinkDiv .productContentBottomLinkC {
        line-height: .3rem;
        font-size: .225rem;
        font-weight: 400;
        color: #666666;
    }

    .productContentDiv .productContentBottom .productContentBottomLinkDiv .productContentBottomLinkC .productContentBottomLink {
        line-height: .3rem;
        font-size: .225rem;
        font-weight: 400;
        color: #666666;
    }

    .productContentDiv .productContentBottom .productContentBottomBackDiv {
        padding-bottom: .75rem;
        display: flex;
        justify-content: center;
    }

    .productContentDiv .productContentBottom .productContentBottomBackDiv .productContentBottomBack {
        display: block;
        line-height: .55rem;
        background: #5D9FF6;
        border-radius: .1rem .1rem .1rem .1rem;
        padding: 0 .4375rem;
        font-size: .25rem;
        font-weight: 400;
        color: #FFFFFF;
    }
}

/* 移动端 */
@media (max-width: 820px) {

    .bannerDiv {
        margin-top: 3.2rem;
        width: 100%;
        position: relative;
        user-select: none;
    }

    .bannerDiv .bannerImg {
        width: 100%;
        height: auto;
        display: none;
    }

    .bannerDiv .bannerImgM {
        width: 100%;
        height: auto;
        display: block;
    }

    .bannerDiv .bannerTextDiv {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
        width: 100%;
    }

    .bannerDiv .bannerTextDiv .bannerTextE {
        height: 1.75rem;
        position: relative;
    }

    .bannerDiv .bannerTextDiv .bannerTextED {
        line-height: 1.75rem;
        font-size: 1.25rem;
        font-weight: 600;
        color: #ffffff31;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .bannerDiv .bannerTextDiv .bannerTextEX {
        position: absolute;
        bottom: 0;
        line-height: 1.25rem;
        font-size: .875rem;
        font-weight: 400;
        color: #FFFFFF;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .bannerDiv .bannerTextDiv .bannerTextLine {
        width: 2rem;
        height: 1px;
        background: #0189FF;
        margin: .375rem auto .25rem;
    }

    .bannerDiv .bannerTextDiv .bannerTextC {
        line-height: 1.25rem;
        font-size: .875rem;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
    }

    .barDiv.dNone {
        display: none;
    }

    .barDiv {
        background: #F6F6F6;
    }

    .barDiv .bar {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .barDiv .bar .barLeftDiv {
        display: none;
        /* display: flex; */
        align-items: center;
    }

    /* .barDiv .bar .barLeftDiv .barIcon {
        width: 30px;
        height: 30px;
        margin-right: 8px;
    }

    .barDiv .bar .barLeftDiv .barText {
        line-height: 18px;
        font-size: 12px;
        font-weight: 400;
        color: #000000;
    }

    .barDiv .bar .barLeftDiv .barText .barTextA {
        color: #1A75BB;
    } */

    .barDiv .bar .barRightDiv {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .barDiv .bar .barRightDiv .barLink {
        width: 33.33%;
        flex: 1;
        display: block;
        line-height: 16px;
        font-size: 12px;
        font-weight: 400;
        color: #000000;
        padding: .625rem 0;
        text-align: center;
    }

    .barDiv .bar .barRightDiv .barLink.active {
        color: #fff;
        background: #1A75BB;
    }

    /* 服务体系 */
    .TitleDiv {
        display: flex;
        justify-content: center;
    }

    .TitleDiv .TitleDivC {
        display: flex;
        align-items: center;
        margin: auto;
    }

    .TitleDiv .TitleDivC .titleItem {
        width: 1.25rem;
        height: 2px;
        background: #0189FF;
        border-radius: .25rem;
    }

    .TitleDiv .TitleDivC .titleCenter {
        padding: 0 .5rem;
        line-height: 1.375rem;
        font-size: 1rem;
        font-weight: 600;
        color: #333333;
    }

    .zcTitleDiv .TitleDivC .titleItem {
        width: 1.25rem;
        height: 2px;
        background: #fff;
        border-radius: .25rem;
    }

    .zcTitleDiv .TitleDivC .titleCenter {
        padding: 0 .5rem;
        line-height: 1.375rem;
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
    }

    .shServiceDiv {
        background: url("../img/bg/service-bg1.jpg") no-repeat;
        background-size: 100% 100%;
        padding: 1.25rem 0 1rem;
    }

    .shServiceDiv .shDiv {
        display: none;
        /* width: 1200px;
        margin: 40px auto 0;
        display: flex;
        align-items: center;
        justify-content: space-between; */
    }

    /* .shServiceDiv .shDiv .shLeftDiv .shLink {
        padding: 10px;
        min-height: 66px;
        display: flex;
        align-items: center;
        min-width: 200px;
        max-width: 200px;
        cursor: pointer;
        user-select: none;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink.active {
        background: #F9F9F9;
        box-shadow: 2px 4px 5px 1px rgba(181, 181, 181, 0.16), inset 0px 2px 4px 1px #FFFFFF;
        border-radius: 4px 4px 4px 4px;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink.active .shLinkText {
        color: rgba(255, 138, 0, 1);
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink.active .shIconY {
        display: block;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink.active .shIcon {
        display: none;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink .shIcon {
        width: 40px;
        height: 40px;
        display: block;
        margin-right: 4px;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink .shIconY {
        width: 40px;
        height: 40px;
        display: none;
        margin-right: 4px;
    }

    .shServiceDiv .shDiv .shLeftDiv .shLink .shLinkText {
        line-height: 28px;
        font-size: 20px;
        font-weight: 400;
        color: #333333;
    }

    .shServiceDiv .shDiv .shRightDiv .shImgDiv {
        width: 980px;
        height: 412px;
        position: relative;
        overflow: hidden;
        display: none;
    }

    .shServiceDiv .shDiv .shRightDiv .shImgDiv .shImg {
        width: 100%;
        height: auto;
        display: block;
    }

    .shServiceDiv .shDiv .shRightDiv .shImgDiv .shImgText {
        padding: 30px;
        line-height: 30px;
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        position: absolute;
        bottom: 0;
        left: 0;
    } */
    .shServiceDiv .shBannerDiv {
        width: calc(100vw);
    }

    /* .shServiceDiv .shBannerDiv .swiper-container {
        padding-bottom: 2.5rem;
    } */

    .shServiceDiv .shBannerDiv .shBannerMain {
        margin: 1rem auto 0;
        width: calc(100vw - 2rem);
        background: #FFFFFF;
        box-shadow: 0px 0px 5px 1px rgba(181, 181, 181, 0.5);
        padding: .5rem .75rem .75rem;
        border-radius: .5rem;
    }

    .shServiceDiv .shBannerDiv .shBannerMain .shBannerMainTop {
        margin-bottom: .25rem;
        display: flex;
        align-items: center;
    }

    .shServiceDiv .shBannerDiv .shBannerMain .shBannerMainTop .shBannerMainIcon {
        width: 1.875rem;
        height: 1.875rem;
        display: block;
        flex-shrink: 0;
    }

    .shServiceDiv .shBannerDiv .shBannerMain .shBannerMainTop .shBannerMainTitle {
        flex: 1;
        line-height: 1.375rem;
        font-size: 1rem;
        font-weight: 400;
        color: #333333;
    }

    .shServiceDiv .shBannerDiv .shBannerMain .shBannerMainBottom {
        position: relative;
        overflow: hidden;
    }

    .shServiceDiv .shBannerDiv .shBannerMain .shBannerMainBottom .shBannerImg {
        width: 100%;
        display: block;
    }

    .shServiceDiv .shBannerDiv .shBannerMain .shBannerText {
        /* position: absolute;
        bottom: 0;
        left: 0; */
        padding: .375rem .375rem 0;
        line-height: 1.25rem;
        font-size: .75rem;
        font-weight: 400;
        color: #000;

    }

    .shServiceDiv .shBannerDiv .shBannerMainBtnDiv {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 1.25rem;
        margin-top: 20px;
    }

    .shServiceDiv .shBannerDiv .swiper-button-prev,
    .shServiceDiv .shBannerDiv .swiper-button-next {
        position: static;
        background: none;
        width: 1.25rem;
        height: 1.25rem;
        margin: 0;
        border-radius: 1.25rem;
        background: #FFFFFF;
        box-shadow: 0px 0px 5px 1px rgba(181, 181, 181, 0.5);
    }

    .shServiceDiv .shBannerDiv .swiper-button-prev {
        margin-right: 9.375rem;
    }

    /* .shServiceDiv .shBannerDiv .swiper-button-prev img{
        transform: rotate(180deg);
    } */
    .shServiceDiv .shBannerDiv .swiper-button-prev img,
    .shServiceDiv .shBannerDiv .swiper-button-next img {
        width: 1.25rem;
        height: 1.25rem;
        display: block;
    }

    .shServiceDiv .shBannerDiv .swiper-pagination {
        display: flex;
        align-items: center;
    }

    .shServiceDiv .shBannerDiv .swiper-pagination-bullet {
        opacity: 1;
        width: .375rem;
        height: .375rem;
        border-radius: .5rem;
        background: rgba(0, 0, 0, 0.50);
        margin: 0px .375rem;
    }

    .shServiceDiv .shBannerDiv .swiper-pagination-bullet-active {
        background: rgba(1, 137, 255, 1);
        width: 1.125rem;
        height: .375rem;
    }

    .zcServiceDiv {
        background: url("../img/bg/service-bg2m.jpg") no-repeat;
        background-size: 100% 100%;
        padding: 1rem 0 1rem;
    }

    .zcServiceDiv .zcDiv {
        margin: 0 1rem;
    }

    .zcServiceDiv .zcDiv .zcImgDiv {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 1rem 0 0;
    }

    .zcServiceDiv .zcDiv .zcImgDiv .zcImgLi {
        width: 100%;
        overflow: hidden;
        border-radius: .25rem;
        margin-bottom: .75rem;
    }

    .zcServiceDiv .zcDiv .zcImgDiv .zcImgLi .zcImgC {
        width: 100%;
        height: 13.125rem;
        overflow: hidden;
    }

    .zcServiceDiv .zcDiv .zcImgDiv .zcImgLi .zcImgC .zcImg {
        height: 13.125rem;
        display: block;
        transition: 0.7s;
    }

    .zcServiceDiv .zcDiv .zcImgDiv .zcImgLi .zcImgText {
        background: #FFFFFF;
        text-align: center;
        font-size: .875rem;
        font-weight: 400;
        color: #333333;
        line-height: 1.25rem;
        padding: .3125rem 0;
    }

    .zcServiceDiv .zcDiv .zcTextDiv {
        text-indent: 2em;
        font-size: .75rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5rem;
    }

    .wdServiceDiv {
        background: url("../img/bg/service-bg3.jpg") no-repeat;
        background-size: 100% 100%;
        padding: 1rem 0 1rem;
    }

    .wdServiceDiv .wdServiceTitleDiv {
        padding: 0 0 1rem;
    }

    .wdServiceDiv .wdImg {
        width: 100%;
        padding: 0 1rem;
        display: block;
    }

    .wdServiceDiv .wdTextDiv {
        padding: .75rem 0 0;
    }

    .wdServiceDiv .wdTextDiv .wdText {
        margin: 0 1rem;
        font-size: .75rem;
        font-weight: 400;
        color: #323231;
        line-height: 1.5rem;
        text-indent: 2em;
    }

    /* 人力资源 */
    .zpResourceDiv {
        background: url("../img/bg/resource-bg1.png");
        background-size: 100% auto;
        padding: 1rem 0 1rem;
        overflow: hidden;
    }

    .zpResourceDiv .zpDiv {
        width: 100%;
        margin: 1rem auto 0;
        padding: 0 1rem;
        overflow: hidden;
    }

    .zpResourceDiv .zpDiv .zpDivLi {
        width: 10.5rem;
        background: #FFFFFF;
        border-radius: .25rem;
        padding: .75rem;
        float: left;
        margin-right: 1rem;
        margin-bottom: 1rem;
        user-select: none;
        cursor: pointer;
        transition: 0.7s;
    }

    .zpResourceDiv .zpDiv .zpDivLi:nth-child(2n) {
        margin-right: 0;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiTitle {
        line-height: 1.25rem;
        font-size: 1rem;
        font-weight: 600;
        color: #333333;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiItem {
        margin-top: .5rem;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiItem .zpDivLiItemC {
        display: flex;
        flex-direction: column;
        margin-bottom: .25rem;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiItem .zpDivLiItemC:nth-last-child(1) {
        margin-bottom: 0;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiItem .zpDivLiItemC .zpDivLiItemCLeft {
        line-height: 1rem;
        font-size: .75rem;
        font-weight: 400;
        color: #333333;
    }

    .zpResourceDiv .zpDiv .zpDivLi .zpDivLiItem .zpDivLiItemC .zpDivLiItemCRight {
        line-height: 1rem;
        font-size: .75rem;
        font-weight: 400;
        color: #0189FF;
        margin-top: 1rem;
    }

    .zpResourceDiv .zpDivBtnDiv {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: auto;
    }

    .zpResourceDiv .zpDivBtnDiv .zpDivBtn {
        line-height: 1.875rem;
        border-radius: .25rem;
        border: 1px solid #0189FF;
        padding: 0 1.75rem;
        user-select: none;
        font-size: .75rem;
        font-weight: 400;
        color: #0189FF;
    }

    .zpResourceDiv .zpBg {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 10000;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        /* display: flex; */
        display: none;
        justify-content: center;
        align-items: center;
    }

    .zpResourceDiv .zpBg .zpAlertDiv {
        width: calc(100vw - 2rem);
        max-height: 76vh;
        overflow-y: auto;
        background: #FFFFFF;
        border-radius: .25rem;
        padding: 1rem .75rem 1rem;
        position: relative;
    }

    .zpResourceDiv .zpBg .zpAlertDiv::-webkit-scrollbar {
        width: .25rem;
        height: .625rem;
    }

    .zpResourceDiv .zpBg .zpAlertDiv::-webkit-scrollbar-button {
        background: rgba(0, 0, 0, 0);
    }

    .zpResourceDiv .zpBg .zpAlertDiv::-webkit-scrollbar-track-piece {
        background: #B5B5B5;
    }

    .zpResourceDiv .zpBg .zpAlertDiv::-webkit-scrollbar-thumb {
        background: #707070;
        border-radius: .25rem;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertIcon {
        display: none;
        /* width: 30px;
        height: 30px;
        position: absolute;
        right: 40px;
        top: 40px; */
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop {
        padding-bottom: .875rem;
        position: relative;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopTitle {
        line-height: 1.375rem;
        font-size: 1rem;
        font-weight: 600;
        color: #000000;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent {
        /* display: flex;
        align-items: center;
        justify-content: space-between; */
        margin-top: 1rem;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentLeft {
        display: flex;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentLeft .zpAlertTopContentLeftText {
        /* border-right: 1px solid rgba(153, 153, 153, 1);
        margin-right: 10px;
        padding-right: 10px; */
        line-height: 1.375rem;
        font-size: 1rem;
        font-weight: 400;
        color: #999999;

    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentLeft .zpAlertTopContentLeftText:nth-last-child(1) {
        border-right: none;
        margin-right: 0;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentLeft .zpAlertTopContentLeftTextY {
        line-height: 1.375rem;
        font-size: 1rem;
        font-weight: 600;
        color: #FF8A00;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentLeft .zpAlertTopContentLeftText.dNone {
        display: none;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentRight {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        flex-shrink: 0;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertTop .zpAlertTopContent .zpAlertTopContentRight .zpAlertTopContentLink {
        display: block;
        line-height: 1.875rem;
        background: rgba(26, 117, 187, 1);
        border-radius: .25rem;
        padding: 0 1rem;
        font-size: .75rem;
        font-weight: 400;
        color: #FFFFFF;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertCenter {
        border-top: 1px dashed #E8E9EC;
        border-bottom: 1px dashed #E8E9EC;
        padding: .75rem 0;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertCenter .zpAlertCenterTitle {
        line-height: 1.25rem;
        font-size: .875rem;
        font-weight: 600;
        color: #333333;
        margin-bottom: .5rem;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertCenter .zpAlertCenterContent {
        font-size: .75rem;
        font-weight: 400;
        color: #999999;
        line-height: 1.5rem;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertCenter .zpAlertCenterContent .zpAlertCenterContentTitle {
        line-height: 1rem;
        font-size: .875rem;
        font-weight: 400;
        color: #999999;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertCenter .zpAlertCenterContent .zpAlertCenterContentItem {
        font-size: .75rem;
        font-weight: 400;
        color: #999999;
        line-height: 1.5rem;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom {
        padding-top: .75rem;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom .zpAlertBottomTitle {
        line-height: 1.25rem;
        font-size: .875rem;
        font-weight: 600;
        color: #333333;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom .zpAlertBottomList {
        margin-top: .5rem;
        display: flex;
        flex-wrap: wrap;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom .zpAlertBottomList .zpAlertBottomLi {
        width: 33.33%;
        margin-bottom: .75rem;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom .zpAlertBottomList .zpAlertBottomLi .zpAlertBottomLiItem {
        line-height: 1rem;
        font-size: .875rem;
        font-weight: 400;
        color: #999999;
    }

    .zpResourceDiv .zpBg .zpAlertDiv .zpAlertBottom .zpAlertBottomList .zpAlertBottomLi .zpAlertBottomLiValue {
        line-height: 1rem;
        font-size: .75rem;
        font-weight: 400;
        color: #333333;
        margin-top: .25rem;
    }

    .yrResourceDiv {
        background: url("../img/bg/resource-bg2m.jpg") no-repeat;
        background-size: 100% 100%;
        padding: 1rem 1rem 1rem;
        min-height: 23.75rem;
        position: relative;
        overflow: hidden;
    }

    .yrTitleDiv .TitleDivC .titleItem {
        width: 1.25rem;
        height: 2px;
        background: #fff;
        border-radius: .25rem;
    }

    .yrTitleDiv .TitleDivC .titleCenter {
        padding: 0 .5rem;
        line-height: 1.375rem;
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
    }

    .yrResourceDiv .yrResourceDivContent {
        width: 100%;
        padding: 5rem 1rem 1rem;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .yrResourceDiv .yrResourceDivContent .yrResourceDivContentText {
        width: 100%;
        font-size: .75rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5rem;
        max-height: 12rem;
        overflow-y: auto;
    }

    .ygResourceDiv {
        background: url("../img/bg/resource-bg3.png") no-repeat;
        background-size: 100% 100%;
        padding: 1rem 0 1rem;
    }

    .ygResourceDiv .ygDiv {
        width: 100%;
        margin: 1rem auto 0;
        padding: 0 1rem;
        overflow: hidden;
    }

    .ygResourceDiv .ygDiv.dNone {
        display: none;
    }

    .ygResourceDiv .ygDiv .ygDivLi {
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        margin-right: 0;
        margin-bottom: 1rem;
        user-select: none;
        cursor: pointer;
    }

    .ygResourceDiv .ygDiv .ygDivLi:nth-child(2n) {
        margin-right: 0;
    }

    .ygResourceDiv .ygDiv .ygDivLi .ygDivLiImg {
        width: 100%;
        height: auto;
        transition: 0.7s;
    }

    .ygResourceDiv .ygBannerDiv {
        padding: 0 1rem;
        margin-top: 1rem;
        margin-bottom: .75rem;
    }

    .ygResourceDiv .ygBannerDiv .bannerImgs {
        width: 100%;
        display: block;
    }

    .ygResourceDiv .ygBannerDiv .swiper-pagination-bullet {
        opacity: 1;
        width: .5rem;
        height: .5rem;
        border-radius: .5rem;
        background: rgba(0, 0, 0, 0.50);
    }

    .ygResourceDiv .ygBannerDiv .swiper-pagination-bullet-active {
        background: rgba(1, 137, 255, 1);
    }

    .ygResourceDiv .ygBannerDiv .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0px .5rem;
    }

    .ygResourceDiv .ygDivBtnDiv {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: auto;
    }

    .ygResourceDiv .ygDivBtnDiv .ygDivBtn {
        line-height: 1.875rem;
        border-radius: .25rem;
        border: 1px solid #0189FF;
        padding: 0 1.75rem;
        user-select: none;
        font-size: .75rem;
        font-weight: 400;
        color: #0189FF;
    }

    /* 在线留言 */
    .feedbackDiv {
        background: url("../img/bg/feedback.jpg") no-repeat;
        background-size: 100% auto;
        padding: 1rem 0 1rem;
    }

    .feedbackDiv .feedbackCenter {
        margin: 0 1rem;
        padding: 1rem .75rem 0;
        background: #fff;
        border-radius: .25rem;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv {
        display: flex;
        flex-wrap: wrap;
        margin-top: .875rem;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv {
        width: 100%;
        margin-bottom: .75rem;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv.feedbackTextareaDiv {
        width: 100%;
        margin-bottom: .75rem;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv .feedbackInputText {
        line-height: 1.25rem;
        font-size: .875rem;
        font-weight: 600;
        color: #333333;
        margin-bottom: .25rem;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv .feedbackInputContent {
        height: 2.5rem;
        line-height: 2.5rem;
        background: #FFFFFF;
        border-radius: 2px;
        opacity: 1;
        border: 1px solid #E8E9EC;
        display: flex;
        padding: 0 .5rem;
        align-items: center;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv.feedbackTextareaDiv .feedbackInputContent {
        height: 7.5rem;
        align-items: normal;
        padding: .5rem;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv .feedbackInputContent .feedbackInputIcon {
        width: 1.25rem;
        height: 1.25rem;
        display: block;
        margin-right: .25rem;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv .feedbackInputContent .feedbackInput {
        width: 100%;
        height: 100%;
        line-height: 2.5rem;
        font-size: .75rem;
        font-weight: 400;
        color: #999999;
    }

    .feedbackDiv .feedbackCenter .feedbackFormDiv .feedbackInputDiv.feedbackTextareaDiv .feedbackInputContent .feedbackInput {
        outline: none;
        resize: none;
        border: 0;
        appearance: none;
        line-height: 1.25rem;

    }

    .feedbackDiv .feedbackCenter .feedbackBtnDiv {
        display: flex;
        justify-content: center;
    }

    .feedbackDiv .feedbackCenter .feedbackBtnDiv .feedbackBtn {
        line-height: 1.875rem;
        background: rgba(26, 117, 187, 1);
        border-radius: .25rem;
        display: block;
        padding: 0 1.625rem;
        font-size: .875rem;
        font-weight: 400;
        color: #FFFFFF;
        cursor: pointer;
    }

    /* 联系我们 */
    .contactDiv {
        position: relative;
    }

    .contactDiv .contactC {
        width: 100%;
        margin: auto;
        display: flex;
    }

    .contactDiv .contactC .contactMain {
        background: #FFFFFF;
        padding: 1rem 1rem 1.25rem;
    }

    .contactDiv .contactC .contactMain .contactTitle {
        line-height: 1.25rem;
        font-size: .875rem;
        font-weight: 600;
        color: #333333;
        margin-bottom: .75rem;
    }

    .contactDiv .contactC .contactMain .contactContent {
        display: flex;
        flex-wrap: wrap;
    }

    .contactDiv .contactC .contactMain .contactContent .contactContentLi {
        display: flex;
        margin-bottom: .75rem;
        width: 50%;
        align-items: center;
    }

    .contactDiv .contactC .contactMain .contactContent .contactContentLi.w1 {
        width: 100%;
    }

    .contactDiv .contactC .contactMain .contactContent .contactContentLi .contactContentIcon {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        display: block;
        margin-right: .25rem;
    }

    .contactDiv .contactC .contactMain .contactContent .contactContentLi .contactContentText {
        flex: 1;
        line-height: 1rem;
        font-size: .75rem;
        font-weight: 400;
        color: #999999;
    }

    .contactDiv .contactC .contactMain .contactEwmDiv {
        display: flex;
        align-items: center;
    }

    .contactDiv .contactC .contactMain .contactEwmDiv .contactEwm {
        width: 5rem;
        height: 5rem;
        display: block;
        flex-shrink: 0;
        margin-right: 1.25rem;
    }

    .contactDiv .contactC .contactMain .contactEwmDiv .contactEwmText {
        flex: 1;
        line-height: 2rem;
        font-size: 1.5rem;
        font-weight: 400;
        color: #333333;
    }

    .contactDiv #mapDiv {
        width: 100vw;
        height: 20.125rem;
        z-index: 1;
        margin: auto;
    }

    .contactDiv #mapDiv .anchorBL {
        display: none !important;
    }

    /* 产品中心 */
    .productBarOne {
        background: rgba(246, 246, 246, 1);
    }

    .productBarOne .productBarOneC {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .productBarOne .productBarOneC .pruductBarOneLeft {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        order: 2;
    }

    .productBarOne .productBarOneC .pruductBarOneLeft .pruductBarOneLi {
        display: block;
        line-height: 2rem;
        font-size: .75rem;
        font-weight: 600;
        color: #000000;
        padding: 0 0;
        width: 25%;
        text-align: center;
    }

    .productBarOne .productBarOneC .pruductBarOneLeft .pruductBarOneLi.active {
        background: #1A75BB;
        color: #fff;
    }

    .productBarOne .productBarOneC .pruductBarOneRight {
        order: 1;
    }

    .productBarOne .productBarOneC .pruductBarOneRight .pruductBarOneRightInputDiv {
        margin: .3125rem 2.625rem;
        height: 1.875rem;
        background: #FFFFFF;
        border-radius: 1.875rem;
        border: 1px solid rgba(1, 137, 255, 0.5);
        padding: 0 1.25rem;
        display: flex;
        align-items: center;
    }

    .productBarOne .productBarOneC .pruductBarOneRight .pruductBarOneRightInputDiv .pruductBarOneRightInput {
        display: block;
        width: 100%;
        height: 100%;
        font-size: .75rem;
        font-weight: 400;
        color: #000;
        padding-right: 1.25rem;
        flex: 1;
    }

    .productBarOne .productBarOneC .pruductBarOneRight .pruductBarOneRightInputDiv .pruductBarOneRightInput::placeholder {
        color: #E6E6E6;
    }

    .productBarOne .productBarOneC .pruductBarOneRight .pruductBarOneRightInputDiv .pruductBarOneRightIcon {
        flex-shrink: 0;
        width: 1rem;
        height: 1rem;
    }

    .productBarTwo {
        background: rgba(230, 230, 230, 1);
        position: relative;
        z-index: 1;
    }

    .productBarTwo .productBarTwoC {
        width: 100%;
        display: flex;
        padding: .625rem .5rem;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv {
        flex-shrink: 0;
        line-height: 1.875rem;
        height: 1.875rem;
        padding: 0 .5rem;
        background: #0189FF;
        border-radius: .25rem;
        display: flex;
        align-items: center;
        position: relative;
        user-select: none;
        cursor: pointer;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectText {
        line-height: 1.875rem;
        font-size: .75rem;
        font-weight: 600;
        color: #FFFFFF;
        margin-right: .25rem;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectIcon {
        width: .625rem;
        height: .625rem;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectLiDiv {
        position: absolute;
        left: 0;
        top: 2.5rem;
        background: #fff;
        border-radius: .25rem;
        overflow: hidden;
        padding: .5rem 0;
        box-shadow: 2px 4px 5px 1px rgba(181, 181, 181, 0.16), inset 0px 2px 4px 1px #FFFFFF;
        display: none;
        z-index: 10;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectLiDiv .productBarTwoSelectLi {
        display: block;
        padding: 0 .5rem;
        white-space: nowrap;
    }

    .productBarTwo .productBarTwoC .productBarTwoSelectDiv .productBarTwoSelectLiDiv .productBarTwoSelectLi.active {
        color: #fff;
        background: #0189FF;
    }

    .productBarTwo .productBarTwoC .productBarTwoSunLiDiv {
        display: flex;
        align-items: center;
        overflow-x: auto;
    }

    .productBarTwo .productBarTwoC .productBarTwoSunLiDiv .productBarTwoSunLi {
        display: block;
        line-height: 1.25rem;
        padding: 0 .25rem;
        margin: .3125rem 0;
        border-right: 1px solid #B5B5B5;
        font-size: .75rem;
        font-weight: 400;
        color: #000000;
        white-space: nowrap;
    }

    .productBarTwo .productBarTwoC .productBarTwoSunLiDiv .productBarTwoSunLi:nth-last-child(1) {
        border-right: none;
    }

    .productBarTwo .productBarTwoC .productBarTwoSunLiDiv .productBarTwoSunLi.active {
        color: rgba(26, 117, 187, 1);
    }

    .productDiv {
        width: 100%;
        padding: 1rem 1rem 1rem;
        overflow: hidden;
    }

    .productDiv .productDivC {
        overflow: hidden;
    }

    .productDiv .productLi {
        width: 100%;
        float: left;
        margin-right: .5rem;
        margin-bottom: .5rem;
        user-select: none;
        cursor: pointer;
        border-radius: .25rem;
        overflow: hidden;
    }

    /*.productDiv .productLi:nth-child(2n) {*/
    /*    margin-right: 0;*/
    /*}*/

    .productDiv .productLi .productLiImgDiv {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .productDiv .productLi .productLiImgDiv .productLiImg {
        width: 100%;
        height: auto;
        transition: 0.7s;
    }

    .productDiv .productLi .productLiTextDiv {
        padding: 0 0 0;
        background: #F9F9F9;
    }

    .productDiv .productLi .productLiTextDiv .productLiText {
        text-align: center;
        line-height: 22px;
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        padding: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    /* 产品中心 详情 */
    .productContentBar .productContentBarC {
        display: none;
        /* width: 1200px;
        margin: auto;
        padding: 20px 0;
        display: flex;
        align-items: center; */
    }

    /* .productContentBar .productContentBarC .productContentBarCItem {
        width: 4px;
        height: 16px;
        background: #1A75BB;
        margin-right: 6px;
    }

    .productContentBar .productContentBarC .productContentBarCText {
        line-height: 22px;
        font-size: 16px;
        font-weight: 400;
        color: #666666;
    }

    .productContentBar .productContentBarC .productContentBarCLink {
        line-height: 22px;
        font-size: 16px;
        font-weight: 400;
        color: #666666;
    } */

    .productContentDiv {
        width: 100%;
        padding: 0 1rem;
    }

    .productContentDiv .productContentDivTitleDiv {
        padding: 2.5rem 0 0;
        border-bottom: 1px dashed rgba(50, 50, 49, 0.5);
    }

    .productContentDiv .productContentDivTitleDiv .productContentDivTitle {
        line-height: 1.375rem;
        font-size: 1rem;
        font-weight: 600;
        color: #303030;
        text-align: center;
        margin-bottom: .5rem;
    }

    .productContentDiv .productContentDivTitleDiv .productContentDivXinxi {
        padding: .375rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .productContentDiv .productContentDivTitleDiv .productContentDivXinxi .productContentDivXinxiLi {
        line-height: 1rem;
        font-size: .75rem;
        font-weight: 400;
        color: #666666;
        margin-right: .625rem;
    }

    .productContentDiv .productContentDivTitleDiv .productContentDivXinxi .productContentDivXinxiLi:nth-last-child(1) {
        margin-right: 0;
    }

    .productContentDiv .productContentMain {
        padding: .75rem 0 .75rem;
        margin: auto;
        line-height: 20px;
        font-size: .75rem;
        font-weight: 400;
        color: #666666;
        width: 100%;
    }

    .productContentDiv .productContentMain img {
        width: 100%;
        display: block;
    }

    .productContentDiv .productContentBottom {
        border-top: 1px dashed rgba(50, 50, 49, 0.5);
    }

    .productContentDiv .productContentBottom .productContentBottomLinkDiv {
        display: flex;
        flex-direction: column;
        padding: .75rem .625rem .25rem;
    }

    .productContentDiv .productContentBottom .productContentBottomLinkDiv .productContentBottomLinkC {
        line-height: 1rem;
        font-size: .75rem;
        font-weight: 400;
        color: #666666;
        margin-bottom: 1rem;
    }

    .productContentDiv .productContentBottom .productContentBottomLinkDiv .productContentBottomLinkC .productContentBottomLink {
        line-height: 1rem;
        font-size: .75rem;
        font-weight: 400;
        color: #666666;
    }

    .productContentDiv .productContentBottom .productContentBottomBackDiv {
        padding-bottom: 1rem;
        display: flex;
        justify-content: center;
    }

    .productContentDiv .productContentBottom .productContentBottomBackDiv .productContentBottomBack {
        display: block;
        line-height: 1.875rem;
        background: #5D9FF6;
        border-radius: .25rem;
        padding: 0 1.625rem;
        font-size: .875rem;
        font-weight: 400;
        color: #FFFFFF;
    }
}
