@font-face {
    font-family: 'YouSheBiaoTiHei';
    /* 自定义字体名称 */
    src: url('../font/优设标题黑.ttf') format('truetype');
    /* 使用 public 文件夹路径 */
    font-weight: normal;
    font-style: normal;
}

.lazy {
    width: 100%;
    height: 100%;
}

.introduce_title {
    font-size: 25px;
}

.adv_content {
    top: 30%;
}

.details {
    width: 100px;
    height: 35px;
    margin-top: 10px;
    padding-top: 6px;
}

.adv {
    height: 300px;
}

@media screen and (max-width: 1300px) {
    .adv {
        height: 250px;
    }

    .introduce_title {
        font-size: 18px;
    }

    .details {
        width: 80px;
        height: 25px;
        margin-top: 5px;
        padding-top: 2px;
    }

    .adv_content {
        top: 25%;
    }

    .lazy {
        width: 1300px;
        height: 250px;
    }
}

.fullSlide {
    width: 100%;
    position: relative;
    height: 320px;
    background: #fff;
    background-size: cover;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 320px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    /* display: inline; */
    zoom: 1;
    width: 42px;
    height: 5px;
    margin: 7px;
    overflow: hidden;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    line-height: 999px;
}

.fullSlide .hd ul .on {
    background: #fff;
}

