.container {
    width: 100%;
    overflow: hidden;
}

.container .nav_title_bk {
    background: url("../images/backImg.svg") left top / 100% 596px no-repeat;
    background-size: 100%;
}

.container .nav_title_bk .nav_title {
    max-width: 1350px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.container .nav_title_bk .nav_title .title {
    padding-top: 30px;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}

.container .nav_title_bk .nav_title .smtitle {
    max-width: 1200px;
    margin: 0 auto 20px auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.container .nav_title_bk .nav_title .consult {
    display: flex;
    justify-content: center;
}

.container .nav_title_bk .nav_title .consult .consultCon {
    padding: 0 10px;
    height: 36px;
    border-radius: 4px;
    font-size: 14px;
    color: #0270FE;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E5EEFE;
}

.container .nav_title_bk .nav_title .consult .consultCon img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.container .nav_title_bk .nav_title .consult .consultCon label {
    margin-left: 5px;
}

.container .nav_title_bk .nav_title .fileCon {
    position: relative;
    z-index: 55;
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 40px auto 0;
    background-color: #fff;
    padding: 50px 0px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 10px 40px 0px rgba(168, 188, 205, 0.25), 0 10px 40px 0px rgba(168, 188, 205, 0.25);
}

.container .nav_title_bk .nav_title .fileCon .fileConImg {
    margin: 0 auto;
    width: 56px;
    height: 68px;
}

.container .nav_title_bk .nav_title .fileCon .fileConImg img {
    width: 100%;
    height: 100%;
}

.container .nav_title_bk .nav_title .fileCon .fileConUpload {
    width: 250px;
    margin: 24px auto 12px auto;
    padding: 10px 0px;
    font-size: 20px;
    color: #4385F4;
    border: 1px solid #4385F4;
    border-radius: 4px;
    cursor: pointer;
}

.container .nav_title_bk .nav_title .fileCon .fileConText {
    color: #64697A;
    font-size: 16px;
}

.container .nav_title_bk .nav_title .fileCon .fileConBtn {
    margin-top: 29px;
}

.container .nav_title_bk .nav_title .fileCon .fileConBtn span {
    display: inline-block;
    padding: 10px 0px;
    width: 250px;
    background-color: #0467FE;
    font-size: 20px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.container .nav_title_bk .nav_title .fileCon .fileConDescribe {
    margin-top: 9px;
    font-size: 12px;
    color: #A2A2A2;
}

.container .nav_title_bk .nav_title .fileCon .fileConView {
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 16px;
    font-size: 16px;
    color: rgba(34, 42, 65, 0.7);
}

.container .nav_title_bk .nav_title .fileCon .progress-bar {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 5px;
    background: linear-gradient(90deg, #028dfd 0%, #035efe 100%);
}

.container .nav_title_bk .nav_title .fileCon .progress-bar {
    transition: width 1s ease;
}

.container .nav_title_bk .nav_title .fileCon .progress-bar-new {
    animation: 2s linear 0s infinite normal none running progressing;
    background-color: #1478f9;
    background-size: 12px 12px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
}

@keyframes progressing {
    0% {
        background-position: 0px 0px;
    }

    to {
        background-position: 60px 0px;
    }
}

.container .nav_title_bk .nav_title .fileCon .analysis {
    padding: 10px 0px;
}

.container .nav_title_bk .nav_title .fileCon .analysis .analysisGif {
    text-align: center;
}

.container .nav_title_bk .nav_title .fileCon .analysis .analysisGif img {
    width: 120px;
    height: 120px;
}

.container .nav_title_bk .nav_title .fileCon .analysis .analysisText {
    margin-top: 20px;
    font-size: 20px;
    color: #000;
}

.container .nav_title_bk .nav_title .dom_block1 {
    bottom: 0px;
    left: 0px;
}

.container .nav_title_bk .nav_title .dom_block2 {
    bottom: 290px;
    right: 0px;
    transform: scale(0.8);
}

.container .nav_title_bk .nav_title .dom_block2 img {
    border-radius: 155px;
}

.container .nav_title_bk .nav_title .dom_block3 {
    bottom: -70px;
    right: 0px;
    transform: scale(0.4);
}

.container .nav_title_bk .nav_title .dom_block3 img {
    border-radius: 155px;
}

.container .nav_title_bk .nav_title .domBlock {
    position: absolute;
    width: 155px;
    height: 155px;
}

.container .nav_title_bk .nav_title .domBlock img {
    width: 100%;
    height: 100%;
}

.container .nav_con_items {
    max-width: 1200px;
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.container .nav_con_items .con_items {
    box-sizing: border-box;
    width: calc(100% / 3 - 28px);
    border: 1px solid #DCDCDC;
    text-align: center;
    padding: 29px 22px;
    border-radius: 6px;
    background-color: #fff;
    position: relative;
    z-index: 66;
    transition: All 0.4s ease-in-out;
}

.container .nav_con_items .con_items .con_items_img {
    margin-bottom: 16px;
}

.container .nav_con_items .con_items .con_items_img img {
    width: 32px;
    height: 30px;
}

.container .nav_con_items .con_items .con_items_title {
    font-size: 20px;
    margin-bottom: 19px;
    font-weight: 600;
}

.container .nav_con_items .con_items .con_items_text {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(34, 42, 65, 0.7);
}

.container .nav_con_items .con_items:hover {
    border: 1px solid #0467FE;
    transform: translateY(-10px);
}

.container .archiveCon {
    max-width: 1200px;
    margin: 121px auto 0px auto;
}

.container .archiveCon .archiveCon_title {
    margin-bottom: 33px;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}

.container .archiveCon .archiveCon_con {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 83px;
}

.container .archiveCon .archiveCon_content {
    display: flex;
    justify-content: space-between;
}

.container .archiveCon .archiveCon_content .archiveCon_content_left {
    width: 736px;
    height: 501px;
}

.container .archiveCon .archiveCon_content .archiveCon_content_left img {
    height: 100%;
    width: 100%;
}

.container .archiveCon .archiveCon_content .left_s2 {
    width: 720px;
    height: 635px;
}

.container .archiveCon .archiveCon_content .archiveCon_content_right {
    width: 436px;
}

.container .archiveCon .archiveCon_content .archiveCon_content_right .archiveCon_content_tit {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 28px;
}

.container .archiveCon .archiveCon_content .archiveCon_content_right .archiveCon_content_xtit {
    margin-bottom: 28px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 42, 65, 0.7);
}

.container .archiveCon .archiveCon_content .archiveCon_content_right .archiveCon_content_stit {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.container .archiveCon .archiveCon_content .archiveCon_content_right .archiveCon_content_stit img {
    vertical-align: middle;
    width: 31px;
    height: 31px;
    margin-right: 15px;
}

.container .archiveCon .archiveCon_content .archiveCon_content_right .archiveCon_content_text {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 52px;
    color: rgba(34, 42, 65, 0.7);
    line-height: 32px;
}

.container .archiveCon .archiveCon_content .archiveCon_content_right .archiveCon_content_btn {
    margin-top: 35px;
}

.container .archiveCon .archiveCon_content .right_s2 {
    width: 635px;
}

.container .sceneCon {
    padding: 60px 0px;
    background: rgba(109, 146, 240, 0.05) url("../images/bg_small_bk.svg") center / auto 100% no-repeat;
}

.container .sceneCon .sceneCon_title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    color: #222a41;
    margin-bottom: 69px;
}

.container .sceneCon .sceneCon_con {
    max-width: 1200px;
    margin: 0 auto 66px auto;
    display: flex;
    justify-content: space-between;
}

.container .sceneCon .sceneCon_con .sceneCon_con_item {
    padding: 53px 34px 34px;
    width: calc(100% / 3 - 30px);
    background-color: #FFFFFF;
    border-radius: 11px;
    box-sizing: border-box;
    box-shadow: 0 2px 24px 0px rgba(243, 243, 243);
}

.container .sceneCon .sceneCon_con .sceneCon_con_item .sceneCon_con_item_pic {
    text-align: center;
    margin-bottom: 24px;
}

.container .sceneCon .sceneCon_con .sceneCon_con_item .sceneCon_con_item_pic img {
    width: 50px;
    height: 50px;
}

.container .sceneCon .sceneCon_con .sceneCon_con_item .sceneCon_con_item_title {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 32px;
    color: #000;
}

.container .sceneCon .sceneCon_con .sceneCon_con_item .sceneCon_con_item_con {
    color: rgba(34, 42, 65, 0.7);
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 25px;
}

.container .sceneCon .sceneCon_btn {
    text-align: center;
    margin-top: 35px;
}

.container .problemCon {
    padding: 60px 0px;
}

.container .problemCon .problemCon_title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    color: #222a41;
    margin-bottom: 69px;
}

.container .problemCon .problemCon_content {
    max-width: 1200px;
    padding: 72px 120px 86px 72px;
    margin: 0 auto 66px auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-shadow: 0 1px 14px 0px rgba(243, 243, 243, 0.7);
}

.container .problemCon .problemCon_content .problemCon_content_item {
    border-bottom: 1px solid #EBEEF5;
    padding-top: 40px;
}

.container .problemCon .problemCon_content .problemCon_content_item .problemCon_content_item_title {
    line-height: 24px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.container .problemCon .problemCon_content .problemCon_content_item .problemCon_content_item_title .problemCon_content_item_title_r img {
    width: 16px;
    height: 16px;
}

.container .problemCon .problemCon_content .problemCon_content_item .problemCon_content_item_title img {
    vertical-align: middle;
    margin-right: 30px;
}

.container .problemCon .problemCon_content .problemCon_content_item .problemCon_content_item_content {
    display: none;
    transition: All 0.5s ease-in-out;
    padding-left: 62px;
    color: rgba(34, 42, 65, .7);
    line-height: 30px;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 40px;
}

/*****************问题啊********************/

.container .problemCon .problemCon_btn {
    text-align: center;
    margin-top: 35px;
}

.container .pbCon {
    padding-bottom: 80px;
}

.container .global span {
    background: linear-gradient(270deg, #0461fe 0%, #0085fd 100%);
    padding: 13px 75px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
}

.container .global span:hover:before {
    left: 0;
}

.container .global span:hover:after {
    left: 100%;
}

.container .global span:before {
    background: linear-gradient(270deg, #0085fd 0%, #0461fe 100%);
    left: -100%;
}

.container .global span:after {
    left: 0;
    background: linear-gradient(270deg, #0461fe 0%, #0085fd 100%);
}

.container .global span:before,
.container .global span:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

@media only screen and (max-width: 1350px) and (min-width: 640px) {
    .container .nav_title_bk {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .container .nav_con_items {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .container .archiveCon {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .container .sceneCon {
        padding: 60px 15px;
        box-sizing: border-box;
    }

    .container .problemCon {
        padding: 60px 15px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 640px) {
    .container .nav_title_bk {
        background: url("../images/backImg.svg") no-repeat;
        background-size: cover;
    }

    .container .nav_title_bk .nav_title {
        padding: 0 1rem;
    }

    .container .nav_title_bk .nav_title .title {
        padding-top: 1.25rem;
        font-size: 2rem;
        margin-bottom: 0.8rem;
        line-height: 2.5rem;
    }

    .container .nav_title_bk .nav_title .smtitle {
        margin: 0 auto 0.8rem auto;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .container .nav_title_bk .nav_title .fileCon {
        width: calc(100%);
        padding: 1.75rem 0rem;
        margin: 1.5rem auto 0;
    }

    .container .nav_title_bk .nav_title .fileCon .fileConView {
        position: absolute;
        cursor: pointer;
        right: 1.25rem;
        top: 1rem;
        font-size: 1.875rem;
        color: rgba(34, 42, 65, 0.7);
    }

    .container .nav_title_bk .nav_title .domBlock {
        width: 5.25rem;
        height: 5.25rem;
    }

    .container .nav_title_bk .nav_title .dom_block1 {
        left: -1.875rem;
        bottom: -2.125rem;
    }

    .container .nav_title_bk .nav_title .dom_block2 {
        right: -1.875rem;
        bottom: 10.625rem;
    }

    .container .nav_title_bk .nav_title .dom_block3 {
        transform: scale(0.6);
        bottom: -3rem;
        right: -2.5rem;
    }

    .container .nav_title_bk .nav_title .analysis {
        padding: 0.625rem 0rem;
    }

    .container .nav_title_bk .nav_title .analysis .analysisGif {
        text-align: center;
    }

    .container .nav_title_bk .nav_title .analysis .analysisGif img {
        width: 7.5rem;
        height: 7.5rem;
    }

    .container .nav_title_bk .nav_title .analysis .analysisText {
        margin-top: 1.25rem;
        font-size: 1.25rem;
        color: #000;
    }

    .container .nav_con_items {
        margin: 1.75rem auto 0 auto;
        padding: 0 1rem;
        flex-wrap: wrap;
    }

    .container .nav_con_items .con_items {
        padding: 1.375rem 0.975rem;
        width: 100%;
        margin-bottom: 1rem;
    }

    .container .archiveCon {
        margin: 1rem auto 0rem auto;
        padding: 0 1rem;
    }

    .container .archiveCon .archiveCon_title {
        font-size: 2rem;
        margin-bottom: 0.8rem;
    }

    .container .archiveCon .archiveCon_con {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 0.8rem;
    }

    .container .archiveCon .archiveCon_content {
        flex-wrap: wrap;
    }

    .container .archiveCon .archiveCon_content .archiveCon_content_left {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .container .archiveCon .archiveCon_content .archiveCon_content_right {
        width: 100%;
    }

    .container .archiveCon .archiveCon_content .archiveCon_content_right .archiveCon_content_tit {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-top: 1rem;
        margin-bottom: 2rem;
        font-weight: 600;
        text-align: center;
    }

    .container .archiveCon .archiveCon_content .archiveCon_content_right .archiveCon_content_stit {
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 0.9375rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }

    .container .archiveCon .archiveCon_content .archiveCon_content_right .archiveCon_content_stit img {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: .5rem;
    }

    .container .archiveCon .archiveCon_content .archiveCon_content_right .archiveCon_content_text {
        margin-bottom: 1rem;
        font-size: 1rem;
        padding-left: 2rem;
        line-height: 1.5rem;
    }

    .container .archiveCon .archiveCon_content .archiveCon_content_right .archiveCon_content_btn {
        text-align: center;
        margin-top: 2rem;
    }

    .container .archiveCon .archiveCon_content .left_s2 {
        margin-top: 2rem;
    }

    .container .sceneCon {
        padding: 2rem 1rem;
    }

    .container .sceneCon .sceneCon_title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .container .sceneCon .sceneCon_con {
        margin: 0 auto 0rem auto;
        flex-wrap: wrap;
    }

    .container .sceneCon .sceneCon_con .sceneCon_con_item {
        padding: 2rem 1rem 2rem;
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .container .sceneCon .sceneCon_con .sceneCon_con_item .sceneCon_con_item_pic {
        margin-bottom: 1rem;
    }

    .container .sceneCon .sceneCon_con .sceneCon_con_item .sceneCon_con_item_title {
        margin-bottom: 1.2rem;
    }

    .container .sceneCon .sceneCon_con .sceneCon_con_item .sceneCon_con_item_con {
        padding-bottom: .2rem;
    }

    .container .sceneCon .sceneCon_btn {
        margin-top: .2rem;
    }

    .container .problemCon {
        padding: 3rem 1rem;
    }

    .container .problemCon .problemCon_title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .container .problemCon .problemCon_content {
        padding: 1.5rem 1.2rem;
        margin: 0 auto 2rem auto;
        box-shadow: 0 0.1875rem 0.75rem 0rem rgb(243 243 243);
    }

    .container .problemCon .problemCon_content .problemCon_content_item {
        border-bottom: 0.0625rem solid #EBEEF5;
        padding-top: 2.5rem;
    }

    .container .problemCon .problemCon_content .problemCon_content_item .problemCon_content_item_title {
        line-height: 1.5rem;
        font-size: .9rem;
        font-weight: 500;
        color: #000;
        display: flex;
        justify-content: space-between;
        padding-bottom: 1rem;
    }

    .container .problemCon .problemCon_content .problemCon_content_item .problemCon_content_item_title .problemCon_content_item_title_r img {
        width: 1rem;
        height: 1rem;
    }

    .container .problemCon .problemCon_content .problemCon_content_item .problemCon_content_item_title img {
        vertical-align: middle;
        margin-right: .5rem;
        width: 1.2rem;
        width: 1.2rem;
    }

    .container .problemCon .problemCon_content .problemCon_content_item .problemCon_content_item_content {
        display: none;
        padding-left: 1.5rem;
        color: rgba(34, 42, 65, .7);
        line-height: 1.875rem;
        font-weight: 400;
        font-size: 0.875rem;
        padding-bottom: 1.2rem;
    }

    /*****************问题啊********************/

    .container .pbCon {
        padding-bottom: 3rem;
    }

    .container .global span {
        background: linear-gradient(270deg, #0461fe 0%, #0085fd 100%);
        padding: 0.8rem 3rem;
        font-size: 1rem;
        font-weight: 500;
        border-radius: 0.375rem;
    }

}

