/* 通用的css */

body {
    min-width: 1080px;
    font-family: PingFangSC-Regular, sans-serif, PingFangSC-Light, sans-serif, PingFangSC-Medium, sans-serif, PingFangSC-Semibold, sans-serif, Source Han Sans CN, Microsoft Yahei !important;
}

.page-containner {
    margin: 0 auto;
    max-width: 1320px;
}

.content-containner {
    padding: 0 70px 70px;
}

.gap {
    flex-grow: 1;
}

div {
    box-sizing: border-box !important;
}

.flex {
    display: flex;
}

.flex-content--between {
    display: flex;
    justify-content: space-between;
}

.flex-content--center {
    display: flex;
    justify-content: center;
}

.flex-items--center {
    display: flex;
    align-items: center;
}

.icon-arrow {
    width: 20px;
    height: 20px;
    background: #f9f;
}

.opa-new {
    opacity: 60% !important;
}


/* 头部导航栏 */

.header-old {
    height: 64px !important;
    color: #212121;
    background-color: rgba(232, 235, 245, 0.3) !important;
    opacity: 0.98;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1080px;
    padding: 0 20px;
    min-width: 1080px;
    z-index: 10000;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

.header-old:hover,
.head-active {
    background-color: rgba(255, 255, 255) !important;
    height: 64px !important;
    color: #212121;
    /* background-color: rgb(232,235,245) !important; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1080px;
    padding: 0 20px;
    min-width: 1080px;
    z-index: 10000;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

#header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(30px);
    z-index: -1;
}

#header .header-containner {
    display: flex !important;
    align-items: center;
    height: 100%;
    position: relative;
}

#header .logo {
    width: 214px;
    height: 32px;
    background: url(/static/images/common_new/logo_0811.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

#header .nav {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    height: 100%;
    align-items: center;
    margin-bottom: 0;
}

#header .nav-item {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

#header .nav-item+.nav-item {
    margin-left: 50px;
}

#header .nav-item>a {
    color: #212121;
    opacity: 0.8;
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
}

#header .nav-item--on>a,
#header .nav-item>a:hover {
    color: #0156B9;
    opacity: 1;
    line-height: 40px;
}

#header .nav-item:hover,
#header .nav-item--on {
    box-sizing: border-box;
    border-bottom: 2px solid #0156B9;
}

#header .nav-item:hover .sub-menu {
    display: inline-flex;
    background: url('/static/images/common_new/header/nav_hover_bk.png') no-repeat center;
    height: 400px;
    box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.1);
}

#header .nav-item:hover .sub-menu--140 {
    height: 140px;
}

#header .nav-item:hover .sub-menu--280 {
    height: 280px;
}

#header .nav-item:hover .sub-menu--220 {
    height: 220px;
}

#header .nav-item:hover .sub-menu--280 {
    height: 280px;
}

#header .nav-item:hover .sub-menu--250 {
    height: 250px;
}
#header .nav-item:hover .sub-menu--300 {
    height: 300px;
}
#header .nav-item:hover .sub-menu--320 {
    height: 320px;
}

#header .nav-item:hover .sub-menu--400 {
    height: 400px;
}

#header .solution-top {
    height: 120px;
    width: 200px;
    border-bottom: 1px solid rgb(128, 121, 121);
}

#header .solution-backcol {
    background: #fff;
}

#header .sub-menu {
    position: absolute;
    width: 100%;
    top: 64px;
    left: 0;
    display: flex;
    flex-flow: wrap;
    background: #fff;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#header .sub-menu-item {
    height: 140px;
    /* padding: 20px; */
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    background: #fff;
    padding: 20px 20px 0 80px;
}

#header .sub-menu-item-m {
    height: 100px;
    padding: 20px 20px 0 80px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    background: #fff;
}


#header .sub-menu-item:hover {
    background: unset;
}

#header .sub-menu-item:hover {
    /* background: #F4F6FB; */
    /* opacity: 60%; */
}

#header .sub-menu-item-m:hover {
    background: unset;
}