.com-detail {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.com-detail .detail-one {
    width: 1400px !important;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.com-detail .com-name {
    padding-top: 30px;
    width: 611px;
}

.com-detail .com-name .com-title {
    span:nth-child(1) {
        height: 49px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 700;
        font-size: 34px;
        color: #333333;
        line-height: 49px;
    }

    span:nth-child(2) {
        margin-left: 20px;
        height: 34px;
        font-family: Arial, Arial;
        font-weight: 700;
        font-size: 30px;
        color: #999999;
        line-height: 34px;
    }
}

.com-detail .com-name .com-content {
    margin: 25px 89px 0 0;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.com-detail .com-img {
    width: 700px;
    height: auto;
}

.com-detail .com-number {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 207px;
    /* background: rgba(#fff, 0.8); */
    /* padding: 0 260px; */
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;


    div {
        width: 25%;
        height: 207px;
        list-style: none;
        padding-top: 45px;
        text-align: center;

        p:nth-child(1) {
            height: 43px;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: 30px;
            color: #333333;
            line-height: 43px;
        }

        p:nth-child(2) {
            height: 83px;
            font-family: YouSheBiaoTiHei;
            font-weight: 400;
            font-size: 64px;
            color: #0f60b7;
            line-height: 83px;
        }
    }

    div:nth-child(1) {
        height: 207px;
        background: #0f60b7;

        p {
            color: white;
        }
    }
}

.product-info {
    width: 100%;
    height: auto;
    background: #f6faff;
    /* padding: 80px 260px 131px; */
    padding-top: 80px;
}

.product-info .p-title {
    width: 100%;
    text-align: center;
}

.product-info .p-title p:nth-child(1) {
    height: 49px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 34px;
    color: #333333;
    line-height: 49px;
}

.product-info .p-title p:nth-child(2) {
    height: 34px;
    font-family: Arial, Arial;
    font-weight: 700;
    font-size: 30px;
    color: #999999;
    line-height: 34px;
}

.product-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.product-info .pro-detail {
    width: 1400px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    padding-bottom: 111px;
}

.product-info .pro-detail li {
    width: 680px;
    height: 200px;
    margin-bottom: 20px;
    /* background-image: url('./../../assets/images/home/ssp-35.png'); */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* prettier-ignore */
    /* background-size: 680px 200px; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 24px 0 0 24px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.product-info .pro-detail li .li-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 24px;
    color: #0f60b7;
    line-height: 35px;
    margin-bottom: 12px;
}

.product-info .pro-detail li .desc-li {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 350;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    align-items: center;
}

.product-info .pro-detail li .desc-li .icon {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333333;
    line-height: 20px;
    margin: 0 15px 0 8px;
}


.product-info .pro-detail li .understand-btn {
    position: absolute;
    right: 31px;
    bottom: 70px;
    width: 170px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ffffff;
    border-radius: 100px 100px 100px 100px;
    display: none;
}

.product-info .pro-detail li .understand-btn a {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 18px;
    color: #0f60b7;
    text-decoration: none;
}

.product-info .pro-detail li:nth-child(1) {
    background-image: url('../../img/index/ssp-35.png');
}

.product-info .pro-detail li:nth-child(1) .desc-li {

    line-height: 18px;

}

.product-info .pro-detail li:nth-child(2) {
    background-image: url('../../img/index/ssp-36.png');
}

.product-info .pro-detail li:nth-child(3) {
    background-image: url('../../img/index/ssp-34.png');
}

.product-info .pro-detail li:nth-child(4) {
    background-image: url('../../img/index/ssp-37.png');
}

.product-info .pro-detail li:nth-child(4).desc-li {
    line-height: 36px;
}


.product-info .pro-detail li:nth-child(5) {
    background-image: url('../../img/index/ssp-39.png');
}

.product-info .pro-detail li:nth-child(6) {
    background-image: url('../../img/index/ssp-48.png');
}

.product-info .pro-detail li:nth-child(6) .desc-li {
    line-height: 36px;
}


.product-info .pro-detail li:nth-child(7) {
    background-image: url('../../img/index/ssp-40.png');


}

.product-info .pro-detail li:nth-child(7) .desc-li {
    line-height: 40px;
}

.product-info .pro-detail li:nth-child(8) {
    background-image: url('../../img/index/ssp-38.png');
}

.product-info .pro-detail li:nth-child(8) .desc-li {
    line-height: 40px;
}


.product-info .pro-detail li:hover {
    width: 680px;
    height: 200px;
    cursor: pointer;
    background: #0f60b7;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    color: #ffffff !important;
    overflow: hidden;
    box-sizing: border-box;
}

.product-info .pro-detail li:hover .li-title {
    color: #fff;
}

.product-info .pro-detail li:hover .desc-li {
    color: #fff;
}

.product-info .pro-detail li:hover .desc-li .icon {
    background: #fff;
}


.product-info .pro-detail li:hover .understand-btn {
    display: block;
}

.industry-scheme {
    background: #ffffff;
    padding: 80px 0 0;
}

.industry-scheme .ind-card {
    width: 100%;
    height: auto;
    background-image: url('../../img/index/ssp-13.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.industry-scheme .ind-card ul {
    width: 1440px;
    height: auto;
    padding: 50px 0 47px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.industry-scheme .ind-card ul li {
    width: 330px;
    height: auto;
    border-radius: 2px 2px 2px 2px;
    background-color: rgba(241, 241, 241, 0.6);
    padding: 34px 35px 18px 34px;
    margin: 0 40px 70px 0;
    cursor: pointer;
}

.industry-scheme .ind-card ul li p {
    height: 29px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    line-height: 29px;
}

.industry-scheme .ind-card ul li .icon-ind {
    margin-top: 51px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.industry-scheme .ind-card ul li .icon-ind img {
    width: 60px;
    height: auto;
}

.industry-scheme .ind-card ul li .icon-ind .img-1 {
    display: block;
}

.industry-scheme .ind-card ul li .icon-ind .img-hover {
    display: none;
}

.industry-scheme .ind-card ul li .icon-ind .ind-btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 100px 100px 100px 100px;
    border: 1px solid #0f60b7;

}

.industry-scheme .ind-card ul li .icon-ind .ind-btn a {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 18px;
    color: #0f60b7;
    text-decoration: none;
}



.industry-scheme .ind-card ul li:nth-child(4n) {
    margin-right: 0;
}

.industry-scheme .ind-card ul li:hover {
    background: #0f60b7;
}

.industry-scheme .ind-card ul li:hover p {
    color: #ffffff;
}

.industry-scheme .ind-card ul li:hover .img-1 {
    display: none;
}

.industry-scheme .ind-card ul li:hover .img-hover {
    display: block;
}

.customers-info {
    background: #f6faff;
    width: 100%;
    height: auto;
    padding: 80px 0 70px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

.customers-info .detail-customers {
    width: 1400px;
    margin-top: 37px;
    padding: 0 199px 21px 176px;
    /* padding-bottom: 21px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.customers-info .detail-customers .cus-tab {
    width: auto;
    height: 55px;
    line-height: 55px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    padding: 0 3px;
    cursor: pointer;
}

.customers-info .detail-customers .cus-tab-height {
    color: #0f60b7;
    border-bottom: 3px #0f60b7 solid;
}


.customers-info .icon-detail {
    width: 1400px;
    display: none;
}

.customers-info .show-detail {
    display: block;
}

.customers-info .icon-detail li {
    padding: 30px 36px 15px 48px;
    background: #f0f7ff;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #cae3ff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.customers-info .icon-detail li .li-left {
    width: 100px;
    text-align: center;
}

.customers-info .icon-detail li .li-left img {
    width: 100px;
    height: 100px;
}

.customers-info .icon-detail li .li-left p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 24px;
    color: #333333;
    line-height: 24px;
}


.customers-info .icon-detail li .icon-right {
    margin-left: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.customers-info .icon-detail li .icon-right img {
    width: 160px;
    height: auto;
    margin: 0 0 21px 37px;
}

.warehouse-info {
    width: 100%;
    background: #f5f5f5;
    padding: 80px 0 53px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.warehouse-info .ware-reduce {
    width: 100%;
    text-align: center;
    margin: 38px 0 76px 0;
}

.warehouse-info .ware-reduce p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 24px;
    color: #999999;
    line-height: 35px;
}

.warehouse-info .ware-reduce p span a {
    color: #0f60b7;
    cursor: pointer;
    text-decoration: none;
}



.warehouse-info .detail-warehouse {
    width: 1400px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.warehouse-info .detail-warehouse .detail-li {
    margin: 0 26px 50px 0;
    cursor: pointer;
}

.warehouse-info .detail-warehouse .detail-li a {
    text-decoration: none;
}

.warehouse-info .detail-warehouse .detail-li img {
    width: 330px;
    height: 200px;
    transition: transform 0.4s ease;
    /* 平滑过渡效果 */
}

.warehouse-info .detail-warehouse .detail-li img:hover {
    transform: scale(1.1);
    /* 鼠标悬停时放大到 1.1 倍 */
}

.warehouse-info .detail-warehouse .detail-li p {
    width: 330px;
    height: 70px;
    line-height: 70px;
    background: #fff;
    text-align: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

.warehouse-info .detail-warehouse .detail-li p:hover {
    color: #0f60b7;
}


.warehouse-info .detail-warehouse .detail-li:nth-child(4n) {
    margin-right: 0;
}

.warehouse-info .detail-warehouse .detail-li-more {
    width: 330px;
    height: 270px;
    margin-bottom: 50px;
    background: #0f60b7;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px 8px 8px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.warehouse-info .detail-warehouse .detail-li-more a {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff !important;
    line-height: 26px;
    text-decoration: none;

}


.warehouse-info .detail-warehouse .detail-li-more span {
    margin-left: 17px;
}

.news-info {
    width: 100%;
    padding: 80px 0 100px;
    background: #fff;
}

.news-info .news-detail {
    width: 100%;
    margin-top: 39px;

}

.news-info .news-detail .news-li {
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-info .news-detail .news-li .new-li-width {
    width: 1400px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 29px 0 33px 0;
}

.news-info .news-detail .news-li .news-time {
    width: 110px;
    /* width: auto; */
    font-family: Source Han Sans, Source Han Sans;
    border-right: 8px #0f60b7 solid;
    /* padding-right: 15px; */
    box-sizing: border-box;
}

.news-info .news-detail .news-li .news-time p {
    font-weight: 700;
    font-size: 30px;
    color: #333333;
    line-height: 30px;
}

.news-info .news-detail .news-li .news-time span {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 26px;
    margin-top: 8x;
}


.news-info .news-detail .news-li img {
    width: 260px;
    height: auto;
    margin: 0 30px;
}

.news-info .news-detail .news-li .news-con {
    font-family: Source Han Sans, Source Han Sans;
}

.news-info .news-detail .news-li .news-con .news-tit {
    height: 35px;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 最多显示 1 行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.news-info .news-detail .news-li .news-con span {
    display: inline-block;
    height: 26px;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 26px;
    margin: 9px 0 42px 0;
}

.news-info .news-detail .news-li .news-con .news-matter {
    width: 717px;
    height: auto;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.news-info .news-detail .news-li .news-more {
    width: 170px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ffffff;
    border-radius: 100px 100px 100px 100px;
    border: 1px solid #0f60b7;
    font-weight: 500;
    font-size: 18px;
    color: #0f60b7;
    margin: 52px 0 0 87px;
}


.news-info .news-detail .news-li:hover {
    background: #f4f4f4;
}

.news-info .news-detail .news-li:hover .news-more {
    background: #0f60b7;
    color: #fff;
}

.news-info .look-more {
    width: 1400px;
    text-align: right;

}

.news-info .look-more a {
    color: #0f60b7;
    font-size: 20px;
    text-decoration: none;
}


/* .news-info .news-detail /deep/.el-pagination {
    width: 100%;
    margin-top: 31px;
    text-align: center;
    padding: 0;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #999999;

    .btn-prev,
    .btn-next {
        width: 32px;
        height: 31px;
        background: #ffffff;
        border-radius: 2px 2px 2px 2px;
        border: 1px solid #dcdee0;
        padding: 0;
        color: #999999;
    }

    .btn-next {
        margin-left: 4px;
    }

    .el-pager {
        .number {
            width: 32px;
            height: 31px;
            background: #ffffff;
            border-radius: 2px 2px 2px 2px;
            border: 1px solid #dcdee0;
            margin-left: 4px;
        }

        .active {
            background: #0f60b7;
            color: #fff !important;
        }

        .btn-quicknext,
        .btn-quickprev {
            color: #999999;
            width: 32px;
        }

        .el-icon-d-arrow-right,
        .el-icon-d-arrow-left {
            color: #0f60b7 !important;
        }
    }
} */

.empty-container {
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, #FFFFFF 0%, #F6FAFF 100%);
    /* padding-top: 211px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.empty-container img {
    width: 400px;
    height: 400px;
}

.empty-container p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 36px;
    color: #0F60B7;
    line-height: 52px;
    margin: -52px 0 0;
}

.empty-container span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 24px;
    color: #D1D1D1;
    line-height: 35px;
    margin: 12px 0 40px 0;
}

.empty-container .btn {
    width: 170px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 100px;
    border: 1px solid #0F60B7;
    cursor: pointer;
}

.empty-container .btn a {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 18px;
    color: #0F60B7;
    text-decoration: none;
}