body,
ul {
    padding: 0px;
    margin: 0px;
}
* {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
}
li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}
input, button {
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
}
::selection {
    background-color: #b3b3b3;
    color: #fff;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clear{
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.p1,.p2{
    max-width:466px;
}
/*头部开始*/
.bgfff{
    background:none;
}
.bgfff:hover{
    background:#fff;
}
.top_info {
    width: 100%;
    line-height: 26px;
}
.top_info_w1200 {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    color: #666;
    font-size: 12px;
    border-bottom: 1px solid #f3f3f3;
}
.left_content_top {
    color: #999999;
    font-size: 14px;
}
.phone {
    color: #999999;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bgfff_top {
    width: 100%;
    background: #ffffff00;
    position:relative;
}
.top_info_fix {
    width: 1200px;
    height: 76px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_info_fix_acitve{
    background:#fff;
}
.top_info_fix ul {
    width: 720px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0px;
}

.bgfff_top li {
    position: relative;
}
.top_info_fix ul li {
    /* min-width: 88px; */
    padding: 0px 12px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.top_info_fix ul li a {
    position: relative;
    padding-bottom: 19px;
    color: #333;
}
.top_info_fix ul li a .sirius-icon {
    line-height: 0;
    vertical-align: -.25em;
    display: inline-block;
    font-style: normal;
    text-align: center;
    text-transform: none;
    text-rendering: optimizelegibility;
}
.top_info_fix>ul>li:hover>a {
    color: #4C6AFF;
}
.top_info_fix>ul>li:hover>a:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 999;
    background: #4C6AFF;
}
.top_info_fix>ul>li.cur>a:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 999;
    background: #4C6AFF;
}
.logo2{
    display:none;
}
.nav-color-fff .logo2{
    display:block;
}
.nav-color-fff .logo1{
    display:none;
}
.nav-color-fff:hover .logo1,
.nav-color-fff.top_info_fix_acitve .logo1{
    display:block;
}
.nav-color-fff:hover .logo2,
.nav-color-fff.top_info_fix_acitve .logo2{
    display:none;
}
.nav-color-fff .top_info_fix ul li a{
    color:#fff;
}
.nav-color-fff:hover .top_info_fix ul li a,
.nav-color-fff.top_info_fix_acitve .top_info_fix ul li a{
    color:#333;
}

.mobile-nav .btn {
    line-height: 35px;
    box-sizing: border-box;
    width: 138px;
    height: 37px;
    border: 1px solid #4c6aff;
    text-align: center;
    color: #4c6aff;
    border-radius: 5px;
    font-size: 18px;
}
.bgfff_top:hover .btn {
    background-color: #4C6AFF;
    color: #fff;
    border: 1px solid #4C6AFF;
}
.top_info_fix .logo{
    width: 125px;
    margin-top: 5px;
}

.div1200{
    width: 1200px;
    margin:auto;
}

.nav{
    position: relative;
}
.nav ul.ej{
    position: absolute;
    top: 100%;
    left: 50%;
    right:50%;    
    transform: translate(-50%, -0%);
    background: #fff;
    width: max-content;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 9999;
    display: none;
}
.nav li:hover ul.ej{
    display: block;
}
.nav ul.ej li{
    line-height: 200%;
    background: #fff;
    width: 100%;
    padding:3px 12px;
}
.nav ul.ej li:hover{
    background: #00000038;
}
.navai{
    background: linear-gradient(89.97deg, #353dd9 .02%, #6545d9 64.3%, #8545d9 85.73%);
    -webkit-background-clip: text;
    color: transparent !important;
}
.navai img{
    height:20px;
    margin-right:2px;
    margin-bottom: -5px;
}
.phone {
    color: #999999;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-menu{
    display: none;
    width: 36px;
    height: 28px;
    position: relative;
    margin-left: 20px;
}
.mobile-menu span{
    width: 100%;
    height: 4px;
    background-color: #333333;
    position: absolute;
    left: 0;
    transition: all 0.5s;
    border-radius: 2px;
}
.mobile-menu span:nth-child(1){
    top: 0;
}
.mobile-menu span:nth-child(2){
    top: 12px;
}
.mobile-menu span:nth-child(3){
    top: 24px;
}
.mobile-menu.active span:nth-child(1){
    top: 10px;
    transform: rotate(45deg);
}
.mobile-menu.active span:nth-child(2){
    opacity: 0;
}
.mobile-menu.active span:nth-child(3){
    top: 10px;
    transform: rotate(-45deg);
}
.mobile-apply{
    margin-right: 20px;
    user-select: none;
    cursor: pointer;
    width: 104px;
    height: 34px;
    line-height: 32px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    color: #fff;
    padding: 0;
    background: #4c6aff;
}
.mobile-nav{
    display: flex;
    align-items: center;
}
.mobile-nav .btn{
    display: block;
}

.ant-popover {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    line-height: 1.5715;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    width: 100%;
    max-width: 100vw;
    font-weight: 400;
    text-align: left;
    background:#fff;
    display:none;
}
.ant-popover.active{
    display:block;
}
.ant-popover .div1200 {
    padding: 40px 0;
    display: flex;
    justify-content: left;
}

.ant-popover-item-2 .div1200 .ant-popover-nav {
    border-right: 1px solid #e1e3e8;
    padding-right: 40px;
}
.ant-popover-item-2 .div1200 .ant-popover-nav .ant-popover-nav-mainItem {
    width: 180px;
    height: 40px;
    padding: 9px 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    color: #272e47;
    letter-spacing: .02em;
    cursor: pointer;
}
.ant-popover-item-2 .div1200 .ant-popover-nav .ant-popover-nav-mainItem:hover,
.ant-popover-item-2 .div1200 .ant-popover-nav .ant-popover-nav-mainItem.active {
    background-color: #f2f5ff;
    color: #4c6aff;
    font-weight: 500;
}
.ant-popover-item-2 .div1200 .ant-popover-nav .ant-popover-nav-mainItem>img {
    margin-right: 6px;
    max-width:16px;
    max-height: 16px;
    width:16px;
    height:16px;
    display:none;
}

.ant-popover-item-2 .div1200 .ant-popover-nav .ant-popover-nav-mainItem .img2{
    display:block;
}
.ant-popover-item-2 .div1200 .ant-popover-nav .ant-popover-nav-mainItem:hover .img1,
.ant-popover-item-2 .div1200 .ant-popover-nav .ant-popover-nav-mainItem.active .img1 {
    display:block;
}
.ant-popover-item-2 .div1200 .ant-popover-nav .ant-popover-nav-mainItem:hover .img2,
.ant-popover-item-2 .div1200 .ant-popover-nav .ant-popover-nav-mainItem.active .img2 {
    display:none;
}

.ant-popover-item-2 .div1200 .ant-popover-subItem{
    display: none;
}
.ant-popover-item-2 .div1200 .ant-popover-subItem.active{
    display: flex;
    flex-direction: column;
    padding-left: 40px;    
}
.ant-popover-item-2 .div1200 .ant-popover-subItem .ant-popover-subItem-title{
    font-weight: 500;
    color: #4c6aff;
    cursor: pointer;
}
.ant-popover-item-2 .div1200 .ant-popover-subItem .ant-popover-subItem-title .sirius-icon {
    line-height: 0;
    vertical-align: -.25em;
    display: inline-block;
    color: inherit;
    font-style: normal;
    text-align: center;
    text-transform: none;
    text-rendering: optimizelegibility;
}
.ant-popover-item-2 .div1200 .ant-popover-subItem .ant-popover-subItem-moduleDesc{
    color: #747a8c;
    margin-top: 4px;
    cursor: default;
}
.ant-popover-item-2 .div1200 .ant-popover-subItem .ant-popover-subItem-moduleList{
    display: flex;
    flex-direction: column;
    height: 186px;
    flex-wrap: wrap;
}
.ant-popover-item-2 .div1200 .ant-popover-subItem .ant-popover-subItem-moduleList a{
    line-height: 22px;
    color: #272e47;
    margin-top: 24px;
    cursor: pointer;
}
.ant-popover-item-2 .div1200 .ant-popover-subItem .ant-popover-subItem-moduleList a:hover {
    color: #4c6aff;
}

.ant-popover-item-3 .div1200{
    display: flex;
    column-gap: 60px;
    row-gap: 24px;
    flex-wrap: wrap;
}
.ant-popover-item-3 .ant-popover-navSoItem{
    display: flex;
    flex-direction: column;
    width: 280px;
    cursor: pointer;
}
.ant-popover-item-3 .ant-popover-navSoItem .ant-popover-navSoItem-tit{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #272e47;
    display: flex;
    align-items: center;
}
.ant-popover-item-3 .ant-popover-navSoItem:hover .ant-popover-navSoItem-tit{
    color: #4c6aff;
}
.ant-popover-item-3 .ant-popover-navSoItem .ant-popover-navSoItem-tit .sirius-icon {
    line-height: 0;
    vertical-align: -.25em;
    display: inline-block;
    color: inherit;
    font-style: normal;
    text-align: center;
    text-transform: none;
    text-rendering: optimizelegibility;
}
.ant-popover-item-3 .ant-popover-navSoItem .ant-popover-navSoItem-navSoDes{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #747a8c;
    margin-top: 4px;
}
/*头部结束*/

/*底部开始*/
.footer{
    background-color: #2e3141;
}
.footer .footer-item-1{
    border-bottom: 1px solid rgba(225, 227, 232, .1);
    padding-top: 30px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-right: 1px solid #333;
    padding-bottom: 30px;
}
.footer .footer-item-1 .footer_title{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 28px;
}
.footer .footer-item-1 a{
    font-size: 14px;
    color: #9fa2ad;
    line-height: 22px;
    display: block;
    margin-bottom: 16px;
}
.footer_text{
    display: flex;
    margin-top: 16px;
    font-size: 14px;
    color: #9fa2ad;
    line-height: 22px;
}
.footer_text>img {
    vertical-align: -4px;
    margin-right: 2px;
}
.footer .footer-item-2{
    padding-top: 25px;
    padding-bottom: 19px;
    color: #9fa2ad;
    line-height: 22px;
    font-size: 12px;
    text-align:center;
}
.footer .footer-item-2 * {
    color: #9fa2ad;
}
/*底部结束*/


/*其他开始*/
.big_banner_img{
    height: 560px;
    background: url(../images/news.jpg) no-repeat 50%;
    background-size: cover;
}
.ny-banner{
    height:520px;
    position:relative;
}
.ny-banner .video-content {
    width: 600px;
    height: auto;
    position: absolute;
    left: 34%;
    top:60%;  
    transform: translate(-50%, -50%);
    z-index: 8;
    text-align: left;
}
.ny-banner .container-title {
    width: 472px;
    font-weight: 600;
    font-size: 40px;
    line-height: 62px;
    color: #000;
}
.ny-banner .container-title.white{
    color:#fff !important;
}
.ny-banner .container-sub-title {
    font-size: 40px;
    line-height: 62px;
    font-weight: 600;
    color: #000;
}
.ny-banner .container-sub-title.white{
    color:#fff !important;
}
.ny-banner .container-text {
    margin-top: 32px;
/*    width: 400px;*/
    text-align: justify;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #272e47;
}
.ny-banner .container-text.white{
    color:#fff !important;
}
.ny-banner .btn-group {
    display: flex;
    column-gap: 10px;
    height: 56px;
}
.ny-banner .btn-group .btn {
    width: 168px;
    background-color: #4c6aff;
    border: none;
    color: #fff;
    font-weight: 500;
    line-height: 56px;
    font-size: 18px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}
.ny-banner .btn-group .wm-btn {
    width: 168px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #4c6aff;
    font-size: 18px;
    line-height: 54px;
    font-weight: 500;
    color: #4c6aff;
    cursor: pointer;
}
/*其他结束*/


/*首页开始*/
.banner .gradient-swiper {
    height:520px;
}
.banner .video-content {
    width: 600px;
    height: auto;
    position: absolute;
    left: 34%;
    top:60%;  
    transform: translate(-50%, -50%);
    z-index: 8;
    text-align: left;
}
.banner .container-title {
    width: 472px;
    font-weight: 600;
    font-size: 44px;
    line-height: 62px;
    color: #000;
}
.banner .container-sub-title {
    font-size: 44px;
    line-height: 62px;
    font-weight: 600;
    color: #000;
}
.banner .container-text {
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    color: #272e47;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 400;
}
.banner .btn-group {
    display: flex;
    column-gap: 10px;
    height: 56px;
}
.banner .btn-group .btn {
    width: 168px;
    background-color: #4c6aff;
    border: none;
    color: #fff;
    font-weight: 500;
    line-height: 56px;
    font-size: 18px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}
.banner .btn-group .wm-btn {
    width: 168px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #4c6aff;
    font-size: 18px;
    line-height: 54px;
    font-weight: 500;
    color: #4c6aff;
    cursor: pointer;
}


.index-item-1{
    padding:30px 0;
}
.index-item-1 .div1200{
    display:flex;
    justify-content:space-between;
}
.index-item-1 .div1200 .index-item-1-txt{

}
.index-item-1 .div1200 .index-item-1-txt .index-item-1-txt-tit{
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    color: #272e47;
}
.index-item-1 .div1200 .index-item-1-txt .index-item-1-txt-tit .p1{
    color:#272E47
}
.index-item-1 .div1200 .index-item-1-txt .index-item-1-txt-tit .p2{
    color:#4C6AFF
}
.index-item-1 .div1200 .index-item-1-txt .index-item-1-txt-p .p1{
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #272e47;
    margin-top: 28px;
}
.index-item-1 .div1200 .index-item-1-txt .index-item-1-txt-p .p2{
    font-size: 14px;
    line-height: 22px;
    color: #545a6e;
    margin-top: 8px;
}
.index-item-1 .div1200 .index-item-1-img{
    width:550px;
    position:relative;
}
.index-item-1 .div1200 .index-item-1-img img{
    width:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.btn-g1{
    width: 148px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #4c6aff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    color: #fff;
    margin-top: 48px;
}
.btn-g11{
    width: 168px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: linear-gradient(83deg, #515aff 11.38%, #8766ff 72.72%, #ab6aff 88.62%);
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    color: #fff;
    margin-top: 48px;
}

.index-item-2{
    padding:30px 0;
    background: linear-gradient(180deg, #F9F5FF 0%, #EFE6FF 100%);
}
.index-item-2 .div1200{
    display:flex;
    justify-content:space-between;
}
.index-item-2 .div1200 .index-item-2-txt{

}
.index-item-2 .div1200 .index-item-2-txt .index-item-2-txt-tit{
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    color: #272e47;
}
.index-item-2 .div1200 .index-item-2-txt .index-item-2-txt-tit .p1{
    background: linear-gradient(89.97deg, #353dd9 .02%, #6545d9 64.3%, #8545d9 85.73%);
    -webkit-background-clip: text;
    color: transparent;
}
.index-item-2 .div1200 .index-item-2-txt .index-item-2-txt-tit .p2{
    color:#272E47
}
.index-item-2 .div1200 .index-item-2-txt .index-item-2-txt-p .p1{
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #272e47;
    margin-top: 28px;
}
.index-item-2 .div1200 .index-item-2-txt .index-item-2-txt-p .p2{
    font-size: 14px;
    line-height: 22px;
    color: #545a6e;
    margin-top: 8px;
}
.index-item-2 .div1200 .index-item-2-img{
    width:550px;
    position:relative;
}
.index-item-2 .div1200 .index-item-2-img img{
    width:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}


.index-item-3{
    padding:30px 0;
}
.index-item-3 .div1200{
    display:flex;
    justify-content:space-between;
}
.index-item-3 .div1200 .index-item-3-txt{

}
.index-item-3 .div1200 .index-item-3-txt .index-item-3-txt-tit{
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    color: #272e47;
}
.index-item-3 .div1200 .index-item-3-txt .index-item-3-txt-tit .p1{
    color:#272E47
}
.index-item-3 .div1200 .index-item-3-txt .index-item-3-txt-tit .p2{
    color:#4C6AFF
}
.index-item-3 .div1200 .index-item-3-txt .index-item-3-txt-tit .p2 span{
    color:#272E47
}
.index-item-3 .div1200 .index-item-3-txt .index-item-3-txt-p .p1{
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #272e47;
    margin-top: 28px;
}
.index-item-3 .div1200 .index-item-3-txt .index-item-3-txt-p .p2{
    font-size: 14px;
    line-height: 22px;
    color: #545a6e;
    margin-top: 8px;
}
.index-item-3 .div1200 .index-item-3-img{
    width:550px;
    position:relative;
}
.index-item-3 .div1200 .index-item-3-img img{
    width:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.index-item-4{
    background-color: #3f4770;
    padding:30px 0;
}

.index-item-4 .index-item-4-title{
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    padding: 25px 0 40px;
    display: flex;
    justify-content: center;
}

.index-item-4 .index-item-4-list{
    width:100%;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.index-item-4 .index-item-4-list li{
    margin-bottom: 20px;
    width: 590px;
    display: flex;
    justify-self: center;
    align-items: center;
    border-radius: 8px;
    background: hsla(0, 0%, 100%, .05);
    box-shadow: 0 8px 20px 0 rgba(36, 44, 85, .06);
    padding: 16px 32px;
}
.index-item-4 .index-item-4-list li:nth-child(odd) {
    margin-right: 20px;
}
.index-item-4 .index-item-4-list li >img{
    width: 120px;
    height: 120px;
}
.index-item-4 .index-item-4-list li .index-item-4-list-txt{
    display: flex;
    flex-direction: column;
    margin-left: 37px;
}
.index-item-4 .index-item-4-list li .index-item-4-list-txt .p1{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    display: flex;
    align-items: center;
}
.index-item-4 .index-item-4-list li .index-item-4-list-txt .p1 img{
    margin-right: 8px;
}
.index-item-4 .index-item-4-list li .index-item-4-list-txt .p2{
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #f6f7fa;
    white-space: pre-line;
}

.index-item-5{
    background: linear-gradient(0deg, #e0e7fe, #fff);
    padding:30px 0;
}
.index-item-5 .index-item-5-title{
    color: #282f49;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 50px;
}
.index-item-5 .cases-swiper-wrapper {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding-top: 40px;
}
.index-item-5 .cases-swiper-wrapper .swiper-wrapper .swiper-slide {
    background-size: cover;
    background-position: 50%;
    background-color: #fff;
    height: 390px;
    transition: opacity .5s ease-in-out;
    border-radius: 16px;
    transform: scale(.974, .949);
}
.index-item-5 .cases-swiper-wrapper  .swiper-wrapper .swiper-slide-active, .index-item-5 .cases-swiper-wrapper  .swiper-wrapper .swiper-slide-duplicate-active {
    height: 400px;
    transition: opacity .5s ease-in-out;
    transform: scaleX(1.058);
    box-shadow: 0 10px 30px rgba(66, 89, 153, .25);
}
.index-item-5 .cases-swiper-wrapper .swiper-wrapper .swiper-slide .industries-item {
    height: 100%;
    width: 100%;
    padding: 32px 32px 0;
    position: relative;
}
.index-item-5 .cases-swiper-wrapper .swiper-wrapper .swiper-slide .industries-item .de-active-person {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 34px;
    border-bottom: 1px solid #e1e3e8;
    position: absolute;
    left: 32px;
    right: 32px;
    cursor: pointer;
}
.index-item-5 .cases-swiper-wrapper .swiper-wrapper .swiper-slide .industries-item .de-active-person .avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.index-item-5 .cases-swiper-wrapper .swiper-wrapper .swiper-slide .industries-item .de-active-person .info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.index-item-5 .cases-swiper-wrapper .swiper-wrapper .swiper-slide .industries-item .de-active-person .info .name {
    color: #272e47;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.index-item-5 .cases-swiper-wrapper .swiper-wrapper .swiper-slide .industries-item .de-active-person .info .position {
    color: #747a8c;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    white-space: pre-line;
}
.index-item-5 .cases-swiper-wrapper  .swiper-wrapper .swiper-slide-active .industries-item .active-info .info .name, .index-item-5 .cases-swiper-wrapper  .swiper-wrapper .swiper-slide-duplicate-active .industries-item .active-info .info .name {
    color: #272e47;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
}
.index-item-5 .cases-swiper-wrapper  .swiper-wrapper .swiper-slide-active .industries-item .active-info .info .position, .index-item-5 .cases-swiper-wrapper  .swiper-wrapper .swiper-slide-duplicate-active .industries-item .active-info .info .position {
    color: #747a8c;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    white-space: pre-line;
}
.index-item-5 .cases-swiper-wrapper .swiper-wrapper .swiper-slide .industries-item .active-info, .index-item-5 .cases-swiper-wrapper .swiper-wrapper .swiper-slide .industries-item .active-person {
    opacity: 0;
    visibility: hidden;
}
.index-item-5 .cases-swiper-wrapper  .swiper-wrapper .swiper-slide-active .de-active-person, .index-item-5 .cases-swiper-wrapper  .swiper-wrapper .swiper-slide-duplicate-active .de-active-person {
    transition: opacity .5s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.index-item-5 .cases-swiper-wrapper  .swiper-wrapper .swiper-slide-active .industries-item .active-info, .index-item-5 .cases-swiper-wrapper  .swiper-wrapper .swiper-slide-duplicate-active .industries-item .active-info {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
}
.index-item-5 .cases-swiper-wrapper .swiper-wrapper .swiper-slide-active .industries-item .active-person, .index-item-5 .cases-swiper-wrapper .swiper-wrapper .swiper-slide-duplicate-active .industries-item .active-person {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease-in-out;
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 440px;
}
.index-item-5 .cases-swiper-wrapper .swiper-wrapper .swiper-slide .industries-item .content {
    padding-top: 32px;
    position: absolute;
    top: 141px;
    cursor: pointer;
}
.index-item-5 .cases-swiper-wrapper .swiper-wrapper .swiper-slide .industries-item .content .improve-number {
    color: #272e47;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 2px;
    cursor: pointer;
}
.index-item-5 .cases-swiper-wrapper .swiper-wrapper .swiper-slide .industries-item .content .improve-desc {
    color: #272e47;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px;
    cursor: pointer;
}
.index-item-5 .cases-swiper-wrapper .swiper-wrapper .swiper-slide .industries-item .content .improve-text {
    color: #747a8c;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-right: 36px;
    cursor: pointer;
}

.index-item-5 .new-customer-case_wall {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 70px;
}
.index-item-5 .new-customer-case_wall .new-customer-case_wall-list {
    display: flex;
    gap: 20px;
}


.index-item-6{
    padding:30px 0;
}
.index-item-6 .index-item-6-server{
    display: flex;
    justify-content:space-between;
    align-items: center;
    background-color: #fff;
    width: 100%;
    margin: 30px auto;
}
.index-item-6 .index-item-6-server .index-item-6-server-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index-item-6 .index-item-6-server .index-item-6-server-left .index-item-6-server-left-title{
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #272e47;
    margin-bottom: 48px;
}
.index-item-6 .index-item-6-server .index-item-6-server-left .index-item-6-server-left-list{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 32px;
}
.index-item-6 .index-item-6-server .index-item-6-server-left .index-item-6-server-left-list img {
    width: 40px;
    height: 40px;
    margin-right: 16px;
}
.index-item-6 .index-item-6-server .index-item-6-server-left .index-item-6-server-left-list .p1{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #272e47;
    margin-bottom: 4px;
}
.index-item-6 .index-item-6-server .index-item-6-server-left .index-item-6-server-left-list .p2{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #747a8c;
}

.index-item-6 .index-item-6-server .index-item-6-server-right {
    width: 500px;
    overflow:height;
}
.index-item-6 .index-item-6-server .index-item-6-server-right img{
    width:100%;
    border-radius: 16px;
}

.index-item-7{
    padding:30px 0;
    background: linear-gradient(180deg, #dfe7ff, #f6f8ff) !important;
}
.index-item-7 .index-item-7-title{
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    color: #272e47;
    text-align: left;
    margin-bottom: 48px;
}
.index-item-7 .index-item-7-list{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 80px;
    background-color: #fff;
    border-radius: 20px;
}
.index-item-7 .index-item-7-list li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
}
.index-item-7 .index-item-7-list li .img{
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}
.index-item-7 .index-item-7-list li .index-item-7-tit{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #272e47;
    margin-bottom: 12px;
}
.index-item-7 .index-item-7-list li .index-item-7-txt{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #747a8c;
    white-space: pre-line;
}

.index-item-8{
    padding:30px 0;
}
.index-item-8 .index-item-8-title{
    color: #272e47;
    text-align: left;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 40px;
}
.index-item-8 .index-item-8-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 115px;
}
.index-item-8 .index-item-8-list .components {
    color: #272e47;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.index-item-8 .index-item-8-list ul{
    width:50%;
}
.index-item-8 .index-item-8-list li {
    display: flex;
    gap: 12px;
    list-style: none;
    width: 515px;
}
.index-item-8 .index-item-8-list li:not(:last-child) {
    margin-bottom: 12px;
}
.index-item-8 .index-item-8-list li .components_num {
    width: 20px;
    height: 20px;
    color: var(--Text-2, #9fa2ad);
    text-align: center;
    font-family: LX-numbers;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.index-item-8 .index-item-8-list li .components_item-title{
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--Text-5, #272e47);
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.index-item-8 .index-item-8-list li .components_num.components_num1 {
    color: #fe5b4c;
}
.index-item-8 .index-item-8-list li .components_num.components_num2 {
    color: #ff894d;
}
.index-item-8 .index-item-8-list li .components_num.components_num3 {
    color: #ffb54c;
}


.index-item-9{
    padding:30px 0;
    width: 100%;
    height: 474px;
    background:url(../images/index-item-9-bg.png) no-repeat top / 1920px 100%;
}
.index-item-9 .div1200{
    height: 100%;
    margin: 0 auto;
    display: flex;
}
.index-item-9 .index-item-9-left{
    padding-top: 100px;
    padding-bottom: 100px;
    flex: 1 1;
}
.index-item-9 .index-item-9-left .index-item-9-left-tit{
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #272e47;
}
.index-item-9 .index-item-9-left .index-item-9-left-sub{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #747a8c;
    padding-bottom: 32px;
    margin-top: 12px;
}
.index-item-9 .index-item-9-left .index-item-9-left-p1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #272e47;
    display: flex;
    align-items: center;
}
.index-item-9 .index-item-9-left .index-item-9-left-p1:not(:last-child) {
    margin-bottom: 12px;
}
.index-item-9 .index-item-9-left .index-item-9-left-p1>img {
    margin-right: 8px;
}
.index-item-9 .index-item-9-right{
    flex: 1 1;
    position: relative;
}
/*首页结束*/


/*新闻中心开始*/
.smenul {
    border-bottom: 1px solid #d2d2d2;
    padding-top: 18px;
    height: 71px;
    line-height: 54px;
}
.smenul .div1200 {
    position: relative;
}
.smenul li {
    float: left;
    padding-right: 42px;
    padding-bottom: 2px;
    height: 71px;
    line-height: 52px;
}
.smenul li a {
    display: block;
    font-size: 16px;
    color: #3e3e3e;
}
.smenul .active a {
    border-bottom: 3px solid #2b78d9;
    margin-bottom: -3px;
    color: #2b78d9;
}

.news {
    padding-top: 36px;
    padding-bottom: 30px;
}
.news .list li {
    box-shadow: 4px 4px 4px #cfcfcf;
    width: 580px;
    height: 192px;
    background: #fff;
    float: left;
    margin-bottom: 30px;
}
.news .list li a {
    display: block;
}
.news .list .left {
    width: 132px;
    padding-right: 20px;
    text-align: right;
    background: #3498db;
    height: 192px;
}
.news .list .left .num {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    padding-top: 12px;
    line-height: 80px;
}
.news .list .left .time {
    font-size: 15px;
    color: #fff;
    line-height: 16px;
}
.news .list .left .bj {
    font-size: 13px;
    color: #fff;
    line-height: 38px;
    background: url(../images/74_03.jpg) no-repeat right bottom;
}
.news .list .left .js {
    font-size: 12px;
    color: #fff;
    line-height: 32px;
}
.news .list .con {
    width: 420px;
    padding-left: 28px;
}
.news .list .tit {
    font-size: 18px;
    color: #292929;
    line-height: 44px;
    padding-top: 15px;
    overflow:hidden; /*//超出的文本隐藏*/
    text-overflow:ellipsis; /*//用省略号显示*/
    white-space:nowrap; /*//不换行*/
}
.news .list .txt {
    font-size: 15px;
    color: #717171;
    line-height: 30px;
    height: 96px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box;    /*//将对象作为弹性伸缩盒子模型显示。*/
    -webkit-box-orient:vertical;  /*// 从上到下垂直排列子元素*/
    -webkit-line-clamp:3; /*//显示的行数*/
}
.news .list .more {
    font-size: 13.39px;
    color: #3498db;
    border: 1px solid #4caafc;
    margin-right: 27px;
    line-height: 26px;
    width: 89px;
    float: right;
    text-align: center;
}
.news .list li.fr {
    float: right;
}

.mhjj .tit {
    color: #f56c00;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 76px;
    font-weight: bold;
    text-align: center;
}
.mhjj .txt {
    font-size: 16px;
    color: #5b5b5b;
    line-height: 40px;
}
/*新闻中心结束*/


/*客户发现开始*/
.customs-item-1{
    padding:60px 0;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgba(247, 249, 255, 1) 100%);
}
.customs-item-1 .customs-item-1-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: #272e47;
    margin-bottom: 48px;
}
.customs-item-1 .customs-item-1-title .p2{
    color: #FE5B4C;
}
.customs-item-1 .customs-item-1-title .p2 span{
    color: #272E47;
}
.customs-item-1-vertical{
    display: flex;
    gap: 60px;
}
.customs-item-1-vertical .customs-item-1-vertical-item{
    display: flex;
    flex-direction: column;
    width: 360px;
}
.customs-item-1-vertical .customs-item-1-vertical-item .customs-item-1-vertical-item-tit{
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #272e47;
}
.customs-item-1-vertical .customs-item-1-vertical-item .customs-item-1-vertical-item-txt{
    font-size: 14px;
    line-height: 22px;
    color: #545a6e;
    margin-top: 8px;
}
.customs-item-1-img{
    width:864px;
    margin:48px auto 0px auto;
}
/*客户发现结束*/


/*客户开发开始*/
.edm-item-1{
    padding:60px 0;
}
.edm-item-1 .div1200{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.edm-item-1 .edm-item-1-title{
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: #272e47;
}
.edm-item-1 .edm-item-1-title .p1 span{
    color:#FE5C4D;
}
.edm-item-1 .edm-item-1-list{
    display: flex;
    flex-direction: row !important;
    column-gap: 60px;
    width: 780px;
    flex-wrap: wrap;
}
.edm-item-1 .edm-item-1-list .edm-item-1-list-item{
    width:360px;
    display: flex;
    flex-direction: column;
}
.edm-item-1 .edm-item-1-list .edm-item-1-list-item .edm-item-1-list-item-tit{
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #272e47;
    margin-top: 28px;
}
.edm-item-1 .edm-item-1-list .edm-item-1-list-item .edm-item-1-list-item-txt{
    font-size: 14px;
    line-height: 22px;
    color: #545a6e;
    margin-top: 8px;
}
.edm-item-1 .edm-item-1-img{
    width: 320px;
    margin: 30px 0 0 100px;
    position:relative;
}
.edm-item-1 .edm-item-1-img img{
    position:absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50% ,-50%);
}

.edm-item-2{
    padding:60px 0;
    background: linear-gradient(180deg, #F7EFFF 0%, #FBF8FF 100%);
}
.edm-item-2 .edm-item-2-title{
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: #272e47;
    margin-bottom: 48px;
}
.edm-item-2 .edm-item-2-title .p1{
    background: linear-gradient(89.97deg, #353dd9 .02%, #6545d9 64.3%, #8545d9 85.73%);
    -webkit-background-clip: text;
    color: transparent;
    display: flex;
}
.edm-item-2 .edm-item-2-title .p1:after {
    content: "";
    width: 40px;
    height: 22px;
    margin-left: 8px;
    display: block;
    background-image: url(../images/edm-8.png);
    background-size: cover;
}
.edm-item-2 .edm-item-2-txt-list{
    display: flex;
    gap: 60px;
}
.edm-item-2 .edm-item-2-txt-list .edm-item-2-txt-list-item{
    display: flex;
    flex-direction: column;
    width: 360px;
}
.edm-item-2 .edm-item-2-txt-list .edm-item-2-txt-list-item .edm-item-2-txt-list-item-tit {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #272e47;
}
.edm-item-2 .edm-item-2-txt-list .edm-item-2-txt-list-item .edm-item-2-txt-list-item-txt {
    font-size: 14px;
    line-height: 22px;
    color: #545a6e;
    margin-top: 8px;
}

.edm-item-2 .edm-item-2-img-list{
    display: flex;
    gap: 60px;
}
.edm-item-2 .edm-item-2-img-list .edm-item-2-img-list-item{
    width: 360px;
    margin: 24px 0 24px 0;
}
.edm-item-2 .edm-item-2-img-list .edm-item-2-img-list-item img{
    width:100%;
    height:auto;
    color: transparent;
}
/*客户开发结束*/


/*客户管理开始*/
.crm-item-1{
    padding:60px 0;
    background:linear-gradient(180deg, rgba(247, 249, 255, 0) 0%, #F7F9FF 100%)
}
.crm-item-1 .crm-item-1-title{
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: #272e47;
    margin-bottom: 48px;
}
.crm-item-1 .crm-item-1-title .p1{
    color: #272E47;
}
.crm-item-1 .crm-item-1-title .p2{
    color:#0FD683
}
.crm-item-1 .crm-item-1-txt-list{
    display: flex;
    gap: 60px;
}
.crm-item-1 .crm-item-1-txt-list .crm-item-1-txt-list-item{
    display: flex;
    flex-direction: column;
    width: 270px;
}
.crm-item-1 .crm-item-1-txt-list .crm-item-1-txt-list-item .crm-item-1-txt-list-item-img{
    width:40px;
}
.crm-item-1 .crm-item-1-txt-list .crm-item-1-txt-list-item .crm-item-1-txt-list-item-tit{
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #272e47;
}
.crm-item-1 .crm-item-1-txt-list .crm-item-1-txt-list-item .crm-item-1-txt-list-item-txt{
    font-size: 14px;
    line-height: 22px;
    color: #545a6e;
    margin-top: 8px;
}
.crm-item-1 .crm-item-1-img-list{
    display: flex;
    gap: 60px;
}
.crm-item-1 .crm-item-1-img-list .crm-item-1-img-list-item{
    width: 580px;
    margin: 24px 0 0px 0;
}
.crm-item-1 .crm-item-1-img-list .crm-item-1-img-list-item img{
    color: transparent;
    width: 100%;
    height: auto;
}
/*客户管理结束*/

/**/
.ai{
    display: flex;
    background: linear-gradient(89.97deg, #353dd9 .02%, #6545d9 64.3%, #8545d9 85.73%);
    -webkit-background-clip: text;
    color: transparent !important;
}
.ai:after {
    content: "";
    width: 40px;
    height: 22px;
    margin-left: 8px;
    display: block;
    background-image: url(../images/ai.png);
    background-size: cover;
}


/*ai团队开始*/
.aistaff-item-1{
    padding:60px 0;
}
.aistaff-item-1 .div1200{
    display:flex;
    justify-content:space-between;
}
.aistaff-item-1 .div1200 .aistaff-item-1-txt{

}
.aistaff-item-1 .div1200 .aistaff-item-1-txt .aistaff-item-1-txt-tit{
    font-size: 34px;
    font-weight: 600;
    line-height: 56px;
    color: #272e47;
}
.aistaff-item-1 .div1200 .aistaff-item-1-txt .aistaff-item-1-txt-tit .pp1{
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    padding: 0 10px;
    background: linear-gradient(279deg, #ab6aff 15%, #565bff 103.43%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 4px rgba(86, 91, 255, .2);
    position: relative;
    z-index: 1;
}
.aistaff-item-1 .div1200 .aistaff-item-1-txt .aistaff-item-1-txt-p .pp1{
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #272e47;
    margin-top: 28px;
    max-width:490px;
}
.aistaff-item-1 .div1200 .aistaff-item-1-txt .aistaff-item-1-txt-p .pp2{
    font-size: 14px;
    line-height: 22px;
    color: #545a6e;
    margin-top: 8px;
    max-width:490px;
}
.aistaff-item-1 .div1200 .aistaff-item-1-img{
    width:550px;
    position:relative;
}
.aistaff-item-1 .div1200 .aistaff-item-1-img img{
    width:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}


.aistaff-item-2{
    padding:60px 0;
    background: linear-gradient(180deg, #fff, #f6f4ff);
}
.aistaff-item-2 .div1200{
}
.aistaff-item-2 .aistaff-item-2-title{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
}
.aistaff-item-2 .aistaff-item-2-list{
    display: flex;
    justify-content: space-between;
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}
.aistaff-item-2 .aistaff-item-2-list .aistaff-item-2-list-item{
    width: 276px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px 0 rgba(19, 49, 193, .12);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform .3s ease, box-shadow .3s ease;
    border: 1px solid #e8e8ff;
}
.aistaff-item-2-list-item-number{
    position: relative;
    width: 100%;
    height: 116px;
    display: flex;
    overflow: visible;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-image: url(../images/aistaff-number-bg.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}
.aistaff-item-2-list-item-number-img{
    width: 60%;
    height: 100%;
    position: relative;
    overflow: visible;
    top: -26px;
}
.aistaff-item-2-list-item-number-img img {
    object-fit: cover;
    width: 90%;
    height: 122%;
    object-position: 43% 0;
}
.aistaff-item-2-list-item-number-info {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: transparent;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.aistaff-item-2-list-item-number-info .h3 {
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(279deg, #ab6aff 15%, #565bff 103.43%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
}
.aistaff-item-2-list-item-number-info .p {
    font-size: 14px;
    color: #272e47;
    margin: 0;
    line-height: 22px;
    text-align: left;
}
.aistaff-item-2-list-item-txt{
    padding: 24px 30px 20px;
    background-color: #fff;
    border-top: 1px solid #f0f0ff;
    position: relative;
    background-image: url(../images/aistaff-number-bg1.png);
    background-size: 22%;
    background-position: 50%;
    background-repeat: no-repeat;
}
.aistaff-item-2-list-item-txt p {
    width: 216px;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    text-align: left;
    color: #272e47;
    position: relative;
    font-weight: 500;
    z-index: 1;
}
.aistaff-item-2-list-item-ul{
    list-style: none;
    padding: 0 20px 20px;
    margin: 0;
    background-color: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aistaff-item-2-list-item-ul li{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
    position: relative;
    z-index: 1;
    width: 100%;
    justify-content: flex-start;
    padding-left: 17%;
}
.aistaff-item-2-list-item-ul li img {
    margin-right: 8px;
    flex-shrink: 0;
}
.aistaff-item-2-list-item-ul li span {
    text-align: left;
}


.aistaff-item-3{
    padding:60px 0;
    position: relative;
    overflow-y: hidden;
}
.aistaff-item-3::before {
    z-index: -2;
    top: 19%;
    transform: translateX(-69.75%);
    width: 747px;
    height: 747px;
    border-radius: 50%;
    background: #d0c7f754;
    filter: blur(250px);
    opacity: 0.95;
}
.aistaff-item-3::before, .aistaff-item-3::after {
    content: '';
    position: absolute;
    left: 50%;
}
.aistaff-item-3 .div1200{
}
.aistaff-item-3 .aistaff-item-3-title{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
}
.aistaff-item-3 .aistaff-item-3-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 40px;
}
.aistaff-item-3 .aistaff-item-3-list li {
    width: 50%;
    flex-basis: 50%;
    padding: 10px 20px;
}
.aistaff-item-3-list-li-box{
    position: relative;
    border: 10px solid transparent;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.4);
}
.aistaff-item-3-list-li-box .box-inner{
    display: flex;
    align-items: center;
    gap: 33px;
    height: 160px;
    padding: 0 32px 0 28px;
    cursor: pointer;
    border-radius: 10px;
    background: linear-gradient(278deg, #f0faff -65.47%, #fff 126.46%);
    overflow: hidden;
    box-shadow: -1px -2px 6px 0px rgba(255, 255, 255, 0.1) inset, 2px 2px 2px 0px rgba(255, 255, 255, 0.2) inset, 0px 43px 108px 0px rgba(55, 95, 158, 0.12), 0px 21.769px 47.081px 0px rgba(55, 95, 158, 0.08), 0px 8.6px 17.55px 0px rgba(55, 95, 158, 0.06), 0px 1.881px 6.244px 0px rgba(55, 95, 158, 0.04);
}
.aistaff-item-3-list-li-box .box-inner img {
    width: 97px;
    height: 97px;
    aspect-ratio: 1 / 1;
}
.aistaff-item-3-list-li-box .box-inner .box-inner-info h3 {
    margin-bottom: 8px;
    line-height: 1.27;
    color: #1E2026;
    font-weight: bold;
    font-size: 30px;
}
.aistaff-item-3-list-li-box .box-inner .box-inner-info .p1 {
    font-size: 16px;
    color: #1E2026;
    line-height: 1.4;
}
.aistaff-item-3-list-li-box .box-info-detail{
    display: none;
    position: absolute;
    top: -10px;
    left: -10px;
    border: 10px solid rgba(255, 255, 255, 0.40);
    align-items: center;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    padding: 0 43px 0 83px;
    border-radius: 20px;
    background: #1f4eeedb;
}
.aistaff-item-3-list li:hover .aistaff-item-3-list-li-box .box-info-detail{
    display:flex;
}
.aistaff-item-3-list-li-box .box-info-detail .list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.aistaff-item-3-list-li-box .box-info-detail .list .item {
    display: flex;
    align-items: center;
    min-width: 50%;
    padding: 5px 0;
}
.aistaff-item-3-list-li-box .box-info-detail .list .item img {
    width: 18px;
    height: 18px;
}
.aistaff-item-3-list-li-box .box-info-detail .list .item span{
    margin-left: 6px;
    font-size: 16px;
    line-height:1.8;
    color: #fff;
}

.aistaff-item-4{
    padding:60px 0;
    background:#fff;
    padding:relative;
}
.aistaff-item-4::after {
    content: '';
    position: absolute;
    width: 812px;
    height: 812px;
    border-radius: 50%;
    top: 18.63%;
    left: 50%;
    transform: translateX(-1.72%);
    opacity: 0.55;
    background: #d0c7f7;
    filter: blur(260px);
    z-index: 1;
}
.aistaff-item-4 .aistaff-item-4-tabs{
    border-radius: 99px;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    z-index: 9;
    position: relative;
}
.aistaff-item-4 .aistaff-item-4-tabs li{
    line-height: 1.8;
    font-size: 22px;
    display: flex;
    align-items: center;
    padding: 15px 28px;
    border-radius: 99px;
    cursor: pointer;
}
.aistaff-item-4 .aistaff-item-4-tabs li.active{
    color: #fff;
    background-color: #017aff;
}
.aistaff-item-4 .aistaff-item-4-content li{
    display: none;
    flex-wrap: wrap;
}
.aistaff-item-4 .aistaff-item-4-content li.active{
    display:flex;
}
.aistaff-item-4-content-info{
    width: 404px;
    margin-right: 56px;
    padding-top: 10px;
}
.aistaff-item-4-content-info .info-item{
    margin-top: 40px;
}
.aistaff-item-4-content-info .info-item h3{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #1E2026;
    font-size:30px;
    line-height:1.4;
    font-weight:bold;
}
.aistaff-item-4-content-info .info-item h3 .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    padding: 0 0.2rem;
    border-radius: 6px;
    border: 1px solid #017aff;
    line-height: 2;
    font-weight: normal;
    font-size: 16px;
    color: #017aff;
}
.aistaff-item-4-content-info .info-item p{
    font-size: 16px;
    color: #1E2026;
    line-height:1.8;
}
.aistaff-item-4-content-img{
    padding-bottom: 65px;
    width:740px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
.aistaff-item-4-content-img .img-wrap{
    position: relative;
    padding: 40px 50px;
}
.aistaff-item-4-content-img .img-wrap .img {
    width: 100%;
    aspect-ratio: 642 / 582;
    filter: drop-shadow(0px 20px 30px rgba(0, 144, 255, 0.08));
}
.aistaff-item-4-content-img .img-wrap .icon {
    filter: drop-shadow(0px 0.746px 11.689px rgba(0, 144, 255, 0.20));
    position: absolute;
}
.aistaff-item-4-content-img .img-wrap .icon1-1 {
    width: 21.22%;
    aspect-ratio: 157 / 151;
    right: 0;
    top: 10.91%;
}
.aistaff-item-4-content-img .img-wrap .icon1-2 {
    width: 62.7%;
    aspect-ratio: 464 / 165;
    left: 0;
    bottom: 15%;
}
.aistaff-item-4-content-img .img-wrap .icon2-1 {
  top: 20.3%;
  left: 0;
  width: 47.3%;
  aspect-ratio: 350 / 132;
}

.aistaff-item-4-content-img .img-wrap .icon2-2 {
  bottom: 0;
  right: 0;
  width: 67.97%;
  aspect-ratio: 503 / 354;
}

.aistaff-item-4-content-img .img-wrap .icon3-1 {
  top: 24.7%;
  right: 0;
  width: 56.22%;
  aspect-ratio: 416 / 181;
}

.aistaff-item-4-content-img .img-wrap .icon3-2 {
  bottom: 27.42%;
  left: 0;
  width: 29.05%;
  aspect-ratio: 215 / 118;
}

.aistaff-item-4-content-img .img-wrap .icon4-1 {
  top: 26.82%;
  right: 0;
  width: 38.78%;
  aspect-ratio: 287 / 249;
}

.aistaff-item-4-content-img .img-wrap .icon4-2 {
  bottom: 16.82%;
  left: 0;
  width: 51.62%;
  aspect-ratio: 382 / 223;
}

.aistaff-item-4-content-img .img-wrap .icon5-1 {
  top: 18.18%;
  right: 0;
  width: 36.35%;
  aspect-ratio: 269 / 173;
}

.aistaff-item-4-content-img .img-wrap .icon5-2 {
  bottom: 16.97%;
  left: 0;
  width: 43.78%;
  aspect-ratio: 324 / 275;
}

.aistaff-item-4-content-img .img-wrap .icon6-1 {
  top: 15.15%;
  right: 0;
  width: 62.70%;
  aspect-ratio: 464 / 151;
}

.aistaff-item-4-content-img .img-wrap .icon6-2 {
  bottom: 29.85%;
  left: 0;
  width: 45.14%;
  aspect-ratio: 334 / 142;
}

.aistaff-item-4-content-img .img-wrap .icon6-3 {
  bottom: 9.09%;
  right: 0;
  width: 45.14%;
  aspect-ratio: 334 / 172;
}
/*AI团队结束*/


/*解决方案开始*/
.customs-item-1{
    padding:30px 0;
}
.customs-item-1 .div1200{
}
.customs-item-1 .customs-item-1-title{
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    color: #080b19;
    text-align: center;
}
.customs-item-1 .customs-item-1-img{
    margin: 28px 0 0 0;
    width:100%;
    text-align:center;
}
.customs-item-1 .customs-item-1-img img{
    margin:auto;
}

.customs-item-2{
    padding:30px 0;
    background: linear-gradient(180deg, #F5F7FF 0%, #E9F0FF 100%);
}
.customs-item-2 .customs-item-2-title{
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #272e47;
    text-align: center;
    margin-bottom: 28px;
}
.customs-item-2 .customs-item-2-list{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}
.customs-item-2 .customs-item-2-list .customs-item-2-list-item{
    display: flex;
    justify-self: center;
    align-items: center;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(47, 83, 134, .078);
    padding: 28px;
    border: 1px solid #ebedf2;
    margin-bottom: 20px;
    width: 590px;
}
.customs-item-2 .customs-item-2-list .customs-item-2-list-item:nth-child(2n+1){
    margin-right: 20px;
}
.customs-item-2 .customs-item-2-list .customs-item-2-list-item .customs-item-2-list-item-img{
    width: 120px;
}
.customs-item-2 .customs-item-2-list .customs-item-2-list-item .customs-item-2-list-item-txt{
    width: 370px;
    display: flex;
    flex-direction: column;
    margin-left: 37px;
}
.customs-item-2 .customs-item-2-list .customs-item-2-list-item .customs-item-2-list-item-txt .customs-item-2-list-item-tit{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #272e47;
}
.customs-item-2 .customs-item-2-list .customs-item-2-list-item .customs-item-2-list-item-txt .customs-item-2-list-item-p{
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #545a6e;
    white-space: pre-line;
}

.customs-item-3{
    padding:30px 0;
}
.customs-item-3 .div1200{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.customs-item-3 .customs-item-3-txt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width:480px;
}
.customs-item-3 .customs-item-3-txt .customs-item-3-txt-tit{
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: #272e47;
}
.customs-item-3 .customs-item-3-txt .p1{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #747a8c;
    width: 420px;
}
.customs-item-3 .customs-item-3-txt .p2{
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #272e47;
    margin-top: 24px;
}
.customs-item-3 .customs-item-3-txt .p2:before {
    content: "";
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 0;
    position: absolute;
    background-color: #272e47;
}
.customs-item-3 .customs-item-3-img{
    width:600px;
    position:relative;
}
.customs-item-3 .customs-item-3-img img{
    position:absolute;
    top: 50%;
    left:50%;
    right:50%;
    transform:translate(-50%,-50%);
}


.crm-item-2{
    padding:30px 0;
    background: #F4F6F6;
}
.crm-item-2 .crm-item-2-title{
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #272e47;
    text-align: center;
    margin-bottom: 28px;
}
.crm-item-2 .crm-item-2-list{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    gap: 24px;
}
.crm-item-2 .crm-item-2-list .crm-item-2-list-item{
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    width: 384px;
    height: 222px;
    padding: 28px 28px 50px;
    background-color: #fff;
}
.crm-item-2 .crm-item-2-list .crm-item-2-list-item .crm-item-2-list-item-img{
    width: 40px;
}
.crm-item-2 .crm-item-2-list .crm-item-2-list-item .crm-item-2-list-item-txt{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.crm-item-2 .crm-item-2-list .crm-item-2-list-item .crm-item-2-list-item-txt .crm-item-2-list-item-tit{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #3f465c;
}
.crm-item-2 .crm-item-2-list .crm-item-2-list-item .crm-item-2-list-item-txt .crm-item-2-list-item-p{
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #272e47;
    white-space: pre-line;
}
.item-1-title{
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    color: #333;
    text-align: center;
    padding: 30px 0 0 0;
    width:100%;
}


.brand-item-1{
    padding:30px 0;
    background: linear-gradient(180deg, #F9F8FF 0%, #EFECFF 100%);
}
.brand-item-1 .brand-item-1-title{
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: #272e47;
    margin-bottom: 48px;
}
.brand-item-1 .brand-item-1-list{
    display: flex;
    gap: 60px;
}
.brand-item-1 .brand-item-1-list .brand-item-1-list-item{
    display: flex;
    flex-direction: column;
    width: 360px;
}
.brand-item-1 .brand-item-1-list .brand-item-1-list-item .brand-item-1-list-item-img{
    width: 40px;
    margin-bottom: 20px;
}
.brand-item-1 .brand-item-1-list .brand-item-1-list-item .brand-item-1-list-item-txt{
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #272e47;
}
.brand-item-1 .brand-item-1-list .brand-item-1-list-item .brand-item-1-list-item-txt span{
    color: #6E46FF;
}

.brand-item-1 .brand-item-1-img{
    margin: 40px 0 48px 0;
    width:1000px;
    text-align:center;
}

/*解决方案结束*/

/*ai建站开始*/
.ny_b_1 {
    width: 100%;
    height: 560px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.ny_b_1 video{
    position: absolute;
    width: 100%;
    top: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ny_b_1{
    position: relative;
}
.ny_b_1 .video-mask{
    width: 100%;
    height: 100%;
    background: rgba(25,30,39,.85);
    position: absolute;
    top: 0;
    left: 0;
}
.ny_b_1 .header-info{
    max-width: 520px;
    position: absolute;
    left: 36%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 42%;
}
.ny_b_1 .header-info .big-title{
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    margin-bottom: 12px;
}
.ny_b_1 .header-info .small-title{
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #fff;
}
.ny_b_1 .btn-group{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 47px;
    left: 36%;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ny_b_1 .btn-group .btn{
    width: 172px;
    height: 48px;
    font-size: 18px;
    line-height: 25px;
    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;
    border-radius: 8px;
    margin: 0 10px;
    cursor: pointer;
    font-weight: 600;
}
.ny_b_1 .btn-group .btn-white{
    background: #fff;
    color: #486ede;
}
.ny_b_1 .btn-group .btn-blue{
    background: #5383fe;
    color: #fff;
}


.team_1_3{
    background: #fff;
    padding:24px 0;
}
.z_1521{
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.team_1_3 .f_1521{
    width: 400px;
    margin:0 40px;
}
.team_1_3 .img_1521{
    margin:0 30px;
    width: 600px;
}
.team_1_3 .img_1521 img{
    width: 100%;
}
.div_1542{
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    line-height: 180%;
}
.div_1542:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #3e3e3e;
    border-radius: 50%;
    border: 3px solid #ccc;
    top: 10px;
    left: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.semai_f .title {
    background-color: #f3f8fe;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #333;
    line-height: 100px;
    padding-top: 20px;
}
.img_1159{
    width: 750px;
}
.f_1159{
    width: 350px;
}
.div_1159{
    font-size: 22px;
    color: #000;
    line-height: 72px;
    font-weight: 500;
}
.img_1159 .big img{
    display: none;
}
.img_1159 .big img.cur{
    display: block;
}
.img_1159 .sm li{
    width: 19%;
    margin-right: 1%;
    float: left;
    text-align: center;
    cursor: pointer;
}
.img_1159 .sm li img{
    width: 100%;
}
.team_1_4{
    background:#f6f6f6;
    padding:16px 0 24px 0;
}
.team_1_4 .title{
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
    margin: 24px 0 40px;
    text-align: center;
}
.team_1_4 .title span{
    color: #d90000;
    font-size: 36px;
}
.team_1_4 .item, .team_1_4 .intro-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.team_1_4 .item{
    width: 277px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    margin: 0 10px;
    padding-bottom: 23px;
}
.team_1_4 .item img{
    width: 121px;
    margin-top: 23px;
}

.team_1_4 .item .sub-title{
    font-size: 22px;
    margin: 10px 0;
    font-weight: 500;
    color: #000;
}
.team_1_4 .item p{
    font-size: 16px;
    font-weight: 300;
    color: #656565;
    line-height: 28px;
}
/*ai建站结束*/

/*AI写信开始*/
.semailetter_1{
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 25px;
}
.semailetter_1 .title{
    font-size: 30px;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: 400;
    color: #000;
    text-align: center;
    line-height: 100px;
}
.semailetter_1 .title1{
    font-size: 30px;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: 400;
    color: #000;
    text-align: center;
    line-height: 100px;
}
.semailetter_1 .desc{
    text-align: center;
    font-size: 16px;
}
.show-item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 58px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.show-item-body .item-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.show-item-body .text-box{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
}
.show-item-body .text-box .main-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px;
}
.show-item-body .text-box .main-sub-title{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px;
}
.show-item-body .text-box .text-item{
    padding-left: 20px;
    line-height: 28px;
    color: #333;
    position: relative;
}
.show-item-body .text-box .text-item:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #3e3e3e;
    border-radius: 50%;
    border: 3px solid #ccc;
    top: 10px;
    left: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.show-item-body .text-box .text-item-title{
    font-weight: 400;
    font-size: 16px;
    color: #333;
}
.line-left{
    text-align: center;
}
.bottom-item {
    width: 700px;
    height: 150px;
    margin: 0 auto;
    border: 2px solid #6cc1f1;
    border-radius: 4px;
    position: relative;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.bottom-item:before {
    content: "";
    position: absolute;
    top: -17px;
    left: -17px;
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    border: 15px solid #e6f4fc;
    margin: 0 auto;
    border-radius: 10px;
}
.bottom-item h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px;
}
.bottom-item p {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.footer-wrap{
    background-color: #f3f8fe;
    margin-top: 36px;
}
.footer-wrap .semailetter-footer{
    width: 930px;
    margin: 0 auto;
}
.footer-wrap .semailetter-footer .title{
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #333;
    line-height: 100px;
}
.footer-wrap .semailetter-footer .desc{
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
}
.semailetter-footer .bg-items{
    display: flex;
    flex-wrap: wrap;
}
.semailetter-footer .item {
    width: 295px;
    height: 366px;
    position: relative;
    text-align: center;
}
.semailetter-footer .item .text {
    font-size: 14px;
    color: #666;
    position: relative;
    top: 55%;
    padding: 0 25px;
}
.semailetter-footer .item .btn {
    color: #fff;
    font-size: 16px;
    background: #4c6aff;
    position: absolute;
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}
/*AI写信结束*/

/*AI写信和润色开始*/
.team_semai_1 .title{
    font-size: 30px;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: 400;
    color: #000;
    text-align: center;
    line-height: 100px;
}
.team_semai_1 .items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 25px;
}
.team_semai_1 .items .item{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #f2f9ff;
    -webkit-box-shadow: 2px 3px 4px 0 rgba(146,172,190,.2);
    box-shadow: 2px 3px 4px 0 rgba(146,172,190,.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.team_semai_1 .items .item .item-nums{
    height: 60px;
    font-size: 60px;
    width: 50px;
    font-weight: 700;
    font-style: italic;
    color: #4c6aff;
    position: relative;
    line-height: 1;
    z-index: 2;
}
.team_semai_1 .items .item .item-nums:after {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}
.team_semai_1 .items .item .item-text{
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #1c1c1c;
    font-size: 16px;
}

.team_semai_2{
    background: #fff;
    padding:24px 0;
}
.team_semai_2 .div_1541 {
    font-size: 24px;
    color: #4b4b4b;
    margin-top: 24px;
}
.team_semai_2 .z_1521{
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.team_semai_2 .f_1521{
    width: 400px;
    margin:0 40px;
}
.team_semai_2 .img_1521{
    margin:0 30px;
    width: 600px;
}
.team_semai_2 .img_1521 img{
    width: 100%;
}

.team_semai_3{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f3f8fe;
    padding: 30px 0;
}
.team_semai_3 .team-semai-3-title{
    font-size: 32px;
    font-weight: 600;
    color: #333;
    line-height: 45px;
    margin-bottom: 40px;
    text-align:center;
}
.team_semai_3 .team-semai-3-list{
    display: flex;
    gap: 23px;
}
.team_semai_3 .team-semai-3-list li{
    display: flex;
    flex-direction: column;
    height: 291px;
    width: 285px;
    border-radius: 8px;
    padding: 40px 24px;
    background-color: #fff;
    border: 1px solid #4c6aff;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.team_semai_3 .team-semai-3-list li .img{
    width: 100px;
    height: 100px;
    margin-bottom: 23px;
}
.team_semai_3 .team-semai-3-list li .team-semai-3-list-tit{
    font-size: 20px;
    color: #272e47;
    line-height: 28px;
    margin-bottom: 12px;
    font-weight: 500;
}
.team_semai_3 .team-semai-3-list li .team-semai-3-list-txt{
    color: #747a8c;
    font-size: 16px;
}
/*AI写信和润色结束*/

/*社媒运营开始*/
.whatsapp-1{
    background: #fff;
    padding:24px 0;
}
.whatsapp-1 .z_1521{
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.whatsapp-1 .img_1521{
    width: 550px;
}
.whatsapp-1 .f_1521{
    width: 530px;
}
.whatsapp-1 .div_1539{
    color: #333333;
    font-size: 30px;
}
.whatsapp-1 .div_1539 span{
    color: #386fe7;
    font-size: 30px;
}
.whatsapp-1 .div_1540{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 6px;
}
.whatsapp-1 .div_1541{
    font-size: 24px;
    color: #4b4b4b;
    margin-top: 24px;
}
.whatsapp-1 .div_1542{
    color: #4b4b4b;
    font-size: 16px;
    line-height: 180%;
    margin-top: 12px;
}


.whatsapp-2{
    background-color: rgb(249, 250, 251);
}
.whatsapp-2 .img-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.whatsapp-2 .img-left .text-box-swiper{
    padding-left: 36px;
}
.whatsapp-2 .img-left .text-box-swiper .main-title{
    font-weight: 600;
    font-size: 34px;
    line-height: 56px;
    color: #272e47;
    margin-bottom: 15px;
    white-space: nowrap;
}
.whatsapp-2 .img-left .text-box-swiper .text-item{
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    width: 523px;
}
.whatsapp-2 .img-left .text-box-swiper .text-item .text-item-title{
    font-size: 18px;
    font-weight: 500;
    color: #272e47;
    line-height: 26px;
    margin: 0;
}
.whatsapp-2 .img-left .text-box-swiper .text-item .text-item-dec{
    font-size: 14px;
    font-weight: 400;
    color: #272e47;
    line-height: 22px;
    margin-top: 8px;
}
.whatsapp-2 .img-left .text-box-swiper .text-item.item-active .text-item-dec, .img-left .text-box-swiper .text-item.item-active .text-item-title{
    color: #4c6aff;
}
.whatsapp-2 .img-left .main-swiper{
    height: 450px;
}
.whatsapp-2 .img-left .main-swiper .img-r{
    display: none;
}
.whatsapp-2 .img-left .main-swiper .item-active{
    display: block;
}
/*社媒运营结束*/

/*外贸知识开始*/
.k-nav{
    height: 52px;
    background-color: #4e5579;
    margin-bottom: 24px;
}
.k-nav .div1200 {
    display: flex;
    align-items: center;
    margin: 0 auto;
    height: 100%;
}
.k-nav .div1200 a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 184px;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.k-nav .div1200 a.active{
    background-color: #f8f9fa;
    color: #272e47;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 48px;
    position: relative;
    bottom: -4px;
}

.charging-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.charging-list li {
    cursor: pointer;
    width: 282px;
    height: 240px;
    border-radius: 4px;
    box-shadow: 0 4px 10px 0 rgba(47, 83, 134, .12);
    transition: transform .5s;
}
.charging-list li .img{
    width: 282px;
    height: 164px;
}
.charging-list li .img img {
    width: 282px;
    height: 164px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.charging-list li .title {
    padding: 16px 20px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #272e47;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.qa {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.qa .div1200{
    display: flex;
    gap: 94px;
    margin-top: 16px;
}
.qa .div1200 .qa-list {
    display: flex;
    flex-direction: column;
    width: 800px;
    margin: 0 auto;
    align-items: flex-start;
}
.qa .div1200 .qa-list > ul >  li{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.qa .div1200 .qa-list > ul >  li .tit{
    display: flex;
    justify-content: space-between;
}
.qa .div1200 .qa-list > ul >  li .tit .span1{
    color: #272e47;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    overflow: hidden;
    max-width: 683px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qa .div1200 .qa-list > ul > li .tit .span2{
    color: #747a8c;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.qa .div1200 .qa-list > ul > li .des {
    color: var(--text-4, #545a6e);
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e1e3e8;
}
.qa .div1200 .qa-hot {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.qa .div1200 .qa-hot>span {
    color: #272e47;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: -4px;
}
.qa .div1200 .qa-hot a {
    cursor: pointer;
    width: 306px;
    height: 258px;
    box-shadow: 0 4px 10px 0 rgba(47, 83, 134, .12);
    border-radius: 4px;
    position: relative;
    transition: transform .5s;
}
.qa .div1200 .qa-hot a img {
    width: 306px;
    height: 160px;
}
.qa .div1200 .qa-hot a .tit {
    padding: 16px 20px 0;
    font-weight: 500;
    line-height: 24px;
    color: #272e47;
    overflow: hidden;
    display: -webkit-box;
    font-size: 18px;
    text-overflow: ellipsis;
    line-height: 26px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.article-list{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.article-list li {
    cursor: pointer;
    width: 282px;
    height: 240px;
    border-radius: 4px;
    box-shadow: 0 4px 10px 0 rgba(47, 83, 134, .12);
    transition: transform .5s;
}
.article-list li .img{
    width: 282px;
    height: 164px;
    position:relative;
}
.article-list li .img img {
    width: 282px;
    height: 164px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.article-list li .img .tit{
    position:absolute;
}
.article-list li .title {
    padding: 16px 20px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #272e47;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.knowledge-nav ol li *{
    color:#747a8c;
    font-size:14px;
}
.article{
    width: 800px;
    display: flex;
    flex-direction: column;
}
.article {
    font-size:14px;
    line-height:1.5;
}
.article h1{
    text-align:center;
    line-height:3;
}
/*外贸知识结束*/

/*开始*/

/*结束*/

/*开始*/

/*结束*/

/*开始*/

/*结束*/

/*开始*/

/*结束*/