.active {
    background-color: #FFFFFF !important;
}

#header .solution-name:hover .solution-a-span {
    color: #0156B9;
}

#header .sub-menu-item--w25 {
    width: 25%;
}

#header .sub-menu-item--w33 {
    width: 50%;
}

#header .sub-menu-item--w66 {
    width: 66.66666%;
}

#header .sub-menu-item--h140 {
    height: 140px;
}

#header .sub-menu-item:hover .sub-menu-item-title {
    color: #0156B9;
}

#header .sub-menu-item-m:hover .sub-menu-item-title {
    color: #0156B9;
}

#header .sub-menu-item-title {
    color: #4A4A4A;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

#header .sub-menu-item-desc {
    line-height: 24px;
    color: #5F5F5F;
    font-size: 14px;
    letter-spacing: 0;
    /* padding: 20px 20px 0 80px; */
}

.index_banner {
    min-width: 1080px;
}


/* 解决方案 */

#header .solution-sub-menu {
    height: 40px;
    margin-top: 7px;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    background: #fff;
    line-height: 40px;
}

#header .solution {
    width: 66.66666%;
    background: #fff;
    padding: 20px 25px;
    display: inline;
    /* margin-top: 10px; */
    position: relative;
    /* height: 300px; */
}

#header .solution-b {
    width: 33.333333%;
    background: #fff;
    padding: 20px 25px;
    display: inline;
    /* margin-top: 10px; */
    /* box-sizing: border-box; */
}

#header .solution-b .solution-item {
    width: 100%;
}

#header .solution-content {
    display: flex;
    flex-direction: column;
    position: relative;
    /* height: 308px; */
    height: 180px;
    margin-left: 50px;
    background: url('/static/images/common_new/header/nav_hover_bk.png') no-repeat center;
}


/* .solution-content-a{
    position: absolute;
    left: 302px;
    top:50px
} */

#header .solution-item {
    width: 50%;
    height: 60px;
    /* border: solid #0054C7; */
    background-color: #fff;
    /* box-sizing: border-box; */
    /* text-align: center; */
    padding: unset;
    border-right: unset;
    border-bottom: unset;
    line-height: 60px;
}

#header .solution-item:hover {
    background: unset;
}

#header span.solution-item:hover {
    background-color: #fff;
}

#header .solution-item-right {
    position: absolute;
    left: 450px;
}

#header .solution-item-righta {
    position: absolute;
    left: 450px;
    top: 52px;
}

#header .solution-item-rightb {
    position: absolute;
    left: 450px;
    top: 104px;
}


/* #header .solution-name {
    /* font-size: 18px; */


/* color: #4A4A4A; */


/* text-align: center; */


/* margin-bottom: 10px; }*/

#header .solution-name span {
    font-size: 18px;
    color: #4A4A4A;
    text-align: center;
    margin-left: 5px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#header .solution-title {
    font-weight: 600;
    font-size: 18px;
    color: #4A4A4A;
    padding-bottom: 10px;
    border-bottom: 1px solid #D7D7D7;
    margin-left: 50px;
}
#header .digital-solutions {
    cursor: pointer;
    padding: 10px;
    margin-top: -10px;
}
#header .digital-solutions:hover {
    color: #0156B9;
    background: url(/static/images/common_new/digital-sol.png) !important;
}
#header .digital-solutions .view-all-btn {
    color: #0156B9;
    font-size: 14px;
    font-weight: 500;
    margin-left: 20px;
    position: relative;
}
#header .digital-solutions .view-all-btn .arrow {
    position: absolute;
    top: 3px;
    height: 14px;
    transform: rotate(180deg);
    transition: transform 0.2s ease-in-out;
}
#header .digital-solutions:hover .view-all-btn .arrow {
    transform: translateX(10px) rotate(180deg); /* 箭头右移动10像素，并保持180度旋转 */
}


/* #header .soluction-title-box{
     width: 18px;
     height: 38px;
} */

#header .solution-name {
    padding-left: 8px;
}

