@media screen and (max-width: 1024px){
    .head_right {
        display: none;
    } 
    .head_nav {
        width: 100%;
        display: none;
    }
    .head_nav.m_navigation {
        width: 100%;
        display: block;
        position: fixed;
        height: 100%;
        top: 15vw;
        background: #ffffff;
        right: 0;
        left: 0;
        -webkit-transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 999;
    }
    .head_flex {
        height: 15vw;
    }
    .head_moblies {
        display: block;
        width: 25%;
        display: flex;
        justify-content: space-between;
        height: 15vw;
        align-items: center;
    }
    .hms_search {
        display: none;
    }
    .head_logo {
        width: 25%;
    }
    
    .head_left {
        width: 100%;
    }
    header.pc_header {
        transition: all 0.3s ease 0s;
        box-shadow: rgb(0 0 0 / 5%) 0px 1px 0px;
        background-color: rgb(255, 255, 255);
    }
    .hms_btn i {
        font-size: 6.4vw;
        color: #a3a3a3;
    }
    .head_moblies_search {
        width: 50%;
        text-align: center;
    }
/* 移动端导航按钮 */

.head_nav_icon {
    position: relative;
    display: block;
    width: 7vw;
    height: 6vw;
    color: #6b6b6b;
    -webkit-transition: opacity 0.3s 0.15s;
    transition: opacity 0.3s 0.15s;
    cursor: pointer;
}
.head_nav_btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 7vw;
    height: 6vw;
}
.head_nav_btn i {
    position: absolute;
    height: 2px;
    background-color: currentColor;
    border-radius: 2px;
    -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #a3a3a3;
}
.head_nav_btn i:first-of-type {
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}
.head_nav_btn i:nth-of-type(2) {
    top: 50%;
    right: 0;
    margin-top: -1px;
    width: 75%;
}
.head_nav_btn i:last-of-type {
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}
.head_nav_icon.guide_header .head_nav_btn i:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) ;
    bottom: 0;
}
.head_nav_icon.guide_header .head_nav_btn i:nth-of-type(2)  {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
    opacity: 0;
}
.head_nav_icon.guide_header .head_nav_btn i:last-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg) ;
    bottom: 6.8%;
}
/* 移动端导航按钮 */
.head_nav_flex {
    flex-wrap: wrap;
    padding: 5% 0;
    overflow: auto;
    height: 100%;
}
.hnf_box {
    width: 100%;
}
.hnf_box a {
    display: block;
    height: auto;
    padding: 0 15px;
}
.hnf_box a {
    display: block;
    height: 10vw;
    padding: 0 15px;
    line-height: 10vw;
    font-size: 4.2vw;
    margin-bottom: 3%;
    color: #6b6b6b;
    font-weight: 500;
}
.hnf_box:nth-child(3) .hnf_box_absolute {
    background: #fff;
    border-radius: 0;
    position: unset;
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-shadow: unset;
}
.hba_flex {
    padding: 0;
}
.hba_box_tit {
    font-size: 4vw;
    color: #959ba6;
    font-weight: normal;
    padding: 0 8%;
    height: 10vw;
    line-height: 10vw;
}
.hba_box_a {
    padding: 0 8%;
}
.hba_box_a a {
    font-size: 3.74vw;
    padding: 0;
    margin-bottom: 0;
    font-weight: normal;
}
.hnf_box:nth-child(6) .hnf_box_absolute {
    background: #fff;
    border-radius: 0;
    position: unset;
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-shadow: unset;
    padding: 0 0 5%;
}
.hba_a a {
    font-size: 4vw;
    color: #959ba6;
    font-weight: normal;
    padding: 0 8%;
    height: 10vw;
    line-height: 10vw;
    text-align: left;
    margin-bottom: 0;
}
.hba_a {
    padding-bottom: 5%;
}
.hms_search.active {
    display: block;
    width: 100%;
    position: fixed;
    background: #ffffff;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 1000;
}
.hms_search_flex {
    display: flex;
    justify-content: space-between;
    height: 15vw;
    align-items: center;
    padding: 0 15px;
    border-color: rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 5%);
}
.hms_close i {
    font-size: 6.4vw;
    color: rgb(195, 200, 212);
}
.hms_close {
    height: 15vw;
    line-height: 15vw;
    width: 10%;
    text-align: center;
}
button.hms_but_sub {
    background: unset;
    border: none;
    width: 15%;
    text-align: center;
    outline: none;
    padding: 0;
}

