.text-ellipsis{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.text-ellipsis-2 {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.text-ellipsis-3 {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.br-8{border-radius: 8px;}
.px-40{padding-left:40px;padding-right:40px;}
.p-40{padding: 40px;}
.p-30{padding: 30px;}
.py-15{padding-top: 15px;padding-bottom: 15px;}
.px-15{padding-left: 15px;padding-right: 15px;}
.w-full{width: 100%;}
.section .news-list{
    padding: 15px;
}
.news-list .oh-desktop{
    margin-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 8px;
}
.flex1{
    flex: 1;
}
.flex-wrap{flex-wrap: wrap;}
.ml-10{margin-left: 10px;}
.mr-10{margin-right: 10px;}
.news-list ul li{
    text-align: left;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e5e5e5;
}
.news-list ul li a{ color: #333;}
.news-list ul li:hover a{color: #007bff;}
.news-list ul li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.news-list-img{
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
}
.news-list-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* 客户 */
.customer-list{
    width: 25%;
    float: left;
    position: relative;
    padding: 15px 0;
}
.customer-list::before{
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #e5e5e5;
}
.customer-list::after{
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #e5e5e5;
}
.customer-list img{
    display: block;
    height: 140px;
    width: auto;
    margin: 0 auto;
}

/* 轮播图导航按钮样式 */
.customer{
    position: relative;
    width: 100%;
}

.customer .swiper-button-prev,
.customer .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.customer .swiper-button-prev {
    left: -60px;
}

.customer .swiper-button-next {
    right: -60px;
}

.customer .swiper-button-prev::after,
.customer .swiper-button-next::after {
    font-size: 20px;
    font-weight: bold;
}
.link{
    overflow: hidden;
    flex-wrap: nowrap !important;
    width: 100%;
}
.footer-corporate{
    background: url(../images/icon036.png) no-repeat center;
    background-size: cover;
    padding: 40px 0 0 0;
}
.lin-list{text-align: left;}
.lin-list li{
    padding: 15px 0 15px 15px;
    border-top: 1px solid #eee;
}
.lin-list li.lin-list-title{
    background: #2A77C1;
    font-weight: 600;
    color: #fff;
    padding-left: 20px;
} 
.lin-list li a{
    border-left: 2px solid #dedede;
    line-height: 1.1;
    display: block;
    padding-left: 6px;
}
.lin-list li.active a,.lin-list li:hover a{
    color: #2A77C1;
    border-left-color:#2A77C1;
}
.lin-list-content{min-height: 80vh;}
.lin-list-content-title{
    font-size: 16px;
    color: #333;
}
.lin-list-content .product-big{
    border-left: none;
    border-top: none;
    border-right: none;
    padding: 20px 0 ;
}
.lin-list-content .product-big .unit-body{flex: 1;width: 0;}
.lin-list-content .product-big-body{
    padding:20px 30px;
    overflow: hidden;
    width: 100%;
}
.lin-list-content .unit-left{height: 160px;}

@media (max-width: 575.98px) {
   .swiper-slider-corporate, .swiper-pagination-style-2 .swiper-slide{height: 400px;min-height: 400px;}
    .customer{width: 100%;margin: 40px auto 0 auto;}
	.customer-list{
		padding: 15px;
	}
    .customer-list img{
        height: 60px;
        width: 100%;
        object-fit: contain;
    }
    .customer .swiper-container{
        min-height: 260px;
    }
    .footer-corporate-inset{
        padding: 0 20px 30px 20px;
    }
	.footer-contacts{width: 100% !important;}
    .footer-contacts,.footer-corporate .list-marked,.footer-corporate{text-align: left;}
	.footer-contacts .link-location{max-width: 100% !important;}
    .lin-detail{padding-left:10px;padding-right: 10px;}
    h2, .heading-2{font-size: 26px;}
    .breadcrumbs-custom-path{font-size: 16px;font-weight: normal;}
    [class*='isotope-filters-list']{font-size: 14px;color: #333;font-weight: normal;}
    [data-isotope-layout]{margin-left: 0;margin-right: 0;}
	.swiper-container{min-height: 200px !important;}
    .box-icon-modern-icon{height: auto;}
    .lin-list-content .product-big-body{padding:0 15px;}
    .pagination-wrap{padding: 0 15px;text-align: center;}
}