#header .solution-image {
    width: 24px;
    height: 24px;
    margin-top: -8px;
    /* margin-right: 4px; */
    display: inline-block;
    vertical-align: middle;
}

#header .solution-image-a {
    background-image: url(/static/images/common_new/bank.svg);
}

#header .solution-image-b {
    background-image: url(/static/images/common_new/bank_02.svg);
}

#header .solution-image-c {
    background-image: url(/static/images/common_new/bank_03.svg);
}

#header .solution-image-d {
    background-image: url(/static/images/common_new/bank_04.svg);
}

#header .solution-image-e {
    background-image: url(/static/images/common_new/bank_05.svg);
}

#header .solution-image-f {
    background-image: url(/static/images/common_new/bank_06.svg);
}

#header .solution-image-g {
    background-image: url(/static/images/common_new/bank_07.svg);
}

#header .solution-image-h {
    background-image: url(/static/images/common_new/bank_08.svg);
}

#header .solution-image-i {
    background-image: url(/static/images/common_new/bank_09.svg);
}


/* 明星产品 */

#header .production {
    width: 50%;
    background: #fff;
    padding: 20px 25px;
    box-sizing: border-box;
}

#header .production-title {
    font-weight: 600;
    font-size: 18px;
    color: #4A4A4A;
    padding-bottom: 10px;
    border-bottom: 1px solid #D7D7D7;
    margin-left: 50px;
}

#header .production-content {
    display: flex;
    padding-left: 50px;
}

#header .production-item {
    width: 184px;
    height: 150px;
    padding: 14px;
    box-sizing: border-box;
}

#header .production-image {
    width: 48px;
    height: 48px;
    margin: 25px auto 15px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
}

#header .production-image--ccb {
    background-image: url(/static/images/common_new/product_ccb2.png);
}

#header .production-image--qxb {
    background-image: url(/static/images/common_new/product_qxb.png);
}

#header .production-image--cc {
    background-image: url(/static/images/common_new/product_cc.png);
}

#header .production-image--cs {
    background-image: url(/static/images/common_new/product_cs.png);
}

#header .production-image--qxhy {
    background-image: url(/static/images/common_new/product_qxhy.png);
}
#header .production-image--textin {
    background-image: url(/static/images/common_new/product_textin.jpg);
}
#header .production-name {
    font-size: 18px;
    color: #4A4A4A;
    text-align: center;
    margin-bottom: 10px;
}

#header .production-desc {
    font-size: 14px;
    color: #5F5F5F;
    text-align: center;
    line-height: 20px;
}

#header .production-item:hover {
    background: #F5F7FC;
}

#header .production-item:hover .production-name {
    color: #0156B9;
}

#header .production-item:hover .production-desc {
    color: #212121;
}

#header .language {
    position: relative;
    padding: 0 10px;
    display: flex;
    align-items: center;
    height: 100%;
}

#header .language-current {
    color: #0156B9;
    display: flex;
    align-items: center;
    cursor: pointer;
}


/* #header .language-current:hover {
  color: #0054C7;
} */

#header .language:hover .sub-language {
    height: 80px;
    padding: 10px;
}

#header .language .icon-down {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #fff;
}

#header .sub-language {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 10px;
    box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.1);
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    top: 64px;
    width: 100%;
    padding: 0;
    background: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#header .sub-language-item a {
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    color: #5F5F5F;
}

#header .sub-language-item:hover a {
    color: #0054C7;
}
#header .free-trial-btn {
    width: 200px;
    padding: 6px 16px;
    font-size: 18px;
    font-weight: 600;
    background-color: #1a53ff;
    box-shadow: 0 2px 4px 0 #7ea2ff;
    border-color: #1a53ff;
    color: #fff;
    display: flex;
    height: 38px;
    justify-content: center;
    align-items: center;
}

#sidebar {
    position: fixed;
    right: 10px;
    z-index: 100;
    top: 40%;
}

#sidebar .consult {
    width: 42px;
    padding: 10px;
    background: #0054C7;
    border-radius: 3px;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 15px;
    position: relative;
}

