.swiper-recommend .swiper-slide {

    width: 216px;
    float: left;
    margin-right: 15px;
}

.swiper-recommend .item {
    padding: 15px;
    background: #fff;
}

.swiper-recommend .item img {
    width: 100%;
}

.swiper-recommend .item h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.index-tab h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

#index-focus .item {
    min-height: 500px;
    background-color: rgba(54, 63, 72, 0.34);
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

#index-focus .item .carousel-text {
    width: 500px;
    margin-top: 114px;
}

#index-focus .item .carousel-text h2 {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 56px;
    font-weight: bold;
    color: #fff;
}

#index-focus .item .carousel-text p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}

@media (max-width: 767px) {
    #index-focus .item .carousel-text {
        width: 100%;
    }
}

.clearfix {
    clear:both;
    display: block;
    content: ' ';
}
.partner-container {
   width:100%;
   
}
.partner-content {
    margin: 0 auto;
    background: #fff;
    padding: 60px 0 30px;
    margin-bottom: 18px;
}

.partner-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #1e50ae;
    letter-spacing: 1px;
}
.partner-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    margin: 14px auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(30,80,174,.65), rgba(76,140,255,.25));
}

.partner-list {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
   
    margin-top: 30px;
}

.partner-item {
    float: left;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.partner-item-img {
    width: 220px;
    height: 120px;
}
.partner-item:last-child {
    margin-bottom: 0;
}
/* ===== 合作伙伴 hover 特效 ===== */
.partner-item {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    box-sizing: border-box;
    transition: all .35s ease;
    cursor: pointer;
    overflow: hidden;
}
.partner-item:hover {
    border-color: #4c8cff;
    box-shadow: 0 10px 24px rgba(37,118,251,.22);
    transform: translateY(-6px);
    background: #f5f9ff;
    z-index: 5;
    position: relative;
}
.partner-item-img {
    display: block;
    transition: transform .35s ease;
}
.partner-item:hover .partner-item-img {
    transform: scale(1.04);
}



/*产品矩阵*/
.con-title {
    height: auto;
    line-height: 1.4;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    color: #1e50ae;
    letter-spacing: 1px;
}
.con-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    margin: 14px auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(30,80,174,.65), rgba(76,140,255,.25));
}
.con-desc {
    position: relative;
    top: 0;
    height: auto;
    line-height: 30px;
    margin-top: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #8a94a6;
    letter-spacing: 1px;
}

.float-r {
    float: right;
}


.product-container {
    padding: 44px 0 44px;
}

.product-container .product-list {
    width: 1200px;
    margin: 18px auto 0;
}

.product-container .product-item {
    position: relative;
    margin-left: 60px;
    margin-bottom: 30px;
    display: block;
    width: 360px;
    height: 90px;
    background: #fff;
    box-shadow: 0 4px 20px 5px rgba(68,93,127,0.1);
    border-radius: 4px;
    transition: transform .3s ease,box-shadow .3s ease
}

.product-item a {
    text-decoration: none;
}

.product-container .product-item:nth-child(3n+3),.product-item:last-child {
    margin-left: 0
}

.product-container .product-item .product-card {
    display: block;
    width: 100%;
    height: 100%;
    transition: filter .3s,transform .3s;
    padding: 20px 20px 20px 90px;
    box-sizing: border-box
}

.product-container .product-item:not(.more) .product-card:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b6c5d6;
    opacity: .2;
    filter: alpha(opacity=20);
    z-index: 1;
    border-radius: 4px
}

.product-container .product-item:not(.more):hover {
    transform: translateY(-10px);
    box-shadow: 0 2px 15px 0 rgba(68,93,127,0.24)
}

.product-container .product-item:not(.more):hover .product-card {
    filter: blur(3px)
}

.product-container .product-item:not(.more):hover .product-card:before {
    display: block
}

.product-container .product-item .product-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px
}

.product-container .product-item.jz .product-icon {
    background: url(/assets/img/index/jz.svg?v=202109271651) 0 0 no-repeat
}