.hms_search_icon {
    width: 85%;
}

form.search_form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button.hms_but_sub i {
    font-size: 6.4vw;
    color: rgb(195, 200, 212);
}
input.search_input {
    width: 85%;
    border: none;
    padding-left: 5%;
    font-size: 5.4vw;
    height: 15vw;
    line-height: 15vw;
    outline: none;
    color: #6b6b6b;
}
.hms_search_hot {
    padding: 5% 15px;
}
.hms_search_hot_title {
    text-align: left;
    font-size: 4.8vw;
    color: #a6abb5;
}
.hms_search_hot_list {
    margin-top: 3%;
}
.hms_search_hot_list a {
    display: block;
    text-align: left;
    height: 11vw;
    line-height: 11vw;
    font-size: 4.2vw;
    padding: 0 5%;
    color: #6b6b6b;
}
.banner_img img {
    width: 100%;
    height: 65vw;
    object-fit: cover;
}
div#whole {
    display: none;
}
.index_whole_m {
    display: block;
    padding: 8% 0;
    background: #fafafa;
}
.index_whole_m_title {
    text-align: center;
    font-size: 5.8vw;
    color: #000000;
}
.index_whole_m_title span {
    color: #0a52d4;
}
.iwm_img_item img {
    width: 100%;
    transform: translate3d(0px, 60px, 0px);
    opacity: 0;
}
.iwm_img_item.active img {
    width: 100%;
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}
.iwm_img_item.active {
    opacity: 1;
}
.iwm_flex {
    display: flex;
    justify-content: space-around;
}
.iwm_box {
    font-size: 3.74vw;
    color: rgb(0 0 0 / 36%);
    font-weight: 700;
    position: relative;
}
.iwm_position {
    position: relative;
    margin-top: 8%;
    height: 15vw;
}
.iwm_line {
    position: absolute;
    width: 82%;
    height: 1px;
    background: rgb(0 0 0 / 6%);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 60%;
}
.iwm_box.active {
    color: #000000;
}
.iwm_box.active:before {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1962e1;
    content: "";
    top: 8.8vw;
}
.iwm_img {
    position: relative;
    height: 75vw;
}
.iwm_img_item {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
}
.iwm_img_item p {
    transition-duration: 700ms;
    position: absolute;
    width: 100%;
    left: 0px;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    color: #a3a3a3;
    font-size: 3.74vw;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 5%;
    transform: translateX(-96px) translateY(0) translateZ(0) rotate(0) scaleX(1) scaleY(1) scaleZ(1);
}
.iwm_img_item.active p {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scaleX(1) scaleY(1) scaleZ(1);
}
.index_whole_m_a a {
    display: flex;
    justify-content: center;
    font-size: 4.2vw;
    color: #1962e1;
    align-items: center;
}
.index_whole_m_a i {
    margin-left: 2%;
}
.index_case_cat {
    display: none;
}
.index_case {
    padding: 8% 0;
}
.index_case_title {
    font-size: 5.8vw;
    margin-bottom: 8%;
    line-height: 1;
}
.index_case_box {
    width: 100%;
    margin-bottom: 8%;
    margin-right: 0;
}
.index_case_img {
    height: 48vw;
}
.index_case_img img {
    height: 48vw;
}
.index_case_wz {
    padding: 5%;
}
.index_case_pp {
    margin-bottom: 4%;
}
.index_case_pp img {
    width: 5.8vw;
    height: 5.8vw;
    object-fit: contain;
    margin-right: 4%;
}
.index_case_pp p {
    line-height: 1;
    font-size: 3.74vw;
}
.index_case_wz_title {
    font-size: 4.2vw;
    height: auto;
    line-height: 1.7;
    margin-bottom: 4%;
}
.index_case_hfm span {
    font-size: 3.2vw;
    line-height: 1.5;
}
.index_case_hfm i {
    margin: 0 3%;
    height: 3.2vw;
}
.index_case_more a {
    height: 11vw;
    line-height: 11vw;
    width: 35%;
    margin-top: 0;
    font-size: 4.2vw;
}
.index_mumber {
    padding: 8% 0;
}
.index_mumber_title {
    display: none;
}
.index_mumber_title_m {
    display: block;
    text-align: center;
    font-size: 5.8vw;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 8%;
}
.index_mumber_title_m span {
    color: #1962e1;
}
.index_mumber_hidde {
    height: 50vw;
}
.index_mumber_absolute:nth-child(1) {
    width: 600%;
}
.index_mumber_absolute:nth-child(2) {
    width: 600%;
}
.index_mumber_box img {
    width: 12vw;
    height: 12vw;
    padding: 8%;
}
.index_mumber_box p {
    font-size: 3vw;
    line-height: 2;
}