.consult-icon-text {
    text-align: center;
}

#sidebar .consult:hover .consult-content-containner {
    display: block;
}

.consult-icon-chat {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    background: url(/static/images/common_new/sidebar/ic_contact.png) no-repeat center;
    background-size: 100%;
}

.consult-content-containner {
    display: none;
    position: absolute;
    right: 42px;
    top: -100px;
    padding-right: 10px;
}

.consult-content {
    background: #FFFFFF;
    box-shadow: 0 1px 6px 0 rgba(0, 85, 192, 0.20);
    border-radius: 3px;
    width: 260px;
    padding: 20px;
}

.return-top {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 6px 0 #0055c033;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.return-top .icon-return {
    width: 20px;
    height: 20px;
    background: url(/static/images/common_new/sidebar/ic_top.png) no-repeat center;
    background-size: 100%;
}

.consult-item-title {
    color: #4A4A4A;
}

.consult-item-value {
    padding: 10px 10px 10px 40px;
}

.consult-item-value--flex {
    display: flex;
    align-items: center;
}

.consult-content {
    color: #4A4A4A;
}

.consult-content [class*="consult-icon"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: 100%;
    flex-shrink: 0;
}

.consult-icon-phone {
    background: url(/static/images/common_new/sidebar/ic_phone.png) no-repeat center;
}

.consult-icon-email {
    background: url(/static/images/common_new/sidebar/ic_mailbox.png) no-repeat center;
}

.consult-phone {
    font-size: 18px;
    font-weight: 600;
    color: #4A4A4A;
}

.consult-link {
    line-height: 36px;
    height: 36px;
    position: relative;
    padding-left: 15px;
}

.consult-link a {
    color: #0054C7;
}

.consult-link::before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #0054C7;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
}


/* 底部信息 */

#footer {
    font-size: 14px;
    color: #fff;
    padding: 54px 0 45px 0;
    background: url(/static/images/common_new/footer/img_footer.png) no-repeat;
    padding: 50px 70px;
    overflow: hidden;
    background-position: right;
    background-size: cover;
}

#footer .footer-nav {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#footer .footer-left {
    flex-grow: 1;
    display: flex;
}

.footer-column {
    flex-grow: 1;
}

.footer-column-title {
    margin-bottom: 20px;
    font-size: 16px;
}

.footer-column-items {
    display: flex;
    flex-direction: column;
}

.footer-column-item+.footer-column-item {
    margin-top: 10px;
}

.footer-column-items a {
    opacity: 0.5;
    color: #fff;
}

.footer-column-items a:hover {
    opacity: 1;
}


/* 版权信息 */

.copyright a:hover {
    text-decoration: underline;
}

#footer .footer-right {
    width: 305px;
    padding-left: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.33);
    box-sizing: border-box;
}

.footer-icon-logo {
    width: 194px !important;
    height: 28px !important;
    margin-bottom: 24px;
    background-image: url(/static/images/common_new/icon-logo-0811.png);
}

.footer-icon-weibo {
    background-image: url(/static/images/common_new/footer/ic_weibo.png);
}

.footer-icon-wechat {
    position: relative;
    background-image: url(/static/images/common_new/footer/ic_wechat.png);
}

.footer-icon-wechat:hover .footer-icon-wechat-qrcode {
    opacity: 1;
}

.footer-icon-wechat-qrcode {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 30px;
    width: 150px !important;
    height: 150px !important;
    background-image: url(/static/images/common_new/footer/ic_wechat-qrcode.png);
    transition: all 0.5s;
}

.footer-info {
    opacity: 0.5;
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 12px;
}

.footer-media {
    display: flex;
}

