@charset "utf-8";
/*!
 * mbwui v1.60
 * ©2020-现在 MBKFW.COM 版权所有
 */
/**/
.list-product-item {
    display: block;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    top: 0;
    transition: top 0.3s;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1)
}

.list-product-item .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden
}

.list-product-item .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    transition: transform 0.3s
}

.list-product-item .text {
    padding: 16px 16px 24px;
    text-align: center
}

.list-product-item .text h1 {
    color: #000000;
    font-weight: bold;
    margin: 0
}

.list-product-item .text p {
    color: #666666;
    line-height: 1.5;
    margin: 12px 0;
    text-align: justify;
    min-height: 42px
}

.list-product-item .text .price {
    display: inline-block;
    background-color: #335df8;
    color: #fff;
    padding: 8px 24px;
    border-radius: 200px
}

.list-product-item .text .price span {
    font-size: 12px
}

.list-product-item .text .price strong {
    font-size: 18px
}

.list-product-item:hover {
    top: -8px;
    box-shadow: 0 2px 12px rgba(23,130,254,0.15)
}

.list-product-item:hover .pic img {
    transform: translate(-50%, -50%) scale(1.2)
}
/**/
.list-article-item {
    position: relative;
    top: 0;
    display: block;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: top 0.3s;
    cursor: pointer
}

.list-article-item .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    overflow: hidden
}

.list-article-item .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: transform 0.3s
}

.list-article-item .text {
    padding: 20px 20px;
    background-color: #fff;
    transition: background-color 0.3s
}

.list-article-item .text .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4d4d4d;
    transition: color 0.3s
}

.list-article-item .text .info .left span:first-child {
    margin-right: 8px
}

.list-article-item .text h1 {
    color: #242933;
    font-weight: bold;
    transition: color 0.3s;
    height: 52px
}

.list-article-item .text p {
    line-height: 1.5;
    color: #666666;
    transition: color 0.3s;
    height: 64px
}

.list-article-item:hover {
    top: -8px;
    box-shadow: 0 2px 12px rgba(23,130,254,0.15)
}

.list-article-item:hover .pic img {
    transform: translate(-50%, -50%) scale(1.2)
}

.list-article-item:hover .text {
    background-color: #335df8
}
.list-article-item:hover .text .info {
    color: #fff
}
.list-article-item:hover .text h1 {
    color: #fff
}
.list-article-item:hover .text p {
    color: #fff
}
/**/
.list-case-item {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
    cursor: pointer
}

.list-case-item .pic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: #eee solid 1px
}

.list-case-item .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list-case-item .pic i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 64px;
    color: rgba(255,255,255,0.7)
}

.list-case-item .cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.3s
}

.list-case-item .cover h2 {
    font-size: 24px;
    color: #fff
}

.list-case-item .cover h3 {
    color: #fff;
    margin: 0
}

.list-case-item .cover p {
    color: #b3b3b3;
    margin: 0
}

.list-case-item .cover::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: #335df8 solid 2px
}

.list-case-item:hover .cover {
    opacity: 1
}
/**/
.list-team-main li a {
    display: flex
}

.list-team-main li .left .pic {
    width: 100%;
    padding-bottom: 120%;
    position: relative;
    border: #eee solid 1px;
    overflow: hidden
}

.list-team-main li .left .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: 0.3s
}

.list-team-main li .right {
    flex: 1;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.list-team-main li .right h1 strong {
    font-weight: normal;
    color: #333;
    position: relative;
    margin-right: 24px
}

.list-team-main li .right h1 strong::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    background-color: #999;
    width: 1px
}

.list-team-main li .right h1 span {
    font-size: 16px;
    color: #868686
}

.list-team-main li .right h5 {
    color: #666666;
    margin-top: 0;
    position: relative
}

.list-team-main li .right h5::after {
    content: '';
    position: absolute;
    left: 0;
    width: 46px;
    height: 2px;
    background-color: #000000
}

.list-team-main li .right p {
    color: #808080;
    text-align: justify
}

.list-team-main li .right .more {
    color: #666666;
    margin-top: 0;
    transition: 0.3s
}

.list-team-main li .right .more span {
    position: relative
}