.bodycover {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    overflow: hidden;
}
.header_nav {
    display: block;
    position: absolute;
    top: 13.8vw;
    width: 100vw;
    height: 120vh;
    left: -100vw;
    background-color: #FFFFFF;
    transition: 0.5s;
    border-top: solid 1px #f5f5f5;
    cursor: pointer;
    z-index: 99;
}
.first_nav{
    display: inline-block;
}
.first_nav>ul{
    background-color: #fafafa;
    width: 32vw;
    height: 100vh;
    padding-top: 4vw;
}
.first_nav>ul>li{
    font-size: 3.74vw;
    color: #333333;
    width: 32vw;
    padding: 4vw;
}
.first_nav>ul>li.on{
    font-weight: bold;
    background-color: #ffffff;
}

.second_nav_cover{
    width: 68vw;
    height: 100vh;
    position: relative;
    float: right;
    overflow: hidden;
}
.second_nav{
    padding: 4vw 4vw 4vw 4vw;
    overflow: auto;
    max-height: 90vh;
    position: absolute;
    top: 0;
    left: 68vw;
    transition: 0.5s;
}
.second_nav>h5{
    font-size: 4.8vw;
    color: #333333;
    height: 12vw;
    line-height: 12vw;
}
.second_nav>ul>li{
    color: #969696;
    font-size: 4.2vw;
    width: 60vw;
    border-bottom: solid 1px #f0f0f5;
    padding-top: 4vw;
    padding-bottom: 4vw;
}
.second_nav>ul>li a{
    color: #969696;
}
.second_nav>ul>li>img{
    position: relative;
    top: 0.5vw;
    float: right;
    width: 4vw;
}

.second_nav_hide{
    display: none;
}
.second_nav_hide>li{
    display: block;
    font-size: 3.74vw;
    width: 56vw;
    margin: 3vw 0 6vw 4vw;
    color: #969696;
}
.second_nav_hide>li img{
    position: relative;
    top: 0.5vw;
    float: right;
    width: 4vw;
}

