.container {
    max-width: 1430px;
}
body * {
    transition: all 200ms;  
}
body {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
em {
    font-style: normal;
}
body {
    -webkit-text-size-adjust: 100% !important;
}
a{
    text-decoration: none !important;
    color: #1962e1;
}
p{
    margin: 0;
}
h1 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 0;
}
h2{
    margin-bottom: 0;
    line-height: 1;
    font-size: 0;
}
ul {
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
dl, ol, ul {
    padding-inline-start: 0;
    padding-left: 0;
}
dl, ol, ul {
    padding: 0;
    margin: 0;
}

/* 头部 */
.head_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.head_logo img {
    width: 100%;
}
.head_logo {
    width: 16%;
}
.head_nav {
    width: 75%;
}
.head_right {
    width: 30%;
}
.head_moblies {
    display: none;
}
.head_get_portal {
    display: none;
}
.head_left {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_nav_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hnf_box {
    position: relative;
    transition: all 0.3s ease 0s;
}

.hnf_box:nth-child(3) .hnf_box_absolute {
    position: absolute;
    top: 80px;
    left: -170px;
    z-index: 999;
    width: 400px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 25px 50px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 25px 50px 0 rgb(0 0 0 / 15%);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.hnf_box:nth-child(6) .hnf_box_absolute {
    position: absolute;
    top: 80px;
    left: -50px;
    z-index: 999;
    padding: 16px 0;
    width: 160px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 25px 50px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 25px 50px 0 rgb(0 0 0 / 15%);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.hnf_box:hover .hnf_box_absolute{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}
.hnf_box a {
    font-size: 16px;
    color: #a3a3a3;
    font-weight: bold;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 80px;
}
.head_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_search {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 8px;
    width: 65%;
    height: 44px;
    border-radius: 6px;
    background-color: #f5f5f7;
    transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
form.pc_search {
    position: relative;
    width: 100%;
}
.head_search input {
    width: 100%;
    border: none;
    outline: none;
    margin: 0px 8px;
    flex: 1 0 0%;
    height: 28px;
    min-width: 0px;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(0 0 0 / 58%);
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    padding-left: 30px;
}
button.pc_btn_sub {
    border: none;
    position: absolute;
    left: 0;
    background: unset;
    outline: none;
    height: 28px;
}
button.pc_btn_sub i {
    color: rgba(0, 0, 0, .36);
    font-size: 18px;
}
.hnf_box a.active {
    color: #1f50bf;
}
.hnf_box a:hover {
    color: #1f50bf;
}
.head_get {
    width: 30%;
}
.head_get_btn {
    display: block;
    border-radius: 8px;
    background: linear-gradient(145.78deg, rgb(50, 100, 175) 20.24%, rgb(6, 32, 77) 79.76%);
    font-size: 16px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
}
.hba_flex {
    padding: 15px 0;
}
.hba_box_a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
}
.hba_box_a a {
    display: block;
    height: 48px;
    text-align: center;
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    color: #6b6b6b;
    cursor: pointer;
}
.hba_box_tit {
    display: block;
    font-size: 18px;
    color: #1f1f1f;
    cursor: pointer;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
}
.hba_box_a:hover {
    background-color: #f2f2f2;
}
.hba_box_a:hover a {
    color: #1f1f1f;
}
.hba_box_a a:hover {
    color: #1a61e1;
}
.hba_a a {
    display: block;
    height: 48px;
    text-align: center;
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    color: #6b6b6b;
    cursor: pointer;
}
.hba_a a:hover {
    background-color: #f2f2f2;
    color: #1f1f1f;
}
.head_get_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    outline: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.head_get_inner {
    position: relative;
    z-index: 222;
}
.head_get_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: opacity;
    background-color: #000000a6;
    z-index: 0;
}
.head_get_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin: auto;
    z-index: 1;
    width: 860px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 24px;
    border-radius: 16px;
}
.hgb_title {
    font-weight: 700;
    font-size: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
    text-align: center;
    line-height: 32px;
}
.hgb_flex {
    display: flex;
    justify-content: space-between;
    padding: 0 56px 56px;
}
.hgb_box {
    width: 30%;
    text-align: center;
    padding: 25px 0;
}
img.img_ewm {
    display: none;
}
.hgb_box_wz p {
    font-size: 16px;
    display: block;
    padding: 30px 0;
    color: #1f1f1f;
    font-weight: 700;
}
.hgb_box_wz span {
    font-size: 13px;
    display: block;
    color: #a3a3a3;
    font-weight: 300;
}
.hgb_box_wz i {
    font-size: 14px;
    color: #1a61e1;
    font-style: normal;
    font-weight: 500;
    margin-top: 22px;
    display: block;
}
.hgb_box:hover {
    box-shadow: rgb(0 0 0 / 4%) 0px 4px 16px;
    transform: translateY(-8px);
}
.hgb_box:hover img.img_icon {
    display: none;
}
.hgb_box:hover img.img_ewm {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}
.head_get_body {
    height: 450px;
}





div#whole {
    height: 100vh;
    background: #fafafa;
    padding: 115px 0;
}
.index_whole_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_whole_left {
    width: 35%;
}
.index_whole_right {
    width: 65%;
    position: relative;
}
.iwi_img_back img {
    width: 100%;
}
.index_whole_title {
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-top: 15px;
    padding-bottom: 60px;
    letter-spacing: 0.04em;
}
.index_whole_title span {
    color: #1962e1;
}
.index_whole_hidden {
    height: calc(50% - 35px);
    overflow: hidden;
}
.iwb_box_wz p {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 4px;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.2;
    letter-spacing: 0.02em;
}
.iwb_box_wz span {
    font-size: 16px;
    line-height: 36px;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    color: #6b6b6b;
    letter-spacing: 0.02em;
    opacity: 0.2;
    display: block;
    padding-bottom: 70px;
    width: 50%;
}
.iwb_box_wz {
    padding-left: 10px;
}
.iwb_box {
    position: relative;
    padding-left: 12px;
}
.iwb_box_point {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 15px;
    background: rgb(0 0 0 / 8%);
    border-radius: 100%;
}
.iwb_box_line {
    width: 1px;
    height: calc((100% - 70px) - 4px);
    left: 4px;
    background-color: rgba(0,0,0,0.1);
    top: 58px;
    position: absolute;
}
.iwb_box_a a {
    background: linear-gradient(145.78deg, rgb(50, 100, 175) 20.24%, rgb(6, 32, 77) 79.76%);
    border-radius: 6px;
    font-size: 16px;
    height: 46px;
    width: 116px;
    color: #ffffff;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.iwb_box_a i {
    display: block;
    font-size: 18px;
}
.iwb_box_a {
    padding-left: 10px;
}
.foo_num0 .iwb_box0 .iwb_box_point {
    background: #1962e1;
}
.foo_num0 .iwb_box0 .iwb_box_wz p{
  opacity: 1;
}
.foo_num0 .iwb_box0 .iwb_box_wz span{
    opacity: 1;
  }
  .foo_num1 .iwb_box1 .iwb_box_point {
    background: #1962e1;
}
.foo_num1 .iwb_box1 .iwb_box_wz p{
  opacity: 1;
}
.foo_num1 .iwb_box1 .iwb_box_wz span{
    opacity: 1;
  }
  .foo_num2 .iwb_box2 .iwb_box_point {
    background: #1962e1;
}
.foo_num2 .iwb_box2 .iwb_box_wz p{
  opacity: 1;
}
.foo_num2 .iwb_box2 .iwb_box_wz span{
    opacity: 1;
  }


  .foo_num0   .index_whole_box   {
    transform: translateY(0px);
} 
.foo_num1   .index_whole_box   {
    transform: translateY(-186px);
} 
.foo_num2   .index_whole_box   {
    transform: translateY(-372px);
} 



.iwi_img_item {
    opacity: 0;
    position: absolute;
    transform: translate3d(0px, 100px, 0px);
    transition-duration: 300ms;
}
.foo_num0 .iwi_img_item0 {
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}
.foo_num1 .iwi_img_item1 {
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}
.foo_num2 .iwi_img_item2 {
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}
.iwi_img_flex {
    display: flex;
    justify-content: space-between;
}
.iwi_img_box {
    width: 30%;
    background: #f7f7f7;
    border-radius: 6px;
    overflow: hidden;
}
.iwi_img_back {
    position: relative;
}
.iwi_img_absolute {
    position: absolute;
    top: 68%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-68%);
    padding: 0 125px;
    overflow: hidden;
}
.iwi_img_box_img img {
    width: 45px;
    display: block;
    margin: 50px auto;
    height: 45px;
    object-fit: contain;
}
.iwi_img_box_tit {
    text-align: center;
    font-size: 18px;
    color: #4c4c4c;
    font-weight: 700;
}
.iwi_img_box_p {
    text-align: center;
    font-size: 14px;
    color: #6b6b6b;
    margin-bottom: 50px;
}
.iwi_img_box_p {
    text-align: center;
    font-size: 14px;
    color: #6b6b6b;
    margin: 30px auto;
    line-height: 40px;
}
.index_whole_img {
   position: relative;
}
.index_whole_m {
    display: none;
}