.list-team-main li .right .more span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 3px;
    width: 0;
    background-color: #335df8;
    transition: width 0.3s
}
.list-team-main ul {
        padding: 20px 0;
    }

    .list-team-main li:not(:first-child) {
        padding-top: 56px
    }

    .list-team-main li:not(:last-child) {
        padding-bottom: 64px;
        border-bottom: #eee solid 1px
    }

    .list-team-main li .left {
        width: 16%;
        min-width: 220px
    }

    .list-team-main li .right h1 {
        margin-bottom: 20px
    }

    .list-team-main li .right h1 strong {
        font-size: 26px
    }

    .list-team-main li .right h1 strong::after {
        height: 26px
    }

    .list-team-main li .right h5 {
        font-size: 18px;
        margin-bottom: 20px
    }

    .list-team-main li .right h5::after {
        bottom: -24px
    }

    .list-team-main li .right P,.list-team-main li .right .more {
        font-size: 18px
    }

    .list-team-main li:hover .more {
        margin-top: 24px;
        color: #335df8
    }

    .list-team-main li:hover .more span::after {
        width: 100%
    }

    .list-team-main li:hover .pic img {
        transform: translate(-50%, -50%) scale(1.1)
    }
/**/
section {
    padding: 60px 0;
}
/*视差背景图*/
.img-parallax{background:#303030;background-size:cover;background-attachment:fixed!important;position:relative;}
.img-parallax::before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background:#353535;opacity:0.6;}
.img-content{width:100%;display:block;position:relative;color:#fff;}
.img-center{width:100%;height:160px;overflow:hidden;display:block;position:relative;}
.img-center img{transition:all 0.4s ease 0s;object-fit:cover;position:absolute;left:0;top:0;width:100%;height:100%;}
.img-center:hover img{transform:scale(1.2);}
.img-parallax .page {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
}
/*格子-图标*/
.grid{padding:20px;}
.grid-center{text-align:center;padding:20px;}
.grid .grid-icon .icon{color:#5a5a5a;font-size:44px;border-radius:50%;display:inline-block;text-align:center;}
.grid h4{margin:18px 0;position:relative;}
.grid h4::after{content:'';width:31px;height:2px;background:#4CAF50;display:block;margin-top:16px;}
.grid h5{color:#8b8b8b;font-size:15px;}
.grid-center h4::after{display:none;}
.grid-border .grid-icon .icon{color:#a0a0a0;width:80px;height:80px;line-height:80px;border:1px solid #dbdbdb;}
/*格子数字动画*/
.grid-num h4{color:#fff;font-size:50px;display:inline-block;margin:0;}
.grid-num h5{color:rgba(255,255,255,0.65);}
.grid-num em{color:#fff;font-size:15px;display:inline-block;vertical-align:top;margin-left:5px;}
.grid-num .grid-border .grid-icon .icon{color:#999999;width:80px;height:80px;line-height:80px;border:1px solid #818181;}
/**/
.panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    border-bottom: 1px solid #ebeef5
}

.panel-title h3 {
    margin: 0;
    display: flex;
    align-items: center
}

.panel-title h3 i {
    color: #2879fe;
    font-size: 22px;
    margin-right: 4px;
    position: relative;
    top: 2px
}

.panel-title h3 span {
    color: #303133
}
.index-content .update-main .content {
    padding: 14px 14px 14px 24px
}

.index-content .update-main .content .item {
    padding-left: 14px
}

.index-content .update-main .content .item:not(:last-child) {
    padding-bottom: 24px;
    border-left: 1px solid #2879fe
}

.index-content .update-main .content .item:last-child {
    padding-bottom: 14px;
    border-bottom: 1px solid #ebeef5
}

.index-content .update-main .content .item .date-time {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.index-content .update-main .content .item .date-time i {
    position: absolute;
    top: -5px;
    transform: translateX(4px);
    font-size: 24px
}

.index-content .update-main .content .item .date-time::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #2879fe;
    position: absolute;
    top: 0;
    left: -20px;
    background-color: #fff
}

.index-content .update-main .content .item strong {
    font-size: 16px;
    position: relative;
    top: -2px;
    font-weight: normal
}

.index-content .update-main .content .item strong i {
    color: #f56c6c
}

.index-content .update-main .content .item span {
    color: #c0c4cc
}

.index-content .update-main .content .item .info {
    margin-top: 6px;
    color: #606266;
    font-size: 14px;
    line-height: 1.4
}

.index-content .update-footer {
    padding: 0 14px 14px 0;
    text-align: right
}

.index-content .system {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.index-content .system .left {
    display: flex;
    align-items: center
}

.index-content .system .left .icon {
    position: relative;
    height: 32px;
    width: 32px
}

.index-content .system .left .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 46px;
    background-image: linear-gradient(to right bottom, #b8daff 20%, #0076f2);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    filter: drop-shadow(0px 5px 5px #dedeff)
}

.index-content .system .left .text-box {
    margin-left: 20px
}

.index-content .system .left h3 {
    color: #000;
    margin-bottom: 0;
    line-height: 1
}

.index-content .system .left p {
    margin-top: 10px;
    line-height: 1;
    color: #606266
}