[class*="footer-icon"] {
    width: 25px;
    height: 25px;
    margin-right: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.footer-ohter {
    font-size: 12px;
    line-height: 22px;
}

.keep-record {
    color: #fff;
    opacity: 0.6;
}

.keep-record-gov {
    color: #fff;
    opacity: 0.6;
    margin-right: 24px;
}

.footer-ohter span {
    opacity: 0.3;
    margin-right: 24px;
}

.footer-ohter .footer-info {
    margin-right: 0;
}


/* banner */

.index_banner {
    height: 480px !important;
}

.index_banner_480 {
    height: 480px !important;
}

.index_banner .hd {
    /* bottom: 100px !important; */
    height: 30px !important;
    line-height: 30px !important;
    position: relative !important;
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding-left: 67px;
    /* text-align: unset !important; */
    text-align: center;
    bottom: 20px !important;
}

.index_banner .bd,
.index_banner .bd ul,
.index_banner .bd ul li {
    height: 480px !important;
}

.index_banner_480 .bd,
.index_banner_480 .bd ul,
.index_banner_480 .bd ul li {
    height: 480px !important;
}

.index_banner .hd ul li {
    height: 4px !important;
    width: 26px !important;
    /* background: #0054C7 !important; */
    background: #438aec !important;
    border-radius: 4px !important;
}

.banner-containner {
    margin-top: 120px;
}

.banner-btn {
    margin-top: 40px;
    border-radius: 4px;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    background: #1A62FF;
    border-radius: 2px;
    color: #fff !important;
    width: 120px;
    text-align: center;
}

.way-layout3 {
    position: absolute;
    left: 200px;
    top: 300px;
    width: 121px;
    height: 40px;
    background: #1A62FF;
    border-radius: 2px;
    display: flex;
}

.tiyan-2 {
    /* position: absolute; */
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    /* margin-left: -27px; */
}

.index_banner .bd ul li {
    background-size: cover;
    /* height: 480px !important; */
}

.qiye-banner-title {
    margin-top: 65px;
}

.banner-title {
    color: #030a1a;
    font-size: 44px;
    font-weight: 700;
    width: 850px;
    height: 70px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #2D3036;
    letter-spacing: 5px;
    line-height: 70px;
}

.banner-labels {
    color: #2D3036;
    font-size: 25px;
    letter-spacing: 5px;
    opacity: 0.86;
    line-height: 38px;
    margin-top: 5px;
    font-weight: 100;
}

.banner-fea {
    margin-top: 16px;
}

.banner-fea span {
    font-size: 15px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #2D3036;
    line-height: 25px;
    padding-left: 18px;
    display: block;
    position: relative;
    width: 486px;
}

.banner-fea span::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0.6;
    background-color: #2D3036;
}

.banner-detail-btn a {
    width: 121px;
    height: 40px;
    background: #1860F0;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40px;
    margin-top: 46px;
    display: inline-block;
    text-align: center;
}

.extra-line {
    width: 26px;
    height: 2px;
    background: #1A62FF;
    margin-top: 90px;
}

.one-fea span {
    padding-left: 0;
}

.one-fea span::before {
    display: none;
}

.icon-right-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background: url(/static/images/common_new/right-arrow.png) no-repeat center;
    background-size: cover;
}

.icon-right-arrow--on {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background: url(/static/images/common_new/right-arrow--on.png) no-repeat center;
    background-size: cover;
}


/* part */

.part:nth-child(1) {
    margin-top: 72px;
}

.part+.part {
    margin-top: 70px;
}

.part-title {
    text-align: center;
    font-size: 28px;
    color: #000;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: 600;
}

.part-title-new {
    text-align: center;
    font-size: 28px;
    color: white;
    line-height: 40px;
    margin-bottom: 10px;
}

.part-link a {
    color: #fff;
    cursor: pointer;
}

.part-sub-title {
    text-align: center;
    font-size: 16px;
    color: #9b9b9b;
    letter-spacing: 0;
}

.part-content {
    margin-top: 40px;
}


/* 锚点 */

.anchor {
    line-height: 53px;
    height: 53px;
    background: #FEFFFF;
    font-size: 18px;
    color: #4A4A4A;
    border-bottom: 1px solid #D7D7D7;
    width: 100%;
    z-index: 11;
}