.thrid_nav_hide{
    display: none;
}
.thrid_nav_hide li a{
    display: block;
    font-size: 3vw;
    width: 52vw;
    margin: 3vw 0 6vw 8vw;
    color: #969696;
}
.thrid_nav_hide li a:nth-of-type(1){
    margin-top: 0;
}
.index_hidden {
    overflow-y: auto;
}
.index_news {
    padding: 8% 0;
}
.index_news_title p:nth-child(1) {
    font-size: 5.8vw;
    padding-bottom: 6%;
    line-height: 1;
}
.index_news_title p:nth-child(2) {
    padding-bottom: 8%;
}
.index_news_title p:nth-child(2) span {
    font-size: 4.8vw;
    margin-bottom: 3%;
    margin-right: 5%;
    font-weight: 400;
}
.index_news_item {
    padding-top: 8%;
}
.index_news_date {
    display: none;
}
.index_news_icon {
    display: none;
}
.latest_inline_date {
    margin-bottom: 3%;
    font-size: 3.74vw;
    white-space: nowrap;
    color: #c7c7c7;
    display: block;
}
.latest_title {
    font-size: 4.2vw;
    line-height: 1.5;
    margin-bottom: 3%;
}
.latest_desc p {
    font-size: 3.74vw;
    line-height: 1.5;
    margin-bottom: 3%;
}
.latest_desc {
    font-size: 3.74vw;
    line-height: 1.5;
    margin-bottom: 0;
}
.index_plan {
    padding: 8% 0;
}
.index_plan_item:nth-child(4n) {
    margin-right: 0;
}
.index_plan_item:last-child {
    margin-bottom: 0;
}
.index_plan_item {
    width: 100%;
    margin-bottom: 8%;
    margin-right: 0;
}
.index_plan_img {
    height: 40vw;
}
.index_plan_img img {
    height: 40vw;
}
.index_plan_wz {
    padding: 5% 5% 7%;
}
.index_plan_wz p.plan_title {
    font-size: 4.2vw;
    margin-bottom: 4%;
}
.index_plan_wz p.plandesc {
    height: 20vw;
}
.index_plan_wz p.plandesc span {
    font-size: 3.4vw;
    line-height: 1.5;
}
.index_plan_wz p.link_doc span {
    font-size: 3.74vw;
}
.index_plan_wz p.link_doc i {
    font-size: 3.74vw;
}
.index_news_title p:nth-child(2) a {
    font-size: 4.8vw;
    font-weight: 400;
}
.index_plan_item em {
    top: 4.2vw;
    left: 4.2vw;
    height: 7.8vw;
    font-size: 3.74vw;
    border-radius: 4vw;
    padding: 0 3vw;
}
.idnex_help {
    padding: 8% 0;
}
.idnex_help_item {
    width: 100%;
    padding: 8%;
    margin-bottom: 8%;
}
.idnex_help_tit {
    padding-bottom: 4%;
}
.idnex_help_tit img {
    width: 6.8vw;
    height: 6.8vw;
}
.idnex_help_tit p {
    font-size: 4.8vw;
    line-height: 1.5;
}
.idnex_help_list {
    padding-top: 5%;
}
.idnex_help_box a {
    font-size: 4.2vw;
    line-height: 2.3;
}
.index_help_a a {
    font-size: 4.2vw;
    line-height: 1;
    margin-top: 5%;
}
.idnex_help_faq {
    margin-top: 0;
}
.faq_tit {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: 5%;
}
.faq_box {
    width: 100%;
    margin-top: 5%;
    margin-right: 0;
}
.faq_box a {
    font-size: 4.2vw;
    line-height: 2;
}
.index_contact_ltb {
    width: 80vw;
    height: 60vw;
    top: -40vw;
    left: -30vw;
    border-radius: 100%;
}
.index_contact {
    padding: 20vw 0;
}
.index_contact_rbb {
    width: 80vw;
    height: 60vw;
    bottom: -40vw;
    right: -30vw;
    border-radius: 100%;
}
.index_contact_inner p {
    font-size: 4.8vw;
    margin-bottom: 5%;
}
.index_contact_inner a {
    font-size: 4.8vw;
    width: 35%;
    height: 12vw;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: unset;
}
.hgb_box {
    display: none;
}
.hgb_box:last-child {
    display: block;
    width: 100%;
    padding: 0 5% 5%;
}
.head_get_inner {
    width: 72%;
}
.head_get_body {
    height: auto;
}
.hgb_title {
    font-size: 4.8vw;
    padding: 12% 0 8%;
    line-height: 1;
}
img.img_icon {
    display: none;
}
img.img_ewm {
    display: block;
    width: 30vw;
    height: 30vw;
    object-fit: contain;
    margin: 0 auto;
}
.hgb_box_wz p {
    font-size: 4.2vw;
    padding: 5% 0;
}
.hgb_flex {
    padding: 0 5% 5%;
}
.hgb_box_wz span {
    font-size: 3.4vw;
}
.hgb_box_wz i {
    font-size: 3.74vw;
    margin-top: 5%;
}
.hgb_box:hover {
    box-shadow: unset;
    transform: unset;
}
.index_link {
    display: none;
}
.footer {
    display: none;
}
.footer_item_nav a {
    font-size: 3.74vw;
    width: 32%;
    text-align: center;
    padding-right: 0;
}
.footer_item_bi span {
    display: block;
    text-align: center;
}
.footer_item_bi {
    font-size: 3.74vw;
    padding-top: 3%;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    border-top: 1px solid rgb(255 255 255 / 14%);
    margin-top: 3%;
}
.footer_item_bi a {
    font-size: 3.74vw;
}
.footer_bottme {
    padding: 5% 0;
}
.page_common a {
    margin:0 4px 0;
    display: none;
    font-size: 3.74vw;
}
.page_common a.active {
    display: block;
}
.page_common a.pagebt {
    display: block;
    padding: 4px 9px;
}
.list_article .index_news_inner {
    margin-bottom: 8%;
}
.list_solutions .index_plan_item {
    margin-bottom: 8%;
}
.list_solutions .index_plan_item:last-child {
    margin-bottom: 8%;
}
.banner_code_flex {
    height: auto;
}