.index_case {
    padding: 90px 0;
    background: #ffffff;
}
.index_case_title {
    font-size: 36px;
    font-weight: 700;
    color: #1f1f1f;
    line-height: 56px;
    margin-bottom: 8px;
}
.index_case_cat {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 32px 0;
}
.index_case_cat p {
    line-height: 40px;
    font-size: 16px;
    color: rgba(0,0,0,0.36);
    font-weight: 700;
    margin-right: 40px;
}
.index_case_a a {
    border-radius: 6px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    padding: 0 12px;
    margin-bottom: 18px;
    margin-right: 18px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: rgba(0,0,0,0.58);
    font-weight: 700;
    background-color: rgba(0,0,0,0.02);
    cursor: pointer;
    display: block;
}
.index_case_a {
    display: flex;
    justify-content: flex-start;
}
.index_case_a a:hover {
    box-shadow: rgb(26 97 225 / 10%) 0px 0px 0px 1px inset;
    color: rgb(26 97 225);
    background: rgb(26 97 225 / 10%);
}
.index_case_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.index_case_box {
    width: 23.5%;
    margin-right: 2%;
    box-shadow: 0px 4px 12px 0 rgb(0 0 0 / 2%), 0 0 0 1px rgb(0 0 0 / 1%);
    border-radius: 8px;
    margin-bottom: 2%;
}
.index_case_box:nth-child(4n) {
    margin-right: 0;
}
.index_case_pp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
}
.index_case_pp img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 12px;
}
.index_case_img {
    height: 200px;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.index_case_img img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 200px;
    object-fit: cover;
}
.index_case_wz {
    padding: 20px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.index_case_pp p {
    line-height: 24px;
    color: rgba(0,0,0,0.88);
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_case_wz_title {
    line-height: 28px;
    height: 56px;
    font-size: 16px;
    color: rgba(0,0,0,0.88);
    font-weight: 700;
    margin-bottom: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index_case_hfm span {
    font-size: 13px;
    color: rgba(0,0,0,0.36);
    line-height: 20px;
}
.index_case_hfm i {
    margin: 0 10px;
    height: 12px;
    width: 1px;
    background-color: rgba(0,0,0,0.08);
    display: inline-block;
    vertical-align: -2px;
}
.index_case_box:hover {
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 4%), 0 0 0 1px rgb(0 0 0 / 2%);
}
.index_case_box:hover .index_case_img img {
    transform: scale(1.08);
}
.index_case_more a {
    border-radius: 8px;
    line-height: 44px;
    font-size: 16px;
    height: 44px;
    width: 124px;
    font-weight: 700;
    text-align: center;
    background-color: rgba(0,0,0,0.02);
    display: block;
    margin: 0 auto;
    color: #1962e1;
    margin-top: 30px;
}
.index_case_more a:hover {
    background-color: rgba(0,0,0,0.06);
}

.index_mumber {
    background: #fafafa;
    padding: 90px 0;
}
.index_mumber_hidde {
    overflow: hidden;
    position: relative;
    height: 280px;
}
.index_mumber_absolute:nth-child(1) {
    position: absolute;
    top: 0;
    width: 240%;
}
.index_mumber_absolute:nth-child(2) {
    bottom: 0;
    position: absolute;
    width: 240%;
    right: 0;
}
.index_mumber_flex {
    display: flex;
    justify-content: space-between;
}
.index_mumber_absolute:nth-child(1) .index_mumber_flex {
    animation: 45s linear 0s infinite normal none running gw0;
}
.index_mumber_absolute:nth-child(2) .index_mumber_flex {
    animation: 45s linear 0s infinite normal none running gw1;
}
@keyframes gw0{
    0% {
        transform: translate3d(0px, 0px, 0px);
    }
    100% {
        transform: translate3d(-1100px, 0px, 0px);
    }
}
@keyframes gw1{
    0% {
        transform: translate3d(0px, 0px, 0px);
    }
    100% {
        transform: translate3d(1100px, 0px, 0px);
    }
}

.index_mumber_title {
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 90px;
    letter-spacing: 0.04em;
    text-align: center;
}
.index_mumber_title span {
    color: #1962e1;
}
.index_mumber_box img {
    height: 55px;
    width: 55px;
    object-fit: contain;
    background: #ffffff;
    border-radius: 100%;
    padding: 8px;
    margin: 0 auto;
    display: block;
}
.index_mumber_box p {
    color: rgba(0,0,0,0.22);
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    display: block;
    line-height: 30px;
}
.index_mumber_left {
    width: 104px;
    background: linear-gradient(90deg, rgb(250, 250, 250) 0%, rgba(255, 255, 255, 0) 85.71%);
    left: 0px;
    top: 0px;
    height: 100%;
    position: absolute;
    visibility: visible;
}
.index_mumber_right {
    width: 104px;
    background: linear-gradient(90deg, rgb(250, 250, 250) 0%, rgba(255, 255, 255, 0) 85.71%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    right: 0px;
    top: 0px;
    height: 100%;
    position: absolute;
    visibility: visible;
}
.index_mumber_title_m {
    display: none;
}
.header_nav {
    display: none;
}
.bodycover {
    display: none;
}
.index_hidden {
    overflow-y: hidden;
    padding-left: calc(100vw - 100%);
    margin-left: calc(100vw - 100%);
}
.index_news {
    padding: 90px 0;
}
.index_news_title p:nth-child(1) {
    font-size: 42px;
    font-weight: 700;
    color: #1f1f1f;
    text-align: left;
    padding-bottom: 36px;
}
.index_news_title p:nth-child(2){
    padding-bottom: 40px;
}
.index_news_title p:nth-child(2) span {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    color: #1f1f1f;
    letter-spacing: 0;
    line-height: 24px;
    margin-right: 16px;
    font-size: 18px;
}
.index_news_title p:nth-child(2) a{
    margin-bottom: 8px;
    font-weight: 600;
    color: #1f50bf;
    letter-spacing: 0;
    line-height: 24px;
    border-bottom: 1px solid transparent;
    font-size: 18px;
}
.index_news_title p:nth-child(2) a:hover {
    border-bottom: 1px solid #1f50bf;
}
.latest_inline_date {
    display: none;
}
.index_news_inner {
    -webkit-box-shadow: 0 -1px 0 0 rgb(0 0 0 / 6%);
    box-shadow: 0 -1px 0 0 rgb(0 0 0 / 6%);
}
.index_news_item {
    padding-top: 28px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.index_news_item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.index_news_date {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 56px;
    margin-right: 24px;
    font-size: 16px;
    white-space: nowrap;
    color: #a3a3a3;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
}
.index_news_text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding-bottom: 20px;
}
.index_news_icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 103px;
    width: 80px;
    height: 80px;
    border-radius: 8px;
}
.latest_title {
    color: #1f1f1f;
    font-weight: 600;
    -webkit-transition: 0.15s ease color;
    transition: 0.15s ease color;
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 28px;
}
.latest_desc {
    margin-bottom: 8px;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #6b6b6b;
    letter-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
}
.latest_desc p {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 24px;
}

.index_plan {
    background: #fafafa;
    padding: 90px 0;
}
.index_plan_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.index_plan_item {
    width: 23.5%;
    margin-right: 2%;
    position: relative;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0px 12px 30px rgb(140 140 140 / 8%);
    box-shadow: 0px 12px 30px rgb(140 140 140 / 8%);
}
.index_plan_item:hover {
    -webkit-box-shadow: 0px 12px 50px rgb(0 0 0 / 15%);
    box-shadow: 0px 12px 50px rgb(0 0 0 / 15%);
}
.index_plan_item:nth-child(4n) {
    margin-right: 0;
}

.index_plan_img img {
    width: 100%;
    height: 165px;
    object-fit: cover;
}

.index_plan_img {
    height: 165px;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.index_plan_wz {
    background: #ffffff;
    padding: 20px 20px 28px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.index_plan_wz p.plan_title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.index_plan_wz p.plandesc {
    height: 82px;
    display: block;
}
.index_plan_wz p.plandesc span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    line-height: 22px;
    color: rgba(0, 0, 0, .4);
}
.index_plan_wz p.link_doc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.index_plan_item em {
    position: absolute;
    top: 16px;
    left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    height: 28px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background-color: rgba(0, 0, 0, .36);
    border-radius: 14px;
    font-style: normal;
}
.index_plan_wz p.link_doc span {
    display: block;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    color: #1962e1;
    line-height: 1;
}
.index_plan_wz p.link_doc i {
    font-size: 14px;
    line-height: 1;
    display: block;
    color: #1962e1;
    margin-left: 5px;
}
.index_plan_item:hover .index_plan_img img {
    transform: scale(1.05);
}
/* 
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
} */
::-webkit-scrollbar:horizontal {
    height: 0px;
}
::-webkit-scrollbar:vertical {
    width: 8px;
}
html, body {
    overflow-x: hidden;
}
::-webkit-scrollbar-track-piece {
    background-color: #ccc;
    border-radius: 5px;
} 
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #ccc;
    box-sizing: border-box;
    border: 1px solid #bbb;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}
::-webkit-scrollbar-corner {
    display: block;
    /* 修复交汇时出现的白块 */
}

.idnex_help {
    padding: 90px 0;
    background: #ffffff;
}
.idnex_help_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.idnex_help_item {
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: rgb(0 0 0 / 2%) 0px 4px 16px;
    width: 32%;
    padding: 40px;
    border-radius: 8px;
}
.idnex_help_tit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 12px;
}
.idnex_help_list {
    -webkit-box-shadow: 0px 1px 0px rgb(0 0 0 / 6%) inset;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 6%) inset;
}
.idnex_help_tit img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 10px;
}
.idnex_help_tit p {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 500;
    color: #1f1f1f;
}
.idnex_help_list {
    padding-top: 16px;
}
.idnex_help_box a {
    display: block;
    font-size: 16px;
    cursor: pointer;
    color: #6b6b6b;
    letter-spacing: .8px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.idnex_help_box a:hover {
    color: #1962e1;
}
.index_help_a a {
    font-size: 16px;
    color: #1962e1;
    letter-spacing: .57px;
    line-height: 16px;
    margin-top: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.index_help_a i {
    margin-left: 8px;
}
.index_help_a:hover i {
    margin-left: 16px;
}
.idnex_help_faq {
    margin-top: 36px;
}
.faq_tit {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 500;
    color: #1f1f1f;
    margin-bottom: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
}
.faq_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.faq_box:nth-child(3n) {
    margin-right: 0;
}
.faq_box {
    width: 31%;
    margin-right: 3.5%;
    margin-top: 20px;
}
.faq_box a {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: rgba(0,0,0,0.58);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.faq_box a:hover {
    color: #1962e1;
}
.idnex_help_item:hover {
    transform: translateY(-8px);
    box-shadow: rgb(0 0 0 / 6%) 0px 4px 16px;
}
.index_contact {
    background: #1e66e2;
    background: linear-gradient(145.78deg, rgb(50, 100, 175) 20.24%, rgb(6, 32, 77) 79.76%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
.index_contact_inner p {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 32px;
}
.index_contact_inner {
    text-align: center;
}
.index_contact_inner a {
    font-size: 18px;
    color: #2970ea;
    height: 52px;
    width: 164px;
    background: #ffffff;
    display: block;
    margin: 0 auto;
    line-height: 52px;
    border-radius: 8px;
    font-weight: 700;
}
.index_contact_ltb {
    height: 1200px;
    width: 1200px;
    top: -1020px;
    left: -600px;
    position: absolute;
    background: #b5d2fc38;
    border-radius: 99999px;
}
.index_contact_rbb {
    height: 1200px;
    width: 1200px;
    bottom: -1020px;
    right: -600px;
    position: absolute;
    background: #b5d2fc38;
    border-radius: 99999px;
}
/* 友情链接 */
.index_link {
    border-bottom: 1px solid hsl(216deg 16% 94% / 33%);
    font-size: 14px;
    padding: 15px 0;
    background: #fafafa;
}
.index_link_flex span {
    color: #a3a3a3;
    padding-right: 15px;
    display: inline-block;
}
.index_link_flex a {
    color: #a3a3a3;
    padding-right: 15px;
    display: inline-block;
}

/* 底部样式开始 */

.footer {
    background: #fafafa;
    padding: 40px 0 26px;
}
.footer_flex {
    display: flex;
    justify-content: space-between;
}
.footer_left {
    width: 80%;
}
.footer_right {
    width: 15%;
}
.footer_left {
    display: flex;
    justify-content: space-between;
}

.footer_left .footer_item {
    width: 15%;
}
.footer_left .footer_item .footer_item_list a:hover {
    color: #2a71ea;
}
span.follow_title:hover {
    color: #266ee9;
}
.footer_left .footer_item .footer_item_list a {
    display: block;
    font-size: 14px;
    color: #a3a3a3;
    margin: 0 0 10px;
    transition: .3s;
    cursor: default;
}
.footer_item_region {
    position: relative;
}
span.follow_ewm {
    position: absolute;
    top: -9px;
    right: -50px;
    width: 134px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dfe1e6;
    box-shadow: 0 6px 15px 0 rgb(49 50 51 / 5%), 0 3px 5px 0 rgb(49 50 51 / 5%);
    border-radius: 5px;
    -webkit-transform: translate(40px,0);
    -ms-transform: translate(40px,0);
    transform: translate(40px,0);
    box-shadow: 0 6px 15px 0rgba(49,50,51,.05),0 3px 5px 0 rgba(49,50,51,.05);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear 0s;
}
.footer_item_tit {
    font-size: 14px;
    color: #626366;
    border-bottom: 1px solid #edeff2;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 19px;
}
.footer_item_region a:nth-child(2):hover span.follow_ewm:before {
    top: 40px;
}
.footer_item_region a:nth-child(3):hover span.follow_ewm:before {
    top: 70px;
}
.footer_item_list a {
    color: rgb(255 255 255 / 45%);
    font-size: 14px;
    display: block;
    margin: 19px 0;
}
.footer_item_region a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 10px;
}
span.follow_icon {
    display: inline-flex;
    vertical-align: middle;
    font-size: 0;
    height: 32px;
    line-height: 32px;
    width: 32px;
    margin-right: 12px;
    background: hsla(0,0%,100%,.45);
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}
span.follow_ewm p {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #a3a3a3;
}
span.follow_title {
    display: block;
    font-size: 14px;
    color: #a3a3a3;
    transition: .3s;
    cursor: default;
}
.footer_item_region a:hover span.follow_icon {
    background: #ffffff;
}
span.follow_ewm img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    padding: 8px;
}
.footer_item_region a:hover span.follow_ewm {
    -webkit-transform: translate(20px,0);
    -ms-transform: translate(20px,0);
    transform: translate(20px,0);
    opacity: 1;
    visibility: visible;
}
span.follow_ewm:before {
    position: absolute;
    width: 20px;
    height: 20px;
    content: "";
    left: -14px;
    background: url(../img/arrow.jpg);
}
.footer_bottme {
    background: #fafafa;
    padding: 9px 0;
}
.footer_item_nav a {
    color: #a3a3a3;
    padding-right: 30px;
    display: inline-block;
    font-size: 14px;
}
.footer_item_nav {
    border-top: 1px solid #edeff2;
    padding-top: 30px;
}
.footer_item_bi {
    font-size: 14px;
    padding-top: 10px;
    color: #a3a3a3;
}
.footer_item_bi a {
    font-size: 14px;
    color: #a3a3a3;
}
.footer_item_nav a:hover {
    color: #1761e1;
}
/* 列表 */

.page_common {
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center;
}
.page_common a {
    margin: 30px 4px 0;
    padding: 4px 12px;
    font-size: 15px;
    color: #6b6b6b;
    background-color: #fafafa;
    border-radius: 4px;
}
.page_common a:hover {
    box-shadow: rgb(26 97 225 / 10%) 0px 0px 0px 1px inset;
    color: rgb(26 97 225);
    background: rgb(26 97 225 / 10%);
}
.page_common a.active {
    color: #ffffff;
    background: #1f50bf;
}
.list_article .index_news_inner {
    margin-bottom: 50px;
}
.index_case_a a.active {
    box-shadow: rgb(26 97 225 / 10%) 0px 0px 0px 1px inset;
    color: rgb(26 97 225);
    background: rgb(26 97 225 / 10%);
}
.list_solutions .index_plan_item {
    margin-bottom: 2%;
}
.list_solutions .page_common a {
    background: #ffffff;
}
.list_solutions .page_common a.active {
    background: #1f50bf;
}



.banner_code {
    background: #ffffff;
    height: 440px;
    overflow: hidden;
    position: relative;
}
.banner_code_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 440px;
    flex-wrap: wrap;
}
.banner_code_left {
    width: 40%;
}
.banner_code_right {
    width: 40%;
}
.banner_code_left p:nth-child(1) {
    font-size: 40px;
    font-weight: 700;
    color: #1f1f1f;
}
.banner_code_left p:nth-child(2) {
    display: block;
    color: rgba(0,0,0,0.36);
    font-weight: 100;
    font-size: 16px;
    line-height: 26px;
    margin: 24px 0 16px 0;
}
.banner_code_left p:nth-child(3) {
    font-size: 17px;
    line-height: 28px;
}
.banner_code_left p:nth-child(4) {
    font-size: 17px;
    line-height: 28px;
    color: #001A33;
}
.banner_code_left p:nth-child(4) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner_code_right img {
    width: 100%;
}
.banner_code_left p:nth-child(4) a:first-child {
    color: #ffffff;
    background: #4992ff;
    margin-right: 16px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    width: 164px;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    margin-top: 32px;
    background: linear-gradient(145.78deg, rgb(50, 100, 175) 20.24%, rgb(6, 32, 77) 79.76%);
    display: block;
}
.banner_code_left p:nth-child(4) a:last-child {
    display: block;
    text-align: center;
    color: #001A33;
    font-weight: 600;
    font-size: 16px;
    width: 128px;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    background: #fff;
    margin-top: 32px;
    border: 1px solid #001A33;
    box-shadow: 0px 1px 8px 1px #001a33;
    box-shadow: 0px 1px 16px 0px rgb(0 128 255 / 6%);
}
.banner_code_left p:nth-child(4) a:first-child:hover {
    box-shadow: 0px 1px 16px 14px rgb(8 23 224 / 6%);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.banner_code_left p:nth-child(4) a:last-child:hover{
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0px 1px 16px 14px rgb(0 0 0 / 6%);
}




.banner_code_right svg {
    display: block;
    width: 100%;
}


.lht_mobile {
    display: none;
}

.list_help_left {
    width: 16%;
}
.lht_pc:hover {
    background: #f5f9ff;
    border-radius: 6px;
}
.lht_pc {
    padding: 12px 0 12px 12px;
    color: #1a61e1;
    font-size: 16px;
    font-weight: 700;
}
.list_help_cat .link {
    display: flex;
    justify-content: space-between;
    padding: 12px 12px 12px 20px;
    font-size: 16px;
    font-weight: 700;
    color: rgb(0 0 0 / 58%);
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.list_help_cat .link:hover {
    background: #f5f9ff;
    border-radius: 6px;
}
.list_help_cat ul.submenu li {
    padding: 8px 8px 8px 40px;
}
.list_help_cat ul.submenu li:hover {
    background: #f5f9ff;
    border-radius: 6px;
}
.list_help_cat ul.submenu li a {
    font-size: 16px;
    color: rgb(0 0 0 / 58%);
    display: block;
    height: 28px;
    line-height: 28px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
ul.submenu {
    display: none;
    transition: all 100ms;
}
.accordion li.open i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.list_help_cat li.open .link {
    color: #1a61e1;
}
.list_help {
    padding: 90px 0;
}
.list_help_flex {
    display: flex;
    justify-content: space-between;
}
.list_help_center {
    width: 56%;
}
.list_help_right {
    width: 18%;
}
.lht_title {
    font-size: 30px;
    color: #1f1f1f;
    font-weight: 600;
    margin-bottom: 50px;
    line-height: 1;
    display: block;
}
.lht_list {
    border-top: 1px solid #f2f2f2;
}
.lht_box {
    padding: 16px 0;
    border-bottom: 1px solid #f2f2f2;
}
.lht_box a {
    display: block;
    font-size: 16px;
    color: #6b6b6b;
    font-weight: 700;
    margin: 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lht_box:hover {
    background: #f5f9ff;
}
.lhr_title {
    font-size: 16px;
    font-weight: 700;
    color: #1a61e1;
    cursor: pointer;
    padding: 12px 0;
}
.lhr_box a {
    color: #1f1f1f;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}
.lhr_box {
    margin-bottom: 30px;
}
.lhr_box p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 14px;
    color: #6b6b6b;
    margin-bottom: 5px;
}
.lhr_box span {
    font-size: 14px;
    color: #6b6b6b;
}
.lhc_content a {
    color: #1962e1;
}
.lhc_content {
    color: #6b6b6b;
}
.lhc_content p {
    margin-bottom: 8px;
}
.lhc_content img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px auto;
}
.lhc_content h2 {
    font-size: 20px;
    color: #1f1f1f;
    margin: 20px 0 15px;
    padding-top: 15px;
}
.lhc_art {
    margin: 28px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lhc_art a:hover {
    color: #1761e1;
}
.lhc_art a {
    font-size: 16px;
    color: #6b6b6b;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lhc_tag {
    margin: 28px 0;
}
.lhc_tag span {
    display: block;
    font-size: 20px;
    color: #1f1f1f;
    margin-bottom: 10px;
    font-weight: 700;
}
.lhc_tag a {
    color: #6b6b6b;
    font-size: 16px;
    margin-right: 10px;
}
.lhc_tag a:hover {
    color: #1a61e1;
}
.lhc_url {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 1px rgb(0 0 0 / 57%);
    border-radius: 6px;
    padding: 28px;
}
.lhc_url p {
    color: #6b6b6b;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer;
}
.lhc_url i {
    padding-right: 5px;
}
.lhc_url p:last-child {
    position: relative;
    overflow: hidden;
}
.lhc_url p:last-child:after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6b6b6b;
    border-radius: 4px;
    transform: scale(.92);
}
.lhc_url p:last-child:hover:after {
    opacity: .1;
    transform: scale(1);
}
.lhr_box:hover {
    background: #f5f9ff;
}
.lhr_box {
    margin: 0 -20px;
    padding: 15px 20px;
    border-radius: 6px;
}
.lhc_url p:last-child a {
    height: 1px;
    display: block;
    overflow: hidden;
    width: 1px;
}
.list_help_cat ul.submenu li a.active {
    color: #1a61e1;
    font-weight: 700;
}
.pc_header {
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 0px;
}
.mian_search {
    padding: 50px 0 90px;
}
.search_total {
    font-size: 14px;
    line-height: 20px;
    color: #6b6b6b;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-bottom: 8px;
}
.container_search {
    width: 900px;
    margin: 0 auto;
}
.search_box {
    padding: 28px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.search_total span {
    color: #1a61e1;
}
.search_box p {
    display: block;
    margin-bottom: 8px;
    color: #2f3339;
    font-weight: bold;
    -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 16px;
}
.search_box p:hover {
    color: #1a61e1;
}
.search_box span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6b6b6b;
    word-break: break-all;
    font-size: 13px;
}
.lhc_catfour a {
    display: block;
    font-size: 16px;
    background: #fafafa;
    font-weight: 700;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 8px;
    border-radius: 6px;
    color: #00000094;
    color: rgb(0 0 0 / 58%);
    margin-right: 12px;
}
.lhc_catfour {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.lhc_catfour a:hover {
    background: #f2f2f2;
}
.lhc_website_list {
    padding: 50px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.lhc_website_box a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.website_left {
    width: 20%;
}
.website_left img {
    width: 100%;
}
.website_right {
    width: 75%;
}
.lhc_website_box:nth-child(3n) {
    margin-right: 0;
}
.lhc_website_box {
    width: 32%;
    margin-right: 2%;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px inset;
    border-radius: 6px;
    transition: background-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    padding: 20px 14px;
    margin-bottom: 2.2%;
    background: #fafafa;
}
.website_left img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
}
.website_right p {
    font-size: 16px;
    color: #000000e0;
    color: rgb(0 0 0 / 88%);
    font-weight: 700;
    font-family: ui-monospace;
}
.website_right span {
    display: block;
    font-size: 14px;
    color: #00000094;
    color: rgb(0 0 0 / 58%);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lhc_website_box:hover .website_right p {
    color: #1962e1;
}
.lhc_website_box:hover {
    box-shadow: rgb(26 97 225 / 10%) 0px 0px 0px 1px inset;
    color: rgb(26 97 225);
    background: rgb(26 97 225 / 10%);
}
.lhc_website_box:hover .website_right span {
    color: #6b6b6b;
}
.lhc_catfour a.active {
    color: rgb(26 97 225);
    background: rgb(26 97 225 / 10%);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.lhr_website_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.lhr_website_box {
    width: 100%;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px inset;
    border-radius: 6px;
    transition: background-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    padding: 20px 14px;
    background: #fafafa;
    margin-top: 15px;
}
.lhr_website_box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lhr_website_box:hover .website_right p {
    color: #1962e1;
}
.lhr_website_box:hover {
    box-shadow: rgb(26 97 225 / 10%) 0px 0px 0px 1px inset;
    color: rgb(26 97 225);
    background: rgb(26 97 225 / 10%);
}
.lhr_website_box:hover .website_right span {
    color: #6b6b6b;
}
.info_website_top {
    padding: 28px 0;
    background: #fafafa;
    border-radius: 6px;
    margin: 50px 0;
}
.iwt_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.iwt_left {
    width: 20%;
}
.iwt_right {
    width: 80%;
}
.iwt_left img {
    display: block;
    margin: 0 auto;
    width: 104px;
    height: 104px;
    object-fit: contain;
    border-radius: 6px;
    background: #ffffff;
}
.iwt_cat a {
    color: rgb(26 97 225);
    background: rgb(26 97 225 / 10%);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    display: inline-block;
    font-size: 14px;
    padding: 3px 9px;
    border-radius: 4px;
}
.iwt_right_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.iwt_tit {
    margin-left: 15px;
}
.iwt_tit a {
    color: #00000094;
    display: block;
    background: #f2f2f2;
    padding: 3px 9px;
    border-radius: 4px;
    color: rgb(0 0 0 / 58%);
    display: flex;
    align-items: center;
    font-size: 14px;
}
.iwt_tit a:hover {
    background: #e7ecf8;
    color: #1a61e1;
}
.iwt_descr {
    font-size: 16px;
    color: #6b6b6b;
    margin-top: 15px;
    padding-right: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.info_website_content {
    margin: 50px 0;
    color: #6b6b6b;
}
.info_website_content img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
.info_website_like .lhc_website_list {
    padding: 38px 0 0;
}
.lhc_quick_box {
    padding-left: 4px;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 20px;
}
.lhc_quick_inner {
    padding: 10px 0 0px 20px;
    border-left: 1px dashed #efefef;
}
.lhc_quick_title {
    width: 100%;
    position: relative;
    color: #1f1f1f;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: bold;
    position: relative;
}
.lhc_quick_time {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 1.5;
    color: #6b6b6b;
}
.lhc_quick_info {
    font-size: 14px;
    color: #6b6b6b;
    line-height: 1.5;
    display: none;
    padding-bottom: 10px;
}
.lhc_quick_info a {
    color: #1a61e1;
    padding-left: 3px;
}
.lhc_quick_title:before {
    content: '';
    position: absolute;
    left: -24px;
    top: 8px;
    width: 7px;
    height: 7px;
    border: 1px solid #1962e1;
    background: #fff;
    border-radius: 50%;
}
.lhc_quick_info.active {
    display: block;
}
.lhc_quick_box.active .lhc_quick_info {
    display: block;
}
ul.accordion li.open ul.submenu {
    display: block;
}
.lhc_quick_inner:hover {
    background: #fafafa;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.lhr_quick_box a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 5px;
}
.lhr_quick_box:nth-child(1) .lhr_quick_num {
    color: #f26d5f;
    font-weight: 700;
}
.lhr_quick_box:nth-child(2) .lhr_quick_num {
    color: #f26d5f;
    font-weight: 700;
}
.lhr_quick_box:nth-child(3) .lhr_quick_num {
    color: #f26d5f;
    font-weight: 700;
}
.lhr_quick_box:nth-child(4) .lhr_quick_num {
    color: #f26d5f;
}
.lhr_quick_box:nth-child(5) .lhr_quick_num {
    color: #f26d5f;
}
.lhr_quick_title {
    width: 88%;
}
.lhr_quick_num {
    width: 10%;
    font-size: 16px;
}
.lhr_quick_title {
    width: 88%;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1f1f1f;
}
.lhr_quick_box {
    border-bottom: rgb(0 0 0 / 5%) solid 1px;
    padding: 15px 0;
}
.lhr_quick_box:first-child {
    border-top: rgb(0 0 0 / 5%) solid 1px;
}
.lhr_quick_box:hover {
    background: #f2f2f2;
}
.lhc_baike_box a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 5px;
}
.lhc_baike_inner p {
    color: #1f1f1f;
    font-weight: 700;
    display: block;
    font-size: 18px;
}
.lhc_baike_inner {
    flex: 1;
    margin-left: 10px;
}
.lhc_baike_inner span {
    font-size: 15px;
    color: #6b6b6b;
    display: block;
    margin-top: 8px;
}
.lhc_baike_inner i {
    display: block;
    font-size: 14px;
    color: #00000094;
    color: rgb(0 0 0 / 58%);
    font-style: normal;
    margin-top: 10px;
}
.lhc_baike_box {
    padding: 16px 0;
    border-bottom: 1px solid #f2f2f2;
}
.lhc_baike {
    margin: 50px 0;
}
.baike_right.scroll {
    top: 90px;
    z-index: 1111;
    position: fixed;
    width: 252px;
}
.lhr_baike_menu ul li {
    padding:8px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 0 -8px;
}
.lhr_baike_menu ul li span {
    color: #6b6b6b;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
}
.baike_right {
    width: 252px;
    background: #fafafa;
    padding: 0 25px 4px;
    border-radius: 6px;
}
.baike_basic {
    background: #fafafa;
    padding: 0 25px 4px;
    border-radius: 6px;
    margin-bottom: 30px;
}
.baike_basic_box {
    display: flex;
    align-items: flex-start;
    padding: 4px 0;
}
.baike_basic_box span {
    font-size: 16px;
    font-weight: 700;
    color: #1f1f1f;
    width: 30%;
}
.baike_basic_box i {
    font-size: 16px;
    color: #6b6b6b;
    font-style: normal;
    margin-left: 10px;
    flex: 1;
}
.baike_basic_box:last-child {
    padding-bottom: 8px;
}
.baike_basic_a:last-child {
    padding-bottom: 8px;
}
.baike_basic_a {
    padding: 4px 0;
}
.baike_basic_a p {
    display: block;
    font-size: 15px;
    color: #1f1f1f;
    padding-bottom: 4px;
}
.baike_basic_a span {
    display: block;
    font-size: 14px;
    color: #6b6b6b;
}
.baike_basic_a p:hover {
    color: #1962e1;
}
.solution_main_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.solution_main {
    padding: 90px 0;
}
.solution_left {
    width: 72%;
}
.solution_right {
    width: 23%;
    display: flex;
    justify-content: flex-end;
}
.solution_img img {
    width: 100%;
    box-shadow: 0 0 0 4px #222222;
    border-radius: 28px;
}
.solution_content_box {
    margin-bottom: 60px;
}
.solution_content_box h2:first-child {
    margin-top: 0;
}
.solution_content_box h2 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #1f1f1f;
    margin-top: 40px;
}
.scb_table_tr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 180px;
    margin-bottom: 30px;
}
.scb_table_td:nth-child(1) {
    display: block;
    font-size: 20px;
    color: #00000094;
    color: rgb(0 0 0 / 58%);
    width: 20%;
    text-align: center;
    height: 180px;
    line-height: 180px;
    border-right: 1px solid #ffffff;
    font-weight: 700;
}
.scb_table_tr:nth-child(1) .scb_table_td:nth-child(1) {
    border-radius: 6px;
    box-shadow: rgb(26 97 225 / 10%) 0px 0px 0px 1px inset;
    color: rgb(26 97 225);
    background: rgb(26 97 225 / 10%);
}
.scb_table_tr:nth-child(2) .scb_table_td:nth-child(1){
    border-radius: 6px;
    box-shadow: rgb(26 97 225 / 10%) 0px 0px 0px 1px inset;
    color: rgb(26 97 225);
    background: rgb(26 97 225 / 10%);
}
.scb_table_tr:nth-child(3) .scb_table_td:nth-child(1){
    border-radius: 6px;
    box-shadow: rgb(26 97 225 / 10%) 0px 0px 0px 1px inset;
    color: rgb(26 97 225);
    background: rgb(26 97 225 / 10%);
}
.scb_table {
    margin-top: 20px;
}
.scb_table_tr:nth-child(1) .scb_table_td:nth-child(2) p {
    height: 60px;
    line-height: 60px;
    background: #1a61e1;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 6px;
}
.scb_table_tr:nth-child(2) .scb_table_td:nth-child(2) p {
    height: 20px;
    line-height: 20px;
    background: #1a61e1;
    width: 100%;
    color: #ffffff;
}
.scb_table_td:nth-child(2) {
    width: 79%;
}
.scb_table_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.scb_table_flex span {
    width: 13%;
    text-align: center;
    height: 100px;
    line-height: 100px;
    background: #fafafa;
    color: #00000094;
    color: rgb(0 0 0 / 58%);
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    margin-top: 20px;
    box-shadow: rgb(26 97 225 / 10%) 0px 0px 0px 1px inset;
    cursor: pointer;
}
.scb_table_flex span:hover {
    border-radius: 6px;
    box-shadow: rgb(26 97 225 / 10%) 0px 0px 0px 1px inset;
    color: rgb(26 97 225);
    background: rgb(26 97 225 / 10%);
}
.scb_table_plat:nth-child(1) {
    width: 60%;
}
.scb_table_plat:nth-child(2) {
    width: 38%;
}
.scb_table_tr:nth-child(2) .scb_table_td:nth-child(2) p {
    height: 60px;
    line-height: 60px;
    background: #1a61e1;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 6px;
}
.scb_table_plat_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    background: #fafafa;
    margin-top: 20px;
    padding: 0 10px;
    border-radius: 6px;
    box-shadow: rgb(26 97 225 / 10%) 0px 0px 0px 1px inset;
}

.scb_table_plat_flex img {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: rgb(26 97 225 / 10%) 0px 0px 0px 1px inset;
}
.scb_table_tr:nth-child(3) .scb_table_td:nth-child(2) p {
    height: 60px;
    line-height: 60px;
    background: #1a61e1;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 6px;
}
.scb_table_tr:nth-child(3) .scb_table_td:nth-child(2) .scb_table_box {
    height: 100px;
    background: #fafafa;
    margin-top: 20px;
    border-radius: 6px;
    box-shadow: rgb(26 97 225 / 10%) 0px 0px 0px 1px inset;
    width: 24%;
    padding: 10px 15px;
    cursor: pointer;
}
.scb_table_tr:nth-child(3) .scb_table_td:nth-child(2) .scb_table_box p:nth-child(1) {
    height: auto;
    line-height: unset;
    background: unset;
    color: #6b6b6b;
    text-align: left;
    font-size: 20px;
}
.scb_table_tr:nth-child(3) .scb_table_td:nth-child(2) .scb_table_box p:nth-child(2) {
    height: auto;
    line-height: 1;
    background: unset;
    text-align: left;
    font-weight: 400;

}
.scb_table_tr:nth-child(3) .scb_table_td:nth-child(2) .scb_table_box p:nth-child(2) span {
    width: auto;
    box-shadow: unset;
    height: auto;
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    margin-right: 15px;
    margin-top: 0;
}
.scb_table_tr:nth-child(3) .scb_table_td:nth-child(2) .scb_table_box p:nth-child(2) span:hover {
    background: unset;
}
.solution_cl_box {
    margin-top: 28px;
}
.scb_title p {
    font-size: 18px;
    color: #000000e0;
    font-weight: 700;
    color: rgb(0 0 0 / 88%);
    display: block;
}
.scb_title span {
    font-size: 16px;
    color: #6b6b6b;
    display: block;
    margin-top: 5px;
}
.scb_ul ul li {
    position: relative;
    font-size: 16px;
    color: #00000094;
    line-height: 25px;
    padding-left: 18px;
    margin-bottom: 14px;
    color: rgb(0 0 0 / 58%);
}
.scb_title {
    margin-bottom: 26px;
}
.scb_ul ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #d3d4d6;
}
.case_content {
    background: #fefefe;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 100%), rgb(253, 253, 253);
    position: relative;
    overflow: hidden;
    height: 425px;
}
.clc_flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.clc_right {
    position: absolute;
    right: 0;
    width: 35%;
}
.clc_right_img img {
    width: 100%;
    object-fit: cover;
    height: 425px;
}
.clc_right_bak {
    background: linear-gradient(271deg, rgb(250 250 250 / 60%) 0%, rgb(251 251 251 / 55%) 100%), linear-gradient(270deg, rgb(250 250 250 / 0%) 13.55%, rgb(252 252 252) 50%);
    position: absolute;
    width: 65%;
    height: 100%;
    z-index: 9;
    right: 0;
}
.clc_left {
    width: 50%;
    position: relative;
    z-index: 10;
}
.case_brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 100px;
}
.case_brand img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 12px;
}
.case_brand span {
    line-height: 24px;
    color: rgba(0,0,0,0.88);
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case_h2 {
    font-size: 42px;
    line-height: 56px;
    margin-top: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-weight: 700;
    color: #000000;
}
.case_span {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.case_span a {
    display: block;
    height: 36px;
    background: #ffffff;
    border-radius: 18px;
    padding: 0 12px;
    line-height: 36px;
    color: #00000094;
    font-weight: 700;
    margin-right: 15px;
    box-shadow: 0 0 0 1px #ededed;
    cursor: pointer;
}
.case_span span {
    display: block;
    height: 36px;
    background: #ffffff;
    border-radius: 18px;
    padding: 0 12px;
    line-height: 36px;
    color: #00000094;
    font-weight: 700;
    margin-right: 15px;
    box-shadow: 0 0 0 1px #ededed;
    cursor: pointer;
}
.case_span span:last-child {
    margin-right: 0;
}
.case_span a:hover {
    box-shadow: rgb(26 97 225 / 13%) 0px 0px 0px 1px inset;
}
.case_span span:hover {
    box-shadow: rgb(26 97 225 / 13%) 0px 0px 0px 1px inset;
}
.case_main {
    padding: 50px 0 90px;
}
.case_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.case_left {
    width: 72%;
}
.case_right {
    width: 23%;
    display: flex;
    justify-content: flex-end;
}
.case_right_img img {
    box-shadow: 0 0 0 4px #222222;
    border-radius: 28px;
    width: 100%;
}
.lhc_art p {
    font-size: 16px;
    color: #6b6b6b;
    display: block;
    width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
}

.lhc_art p:last-child {
    justify-content: flex-end;
}
.solution_content_box p {
    font-size: 16px;
    color: #00000094;
    color: rgb(0 0 0 / 58%);
    display: block;
    line-height: 1.8;
}
.accordion li.active .link span {
    color: #1a61e1;
}
.accordion li.active .link i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #1a61e1;
}
.accordion li.active ul.submenu {
    display: block;
    transition: all 200ms;
}
.page_404 a {
    display: block;
    width: 40%;
    margin: 0 auto;
}
.lhc_catfour.active {
    margin-bottom: 50px;
}
.index_news_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bread {
    padding-bottom: 32px;
}
.bread a {
    font-weight: 500;
    font-size: 16px;
    color: #a3a3a3;
    letter-spacing: 0;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
    .bread span {
        width: 14px;
        height: 22px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(0,0,0,0.45);
    }
    .bread a.bread_zw {
    font-weight: 600;
    font-size: 16px;
    color: #6b6b6b;
    letter-spacing: 0;
    line-height: 24px;
}
.bread a:hover {
   color: #6b6b6b; 
}
.editTime {
    margin-bottom: 36px;
    font-weight: 500;
    font-size: 16px;
    color: #A3A3A3;
    letter-spacing: 0;
}
.solution_content_box img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 30px 0 15px;
}







.anqicms_banner{
    position: relative;
}
.anqicms_banner img {
    width: 100%;
    height: 915px;
    object-fit: cover;
}
.anqicms_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.anqicms_title h3 span {
    background-image: linear-gradient(90deg,#4992ff,#1962e1);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    padding: 0 15px;
}
.anqicms_title h3 {
    text-align: center;
    font-size: 62px;
}
.anqicms_banner {
    position: relative;
}
.anqicms_title p {
    font-size: 22px;
    color: #333333;
    letter-spacing: 15px;
    padding: 40px 0px 50px 0px;
    text-align: center;
}
.anqicms_a a {
    font-size: 15px;
    color: #1961e1;
    width: 148px;
    border: 1px solid #1962e1;
    text-align: center;
    border-radius: 22px;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    height: 44px;
    align-items: center;
}
.anqicms_a a i {
    margin-right: 10px;
}
.anqicms_a {
    display: flex;
    justify-content: space-between;
    width: 35%;
    margin: 0 auto;
}
.anqicms_web img {
    width: 70%;
    display: block;
    margin: 0 auto;
    height: auto;
}
.anqicms_web {
    margin-top: 40px;
}
.anqicms_a a:hover i {
    color: #ffffff;
}
.anqicms_a a:hover {
    color: #ffffff;
    border: #1961e1;
    background: #1961e1;
}
.anqicms_block_title p {
    font-size: 38px;
    color: #2b3346;
    font-weight: 600;
    text-align: center;
}
.anqicms_block_title .tips {
    font-size: 15px;
    color: #5a6071;
    margin-top: 10px;
    text-align: center;
}
.anqicms_block_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.anqicms_block_flex .list {
    width: 28%;
    text-align: center;
    padding-top: 75px;
}
.anqicms_block_flex .list .img img {
    width: 52px;
    height: 50px;
    object-fit: contain;
}
.anqicms_block_flex  .list .title {
    font-weight: bold;
    font-size: 16px;
    color: #43464d;
    text-align: center;
    margin-top: 20px;
}
.anqicms_block_flex .list .tips {
    font-size: 15px;
    color: #6f7480;
    line-height: 25px;
    text-align: center;
    margin-top: 15px;
    padding: 0 50px;
}
.anqicms_block {
    padding-bottom: 100px;
}

.anqicms_log {
    background-color: #f8f9fb;
    padding: 80px 0;
}
.anqicms_log .boxLeft {
    width: 100%;
    background: #fff;
    padding: 47px 43px 26px 43px;
    margin-top: 80px;
  }
  .anqicms_log .boxLeft .title {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    color: #000000;
    margin-bottom: 65px;
  }
  .anqicms_log .boxLeft .line {
    width: 1px;
    background-color: #eee;
    margin-right: 40px;
    margin: 0px 40px 0px 0;
    position: relative;
  }
  .anqicms_log .boxLeft .line .lineQ {
    width: 11px;
    height: 11px;
    background-color: #ffffff;
    border: solid 2px #f84311;
    position: absolute;
    top: 21px;
    left: -5px;
    border-radius: 11px;
  }
  .anqicms_log .boxLeft .contentTitle {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    color: #000000;
    margin-bottom: 22px;
  }
  .anqicms_log .boxLeft .contentDate {
    width: 134px;
    height: 35px;
    background-color: #f5f6f7;
    border-radius: 18px;
    color: #000000;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 45px;
  }
  .anqicms_log .boxLeft .contentText {
    font-size: 15px;
    color: #808080;
    line-height: 36px;
    margin-bottom: 90px;
  }

table {
    overflow: hidden;
    font-size: 14px;
    table-layout: fixed;
    border-collapse: collapse;
    border-top: 1px solid rgb(242, 242, 242);
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    border-left: 1px solid rgb(242, 242, 242);
}
tbody{
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}
tr{
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}
td {
    position: relative;
    vertical-align: top;
    margin: 0px;
    padding: 24px 12px;
    min-width: 1em;
    border-right: 1px solid rgb(242, 242, 242);
    border-bottom: 1px solid rgb(242, 242, 242);
}
th {
    position: relative;
    vertical-align: top;
    margin: 0px;
    padding: 24px 12px;
    min-width: 1em;
    border-right: 1px solid rgb(242, 242, 242);
    border-bottom: 1px solid rgb(242, 242, 242);
    background:rgb(250, 250, 250);
}