.product-container .product-item.mall .product-icon {
    background: url(/assets/img/index/mall.svg?v=202109271651) 0 0 no-repeat
}

.product-container .product-item.ktu .product-icon {
    background: url(/assets/img/index/kt.svg?v=202109271651) 0 0 no-repeat
}

.product-container .product-item.edu .product-icon {
    background: url(/assets/img/index/edu.svg?v=202109271651) 0 0 no-repeat
}

.product-container .product-item.hd .product-icon {
    background: url(/assets/img/index/hd.svg?v=202109271651) 0 0 no-repeat
}

.product-container .product-item.flyer .product-icon {
    background: url(/assets/img/index/flyer.svg?v=202109271651) 0 0 no-repeat
}

.product-container .product-item.wxast .product-icon {
    background: url(/assets/img/index/wxast.svg?v=202109271651) 0 0 no-repeat
}

.product-container .product-item.qz .product-icon {
    background: url(/assets/img/index/qz.svg?v=202109271651) 0 0 no-repeat
}

.product-container .product-item.yk .product-icon {
    background: url(/assets/img/index/yk.svg?v=202109271651) 0 0 no-repeat
}

.product-container .product-item.yx .product-icon {
    background: url(/assets/img/index/yx.svg?v=202109271651) 0 0 no-repeat
}

.product-container .product-item .product-name {
    line-height: 20px;
    font-size: 18px;
    color: #333
}