.banner_code {
    height: auto;
    position: relative;
}
.banner_code_right {
    width: 100%;
}
.banner_code_left {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(359deg, rgb(250 250 250 / 18%) 0%, rgb(251 251 251 / 74%) 100%), linear-gradient(358deg, rgb(250 250 250 / 0%) 13.55%, rgb(252 252 252 / 78%) 50%);
    height: 100%;
    padding-top: 5%;
}

.banner_code_left p:nth-child(1) {
    font-size: 5.4vw;
}
.banner_code_left p:nth-child(2) {
    font-size: 4.2vw;
    margin: 3% 0 3% 0;
}
.banner_code_left p:nth-child(3) {
    font-size: 3.74vw;
    line-height: 1.5;
    padding: 0 6%;
}
.banner_code_left p:nth-child(4) a:last-child {
    display: none;
}
.banner_code_left p:nth-child(4) {
    justify-content: center;
}
.banner_code_left p:nth-child(4) a:first-child {
    margin-right: 0;
    margin-top: 5%;
    font-size: 4.2vw;
    height: 12vw;
    line-height: 12vw;
    width: 40%;
}
.footer_item_nav {
    border-bottom: 1px solid #edeff2;
    border-top: none;
    padding-top: 0;
    padding-bottom: 5%;
}
.list_help_left {
    display: none;
}
.list_help_right {
    display: none;
}
.list_help_center {
    width: 100%;
}
.lht_title {
    font-size: 5.8vw;
    margin-bottom: 0;
    line-height: 1.5;
}
.list_help {
    padding: 8% 0;
}
.lht_list {
    margin-bottom: 8%;
}
.lhc_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8%;
    line-height: 1;
}
.lht_box {
    padding: 4.2% 0;
}
.lht_box a {
    font-size: 4.2vw;
    margin: 0 3%;
}
.lhc_tag span {
    font-size: 4.8vw;
    margin-bottom: 3%;
}
.lhc_art a {
    width: 100%;
    font-size: 4.2vw;
}
.lhc_art p {
    width: 100%;
    align-items: center;
}