.anchor-item {
    cursor: pointer;
    flex: 1;
    display: flex;
    justify-content: center;
}

.anchor-item a {
    color: #4a4a4a;
}

.anchor-item:hover a {
    color: #0054C7;
    /* background: #F4F6FB; */
}

.card-content {
    background: rgba(254, 254, 254, 1);
}

.commonOne {
    text-align: center;
    line-height: 29px;
    font-size: 18px;
    color: #444;
}

.commonTwo-type-column {
    padding-left: 30px;
    flex: 1;
    flex-shrink: 0;
}

.commonTwo-type-item {
    width: 240px;
    height: 80px;
    font-size: 18px;
    color: #9B9B9B;
    border-bottom: 1px solid #9b9b9b33;
    cursor: pointer;
    padding: 0 20px;
    position: relative;
}

.commonTwo-type-item .progress {
    position: absolute;
    width: 0;
    background-color: #0054C7;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    height: 1px;
}

.commonTwo-type-item span {
    margin-right: 20px;
}

.commonTwo-type-item:hover,
.commonTwo-type-item--on {
    color: #0054C7;
}

.commonTwo-type-item:hover .commonTwo-icon-arrow,
.commonTwo-type-item--on .commonTwo-icon-arrow {
    display: inline-block;
}

.commonTwo-show {
    flex: 2;
    height: 400px;
    margin-left: 10px;
}