.product-container .product-item.new .product-name:after {
    content: "新品";
    position: relative;
    top: 2px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 18px;
    line-height: 18px;
    background-color: #fed08d;
    background: linear-gradient(77deg,#fed08d 0,#f8d5af 100%);
    border-radius: 4px;
    color: #a36610;
    font-size: 12px;
    text-align: center
}

.product-container .product-item .product-desc {
    margin-top: 12px;
    color: #999;
    font-size: 13px;
    opacity: .7;
    filter: alpha(opacity=70)
}

.product-container .product-item .product-link {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: 0;
    width: 100px;
    height: 34px;
    line-height: 34px;
    background-color: #2576fb;
    background: linear-gradient(90deg,#2576fb 0,#59a3ff 100%);
    border-radius: 17px;
    color: #fffefe;
    font-size: 13px;
    text-align: center;
    opacity: 0;
    transition: margin-top .3s ease,opacity .3s ease;
    opacity: 0;
    z-index: 2
}

.product-container .product-item:hover .product-link {
    opacity: 1;
    margin-top: -17px
}

.product-container .product-item.more {
    height: 210px;
    box-shadow: none;
    background-image: url(/assets/img/index/icon-bg.png?v=202110251609);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    
}

.product-container .product-item.more:before {
    content: "";
    position: absolute;
    top: 46px;
    left: 34px;
    width: 48px;
    height: 4px;
    background: #ffe6c2;
    border-radius: 2px;
    box-shadow: 0 2px 6px 0 rgba(68,93,127,0.25)
}

.product-container .product-item.more .product-more-title {
    margin-top: 70px;
    margin-left: 33px;
    font-size: 26px;
    line-height: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 2px 6px rgba(68,93,127,0.25)
}

.product-container .product-item.more .product-more-btn {
    margin-left: 34px;
    margin-top: 28px;
    position: relative;
    display: block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    font-size: 13px;
    color: #5283cf;
    text-align: center;
    box-shadow: 0 8px 14px 1px rgba(36,108,215,0.18);
    transition: color .3s ease
}

.product-container .product-item.more .product-more-btn:before,.product-container .product-item.more .product-more-btn:after {
    content: "点击咨询";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 17px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .3s,filter .3s
}

.product-container .product-item.more .product-more-btn:before {
    background-color: #e7f2ff;
    background: linear-gradient(90deg,#deefff 0,#e7f2ff 100%);
    color: #5183cf;
    opacity: 1;
    filter: alpha(opacity=100)
}

.product-container .product-item.more .product-more-btn:after {
    background-color: #4c8cff;
    background: linear-gradient(90deg,#1d63ff 0,#4c8cff 100%);
    color: #fff
}

.product-container .product-item.more .product-more-btn:hover::before {
    opacity: 0;
    filter: alpha(opacity=0)
}

.product-container .product-item.more .product-more-btn:hover::after {
    opacity: 1;
    filter: alpha(opacity=100)
}

/*产品矩阵*/

/*分类*/
.category-container {
    background-image:url('/assets/img/index/ABUIABAEGAAgsoLSnwYo6fL-kQMwgA84_AU.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 64px;
}
.category-content {
    width: 1300px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom: 64px;
}
.category-title {
    position: relative;
    margin: 0;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
    clear: both;
    overflow: hidden;
    font-size: 20px;
    font-family: 微软雅黑;
    color: #fff;  
}

.category-tab-list {
    display: flex;
    justify-content: center;
}
.category-tab-item{
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    padding: 8px 24px;
    color: #fff;
    margin-top:50px;
    cursor: pointer;
}
.category-tab-item:hover{
    border-radius: 20px;
    background: rgba(195, 195, 195, 0.2);
}
.category-tab-item-active {
    border-radius: 20px;
    background: rgba(233, 236, 240, 1) !important;
    color: #2b3a4a !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.category-product {
    margin-left:100px;
    margin-right:auto;
    margin-top: 12px;
}
/*分类*/


/*新闻*/
.news-box {
    background-color: #fff;
}
.news-content {
    width: 1200px;
    margin-left: auto;
    margin-right:auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 80px;
}
.news-tab-list {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
}
.news-tab-item {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: 微软雅黑;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
 .news-tab-item-active {
     color: #1e50ae;
     border-bottom: 2px solid #1e50ae;
 }
.news-tab-item-sept {
    width:1px;
    height: 20%;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #9b9b9b;
}

.news-article-box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    
}
.news-article-content {
    display: flex;
    justify-content: space-between;
}
.news-article-left-content {
    width: 570px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}
.news-article-left-content-box {
    padding: 15px;
}
.news-article-left-content-title{
    height: 26px;
    line-height: 26px;
    overflow: hidden;
     white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 微软雅黑;
    text-align: left;
}
.news-article-left-content-title:hover {
    color: #076ce0;
}
.news-article-left-content-content{
    text-align: justify;
    height: 52px;
    line-height: 26px;
    color: #878787;
    white-space: normal;
    margin-top: 14px;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-word;
    

    word-wrap: break-word;
}
.news-article-left-content-img {
    width: 570px;
    height: 200px;
    background-image: url('/assets/img/index/AIwBCAAQAhgAIJr_7NUFKMSkzpwBMIAPOIAK!640x640.jpg');
    background-size: 100% 100%;
}
.news-article-left-content-img img {
    width: 100%;
    
    height: 100%;
}

.news-article-item {
    display: flex;
    align-items: flex-start;
}
.news-article-item-time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news-article-item-time-day {
    color: #666;
    font-size: 24px;
    padding-top:0;
    
}
.news-article-item-time-year {
    color: #666;
    font-size: 14px;
}
.news-article-item {
    position:relative;
    height: 110px;
    padding:10px;
 
}
.news-article-list:last-child {
    overflow: hidden;
}
.news-article-item-line {
    width:1px;
    height: 1000px;
    color:#f2f2f2;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    margin-left: 20px;
    margin-right: 10px;
    position: relative;
}
.news-article-item-circle-big {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f2f2f2;
    top: 5px;
   
}
.news-article-item-circle-samll {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #b3b3b3;
}
.news-article-item-title-box {
    width:390px;
    margin-left: 10px;
}
.news-article-item-title {
    text-align: left;
    font-size: 16px;
    color: #333;
}
.news-article-item-title {
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
     overflow: hidden;
    text-overflow: ellipsis;
}
.news-article-item-desc{
    height: 52px;
    text-align: justify;
    line-height: 26px;
    color: #878787;
    white-space: normal;
    margin-top: 14px;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-word;
    word-wrap: break-word;
}
/*新闻*/




/*优势*/
.youshi-box {
    position: relative;
    padding: 100px 0 100px;
    background: linear-gradient(180deg, #f4f9ff 0%, #eef4fc 40%, #f7fafd 100%);
    overflow: hidden;
}
/* 装饰光晕 */
.youshi-deco {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.youshi-deco-1 {
    width: 420px;
    height: 420px;
    left: -140px;
    top: -120px;
    background: radial-gradient(circle, rgba(76,140,255,.14) 0%, rgba(76,140,255,0) 70%);
}
.youshi-deco-2 {
    width: 480px;
    height: 480px;
    right: -160px;
    bottom: -160px;
    background: radial-gradient(circle, rgba(31,135,232,.12) 0%, rgba(31,135,232,0) 70%);
}
.youshi-content {
    position: relative;
    z-index: 1;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.youshi-title {
    position: relative;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #1e50ae;
    letter-spacing: 1px;
}
.youshi-title b {
    color: #1e50ae;
    font-weight: 600;
}
.youshi-title-line {
    display: block;
    width: 48px;
    height: 3px;
    margin: 14px auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(30,80,174,.65), rgba(76,140,255,.25));
}
.youshi-desc {
    color: #8a94a6;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    margin-top: 12px;
    letter-spacing: 1px;
}
.youshi-list {
    display: flex;
    justify-content: space-between;
    margin-top: 56px;
}
.youshi-item {
    position: relative;
    width: 270px;
    height: 210px;
    background: #fff;
    border: 1px solid #e8f0fa;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(31,135,232,.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.youshi-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1f87e8, #4c8cff);
    opacity: 0;
    transition: opacity .35s ease;
}
/* 图标 */
.youshi-item-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(31,135,232,.12), rgba(76,140,255,.12));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: all .35s ease;
}
.youshi-item-icon i {
    font-size: 24px;
    color: #1f87e8;
    transition: color .35s ease;
}
.youshi-item-number {
    color: #1f87e8;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.15;
    font-variant-numeric: tabular-nums;
    letter-spacing: .5px;
    transition: color .35s ease;
}
/* 渐变分隔线 */
.youshi-item-line {
    width: 34px;
    height: 2px;
    margin: 10px 0;
    border-radius: 1px;
    background: linear-gradient(90deg, rgba(31,135,232,0), rgba(31,135,232,.55), rgba(31,135,232,0));
}
.youshi-item-text {
    font-size: 14px;
    color: #5a6472;
    line-height: 22px;
    letter-spacing: 1px;
    transition: color .35s ease;
}
/* hover */
.youshi-item[data-reveal] {
    transition: opacity .7s cubic-bezier(.22,.61,.36,1),
                transform .7s cubic-bezier(.22,.61,.36,1),
                box-shadow .35s ease,
                border-color .35s ease,
                background-color .35s ease;
    transition-delay: var(--reveal-delay, 0ms), var(--reveal-delay, 0ms), 0ms, 0ms, 0ms;
}
.youshi-item[data-reveal].is-revealed:hover {
    transform: translateY(-8px);
    border-color: #4c8cff;
    box-shadow: 0 14px 30px rgba(31,135,232,.18);
    background: linear-gradient(160deg, #fff 0%, #f3f9ff 100%);
    transition-delay: 0ms;
}
.youshi-item:hover::before {
    opacity: 1;
}
.youshi-item:hover .youshi-item-icon {
    background: linear-gradient(135deg, #1f87e8, #4c8cff);
    transform: scale(1.08);
}
.youshi-item:hover .youshi-item-icon i {
    color: #fff;
}
.youshi-item:hover .youshi-item-number {
    color: #1e6fd0;
}
.youshi-item:hover .youshi-item-text {
    color: #1f87e8;
}