.lhc_art p:last-child {
    margin-top: 3%;
    justify-content: flex-start;
}
.lhc_tag a {
    font-size: 4.2vw;
}
.lhc_url p:last-child {
    display: none;
}
.lhc_url {
    padding: 5%;
}
.lhc_url p {
    padding: 0;
    font-size: 3.74vw;
}
.lhc_tag {
    margin: 5% 0;
}
.lhc_art {
    margin: 5% 0;
}
.container_search {
    width: 100%;
    padding: 0 15px;
}
.mian_search {
    padding: 8% 0;
}
.search_total {
    font-size: 3.74vw;
    padding-bottom: 3%;
}
.search_box {
    padding: 5% 0;
}
.search_list {
    margin-bottom: 8%;
}
.search_box p {
    font-size: 4.2vw;
    margin-bottom: 3%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search_box span {
    font-size: 3.74vw;
}
.lhc_catfour a {
    font-size: 4vw;
    height: 10vw;
    line-height: 10vw;
    margin-bottom: 3%;
    margin-right: 3%;
    padding: 0;
    width: 22%;
    text-align: center;
}
.lhc_website_list {
    padding: 5% 0 8%;
}
.lhc_website_box {
    width: 49%;
    margin-right: 2%;
    padding: 4% 3%;
}
.lhc_website_box:nth-child(3n) {
    margin-right: 2%;
}
.lhc_website_box:nth-child(2n) {
    margin-right: 0;
}
.website_left img {
    width: 8vw;
    height: 8vw;
}
.website_right p {
    font-size: 3.74vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.website_right span {
    font-size: 3vw;
}
.info_website_top {
    margin: 5% 0 8%;
    padding: 5%;
}
.iwt_left img {
    width: 15vw;
    height: 15vw;
}
.iwt_right {
    width: 75%;
}
.iwt_descr {
    font-size: 3.74vw;
    -webkit-line-clamp: 1;
    margin-top: 3%;
    padding-right: 0;
}
.iwt_cat a {
    background: unset;
    padding: 0;
    font-size: 4.2vw;
}
.iwt_tit a {
    font-size: 4.2vw;
    background: unset;
    padding: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    display: inline-block;
}
.iwt_tit i {
    line-height: 1;
    height: 4.2vw;
    font-size: 4.2vw;
}
.iwt_tit {
    margin-left: 5%;
}
.info_website_content {
    margin: 8% 0;
}
.lhr_title {
    font-size: 4.2vw;
    padding: 0;
}
.info_website_like .lhc_website_list {
    padding: 8% 0 0;
}
.lhc_quick_box {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 8%;
}
.lhc_quick_inner {
    padding: 0 0 0 5%;
}
.lhc_quick_title:before {
    left: -6.5%;
    top: 40%;
    background-color: #1962e1;
    border: none;
}
.lhc_quick_title {
    font-size: 4.2vw;
    margin-bottom: 0;
}
.lhc_quick_time {
    font-size: 3.74vw;
    padding-bottom: 0;
    padding-top: 3%;
}
.lhc_quick_info {
    font-size: 3.74vw;
    padding-bottom: 0;
}
.lhc_quick_inner:hover {
    background: #ffffff;
}
.lhc_baike {
    margin: 0 0 8%;
}

.lhc_baike_box {
    padding: 4% 0;
}
.lhc_baike_inner {
    margin-left: 3%;
}
.lhc_baike_inner p {
    font-size: 4.8vw;
}
.lhc_baike_img img {
    width: 4.8vw;
    height: 4.8vw;
    object-fit: contain;
}
.lhc_baike_inner span {
    margin-top: 3%;
    font-size: 4vw;
}
.lhc_baike_inner i {
    font-size: 3.74vw;
    margin-top: 3%;
}
.baike_right.scroll {
    position: unset;
}
.second_nav_hide>li a {
    color: #6b6b6b;
}
.solution_left {
    width: 100%;
}
.solution_main {
    padding: 8% 0 0;
}
.solution_right {
    width: 100%;
    justify-content: center;
}
.solution_content_box {
    margin-bottom: 8%;
}
.solution_content_box h2 {
    font-size: 4.8vw;
    margin-bottom: 3%;
        margin-top: 8%;
}
.solution_content_box h2 span {
    font-size: 4.8vw !important;
    display: block;
}
.scb p {
    font-size: 4.2vw;
}
.scb {
    font-size: 4.2vw;
}
.scb_table_tr {
    height: auto;
    flex-wrap: wrap;
    margin-bottom: 8%;
}
.scb_table_td:nth-child(1) {
    width: 100%;
    height: 10vw;
    line-height: 10vw;
    font-size: 4.2vw;
    margin-bottom: 4%;
}
.scb_table_tr:nth-child(1) .scb_table_td:nth-child(2) p {
    height: 10vw;
    line-height: 10vw;
    font-size: 4.2vw;
    width: 100%;
}
.scb_table_td:nth-child(2) {
    width: 100%;
}
.scb_table_flex span {
    font-size: 3.74vw;
    margin-top: 4%;
    height: 10vw;
    line-height: 10vw;
    width: 23%;
}
.scb_table_tr:nth-child(2) .scb_table_td:nth-child(2) p {
    height: 10vw;
    line-height: 10vw;
    font-size: 4.2vw;
    width: 100%;
}
.scb_table_plat:nth-child(1) {
    width: 100%;
}
.scb_table_plat:nth-child(2) {
    width: 100%;
}
.scb_table_plat_flex {
    flex-wrap: wrap;
    margin-top: 4%;
}
.scb_table_plat_flex {
    flex-wrap: wrap;
    margin-top: 4%;
    padding: 5% 5% 0 5%;
    height: auto;
    justify-content: flex-start;
}
.scb_table_plat_flex img:nth-child(5n) {
    margin-right: 0;
}
.scb_table_plat_flex img {
    width: 10vw;
    height: 10vw;
    object-fit: contain;
    margin-right: 10%;
    margin-bottom: 5%;
}
.scb_table_tr:nth-child(3) .scb_table_td:nth-child(2) p {
    height: 10vw;
    line-height: 10vw;
    font-size: 4.2vw;
}
.scb_table_tr:nth-child(3) .scb_table_td:nth-child(2) .scb_table_box {
    height: auto;
    width: 48%;
    margin-top: 4%;
    padding: 3%;
}
.scb_table_tr:nth-child(3) .scb_table_td:nth-child(2) .scb_table_box p:nth-child(2) {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.scb_table_tr:nth-child(3) .scb_table_td:nth-child(2) .scb_table_box p:nth-child(2) span {
    font-size: 4.2vw;
    width: 48%;
    margin-right: 4%;
}
.scb_table_tr:nth-child(3) .scb_table_td:nth-child(2) .scb_table_box p:nth-child(2) span:nth-child(2n) {
    margin-right: 0;
}
.scb_table_tr:nth-child(3) .scb_table_td:nth-child(2) .scb_table_box p:nth-child(1) {
    font-size: 4.8vw;
}
.scb_title p {
    font-size: 4.2vw;
}
.solution_cl_box {
    margin-top: 8%;
}
.scb_title {
    margin-bottom: 4%;
}
.scb_title span {
    font-size: 4vw;
}
.scb_ul ul li {
    font-size: 3.74vw;
    padding-left: 3.74vw;
    margin-bottom: 3%;
}
.scb_ul ul li:before {
    top: 9px;
}
.solution_right {
    display: none;
}
.case_right {
    display: none;
}
.case_left {
    width: 100%;
}
.case_main {
    padding: 8% 0 0;
}
.clc_right_bak {
    width: 100%;
    background: linear-gradient(359deg, rgb(250 250 250 / 60%) 0%, rgb(251 251 251 / 74%) 100%), linear-gradient(358deg, rgb(250 250 250 / 0%) 13.55%, rgb(252 252 252 / 78%) 50%);
}
.clc_right {
    width: 100%;
}
.case_content {
    height: 65vw;
}
.clc_left {
    width: 100%;
}
.case_brand {
    padding-top: 8%;
}
.case_brand img {
    width: 8vw;
    height: 8vw;
    margin-right: 3%;
}
.case_brand span {
    font-size: 4.8vw;
}
.case_h2 {
    font-size: 5.8vw;
    line-height: 1.5;
    margin-top: 8%;
}
.case_span {
    margin-top: 8%;
}
.case_span a {
    height: 8vw;
    line-height: 8vw;
    border-radius: 4vw;
    font-size: .9rem;
    padding: 0 0.8rem;
    margin-right: 5%;
}
.case_span span {
    height: 8vw;
    line-height: 8vw;
    border-radius: 4vw;
    font-size: .9rem;
    padding: 0 0.8rem;
    margin-right: 5%;
}

.clc_right_img img {
    height: 65vw;
}
.page_404 a {
    width: 100%;
}






.anqicms_banner img {
    height: 115vw;
    object-fit: cover;
}
.anqicms_title h3 {
    font-size: 6.4vw;
}
.anqicms_title p {
    font-size: 4.2vw;
    letter-spacing: .2rem;
    padding: 3% 0 5% 0;
}
.anqicms_a {
    width: 100%;
    justify-content: space-around;
}
.anqicms_a a:nth-child(1) {
    display: none;
}
.anqicms_a a {
    font-size: 3.74vw;
    width: 40%;
    height: 12vw;
    border-radius: 6vw;
}
.anqicms_web img {
    width: 100%;
    height: auto;
}
.anqicms_web {
    margin-top: 5%;
}
.anqicms_banner {
    height: auto;
}
.anqicms_block {
    padding-bottom: 8%;
}
.anqicms_block_title p {
    font-size: 6.4vw;
}
.anqicms_block_title .tips {
    font-size: 4vw;
    margin-top: 0.625rem;
}
.anqicms_block_flex .list {
    width: 48%;
    padding-top: 2.1875rem;
}
.anqicms_block_flex .list .title {
    font-size: 1rem;
    margin-top: 0.8rem;
}
.anqicms_block_flex .list .tips {
    font-size: .75rem;
    padding: 0;
    line-height: 1.5;
    margin-top: 0.5rem;
}
.anqicms_log {
    padding: 8% 0;
}
.anqicms_log .boxLeft {
    margin-top: 8%;
    padding: 5%;
}
.anqicms_log .boxLeft .line {
    margin: 0 8% 0 0;
}
.anqicms_log .boxLeft .line .lineQ {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    top: 1.4rem;
    left: -0.19rem;
}
.anqicms_log .boxLeft .contentTitle {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.anqicms_log .boxLeft .contentDate {
    width: 7rem;
    height: 2.3rem;
    line-height: 2.3rem;
    margin-bottom: 2rem;
    border-radius: 1.15rem;
    font-size: .85rem;
}
.anqicms_log .boxLeft .contentText {
    font-size: .85rem;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}








/* 
12 3
14 3.74
15 4
16 4.2
17 4.6
18 4.8
19 5
20 5.4
21 5.6
22 5.9
23 6.2
24 6.4 
*/


}


@media screen and (max-width: 320px){
    

     





}