.commonTwo-show-image {
    display: none;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.commonTwo-show-image:nth-child(1) {
    display: block;
}

.commonTwo-type {
    display: flex;
    margin-right: 200px;
}

.commonTwo-icon-arrow {
    display: none;
    margin-right: 0 !important;
}

.commonThree {
    width: unset;
    height: unset;
    background: unset;
    overflow: unset;
    flex-wrap: wrap;
}

.commonThree-item {
    background: #FFFFFF;
    box-shadow: 1px 3px 8px 0 rgba(0, 50, 107, 0.20);
    border-radius: 3px;
    flex: 1;
    padding: 30px 25px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.commonThree-item:nth-child(1) {
    margin-left: 0;
}

.commonThree-item-header {
    margin-bottom: 15px;
}

.commonThree-item-icon {
    width: 36px;
    height: 36px;
    margin-right: 23px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.commonThree-item-title {
    font-size: 18px;
    color: #4A4A4A;
    font-weight: 600;
    line-height: 25px;
}

.commonThree-item-content {
    font-size: 16px;
    color: #9b9b9b;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 20px;
}

.commonThree-item-label {
    color: #0054C7;
    margin-right: 35px;
    font-size: 14px;
}

.commonFour {
    display: flex;
    flex-wrap: wrap;
    padding-top: unset;
}

.commonFour-item {
    flex: 1;
    border-radius: 3px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 1px 2px 17px -8px rgba(186, 186, 186, 0.95);
    border-radius: 3px;
    margin-right: 25px;
    margin-bottom: 25px;
    transform: scale(1);
    transition: all .2s;
}

.commonFour-item:hover {
    transform: scale(1.05);
}

.commonFour-item:nth-child(3n) {
    margin-right: 0;
}

.commonFour-item-image {
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.commonFour-item-logo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 55px;
    height: 55px;
}

.commonFour-item-title,
.commonFour-item-title a {
    font-size: 16px;
    margin-bottom: 8px;
    color: #4A4A4A;
    font-weight: 600;
}

.commonFour-item-comtent {
    padding: 20px 35px;
    background: #fff;
}

.commonFour-item-desc {
    font-size: 14px;
    color: #000;
    text-align: justify;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-clamp {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.commonFive {
    flex-wrap: wrap;
    display: flex;
}

.commonFive-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    text-align: center;
}

.commonFive-item-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 27px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.commonFive-item-title {
    font-size: 18px;
    color: #4A4A4A;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
}

.commonFive-item-desc {
    font-size: 16px;
    color: #9B9B9B;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    /* line-clamp: 2; */
    -webkit-box-orient: vertical;
}

.contactUs {
    display: flex;
    margin-bottom: 70px;
    justify-content: center;
    align-items: center;
}

.contactUs-icon-phone {
    width: 42px;
    height: 42px;
    background: url(/static/images/common_new/phone.png) no-repeat center;
    background-size: 100%;
    margin-right: 10px;
}

.contactUs-text-phone {
    font-size: 26px;
    font-weight: 500;
    color: #3860F4;
    line-height: 56px;
}

.contactUs-text-or {
    font-size: 16px;
    color: #878787;
    margin: 0 17px;
}

.contactUs-icon-mouse {
    display: inline-block;
    width: 28px;
    height: 34px;
    background: url(/static/images/common_new/mouse.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    bottom: 4px;
    right: 18px;
}

.contactUs-btn {
    padding: 12px 32px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background-color: #3860F4;
    position: relative;
}

.back-contact {
    background-color: #0156B9;
}

.btn-apply-text {
    display: inline-block;
    width: 73px;
    height: 26px;
    color: #0054C7;
    border-radius: 3px;
    line-height: 26px;
    position: relative;
}

.btn-apply-text::after {
    content: '';
    display: block;
    position: absolute;
    right: -3px;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    background: url(/static/images/common_new/right-arrow--on.png) no-repeat center;
    background-size: 100%;
}

.btn-apply-text:hover {
    opacity: 0.8;
}


/* 银行 */

.FOH-weth {
    width: 0px !important;
}


/* 兼容老代码 */

.scenario {
    height: 65px;
}

.About_us {
    padding: 70px 0 !important;
}

.account .wzleft,
.account .wzright {
    height: 700px;
}

.a_gongneng_content .warp {
    width: 1080px;
    padding: 0 70px;
}

.account dl {
    flex: 1;
}

.account .wzleft {
    width: 630px;
}

.account dl .info {
    height: 505px;
}

.account dl {
    width: 315px;
}

.account .wzright {
    width: 300px;
}

.account .wzright .boxs {
    width: 295px;
}

.test {
    flex-wrap: wrap;
    height: 700px;
}


/* 供应链 */

.FOH-weth {
    width: 0px !important;
}

.supply_chains1 .fl {
    width: 522px;
}

.supply_chains2 .fr {
    width: 490px;
}

#newBridge {
    display: none !important;
}


/* 首页banner */

/* .join-banner-videoa {
    height: 500px;
    width: 100%;
    position: relative;
} */

.index_banner video {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.index_banner video::-webkit-media-controls {
    display: none !important;
}

.index_banner video::-webkit-media-controls-enclosure {
    display: none !important;
}

.join_banner-titlea {
    /* font-size: 63px;
    color: #F5F7FC;
    line-height: 74px;
    letter-spacing: 14px;
    text-align: center; */
    position: absolute;
    top: 0px;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    /* bottom: 50%; */
    /* width: 100%;
    justify-content: center;
    text-shadow: 1px 4px 10px rgba(58, 58, 58, 0.5); */
}

.zhaopina {
    width: 100%;
    position: absolute;
    bottom: 10%;
    display: flex;
    justify-content: center;
}

.zhaopina .ele {
    width: 146px;
    height: 51px;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    line-height: 51px;
    text-align: center;
}

.zhaopina .school {
    color: #FFFFFF;
    background: #0053BC;
    margin-right: 30px;
}

.zhaopina .other,
.zhaopina .society {
    color: #0156B9;
    background: #FFFFFF;
}

.zhaopin .society {
    margin-right: 30px;
}

.my-warpa {
    height: 400px;
}

.warp-cam {
    max-width: 1320px;
    margin: auto;
    width: auto !important;
    padding: 56px 70px;
}

.submit-btn-new {
    line-height: 21px !important;
}

.main_produc_more_li {
    margin-top: 15px;
}

.ctrlx-pic {
    height: 418px !important;
    width: 100%;
    top: -55px;
}

.bank-wrap {
    margin: 200px 200px;
}

.advantage-hangye {
    height: 461px !important;
}