/* 2023/10/09迭代 */

/* 我们的客户 start */
.our-client{
    width: 1200px;
    /*min-height: 604px;*/
    /*width: 1162px;*/
    margin: 0 auto;
}

.oc-tab{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.oc-tab-item{
    width: 151px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #FFFFFF;
    border: 1px solid #E9E3E3;
    border-radius: 8px;

    font-size: 20px;
    color: #4B4947;
    margin: 0 6px;
}

.oc-tab-item.on{
    background: #E5301B;
    border-color: #E5301B;
    color: white;
    font-weight: bold;
}

.oc-wrap{
    
}

.swiper-wrap{
    position: relative;
}

.oc-list{
    display: flex;
    align-items: center;
    overflow: hidden;
}

.ocbox .swiper-container{
    height: 448px;
}

.ocbox .swiper-slide{
    height: 140px;
}

.ocbox{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ocbox .swiper-slide{
    width: 280px;
    margin-right: 25px;
    margin-bottom: 18px;
}

.ocbox .swiper-slide:nth-child(4n){
    margin-right: 0;
}

.oc-item{
    display: block;
    width: 280px;
    /*width: 100%;*/
    height: 140px;
    background: #FFFFFF;
    border: 2px solid #FAD6D1;
    border-radius: 5px;
    overflow: hidden;
    transition: all .5s;
}

.oc-item:hover{
    border: 2px solid #E5301B;
    box-shadow: 0px 4px 15px 0px rgba(254,164,153,0.6);
}

.oc-item:hover img{
    transform: scale(1.2);
}

.oc-item img{
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.oc-tool{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.oc-btn img{
    width: 35px;
    height: 35px;
}

.oc-btn img:nth-child(2){
    display: none;
}

.oc-btn:hover img:first-child{
    display: none;
}

.oc-btn:hover img:nth-child(2){
    display: block;
}

.oc-pagination{
    margin: 0 50px;
}

.oc-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 30px;
    height: 4px;
    background: #DDDBDB;
    border-radius: 2px;
    margin: 0 15px;
}

.oc-pagination .swiper-pagination-bullet-active{
    width: 60px;
    height: 6px;
    background: #D52D1D;
    border-radius: 3px;
}
/* 我们的客户 end */

/* 新闻资讯 start */
.zizun{
    width: 1200px;
    height: auto;
    margin: 30px auto;
    display: flex;
}

.zx-left{
    flex-shrink: 0;
    width: 192px;
    height: auto;
    margin-right: 25px;
}

.zx-right{
    flex: 1;
}

.zx-tab{
    background: #FDF3F1;
}

.zx-tab-item{
    width: 100%;
    height: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 18px;
    color: #333333;
}

.zx-tab-item.on{
    background: url(../images/index/dj_home_xw01.png) no-repeat;
    background-size: 100% 100%;
    color: white;
    font-weight: bold;
}

.zx-more{
    margin-top: 7px;
    width: 100%;
    height: 52px !important;
    background: #FDF3F1;
    border: 1px solid #FAC9BF;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
}

.zx-more a{
    text-decoration: none;
    color: #C6958C;
}

.zx-box{}

.zx-top{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EAEBEF;
    padding-bottom: 26px;
}

.zx-cover{
    flex-shrink: 0;
    width: 180px;
    height: 135px;
    margin-right: 23px;
}

.zx-cover img{
    width: 180px;
    height: 135px;
}

.zx-detail h3{
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    margin: 0 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zx-detail p{
    font-size: 16px;
    color: #7E8083;
    line-height: 30px;
    height: 60px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zx-box ul{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.zx-box li a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 16px 0 16px 25px;
    border-bottom: 1px dashed #EAEBEF;
    text-decoration: none;
    position: relative;
}

.zx-box li a::before{
    content: "";
    width: 8px;
    height: 8px;
    background: #D4D7DF;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.zx-box li a h3{
    width: 800px;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zx-box li a p{
    flex-shrink: 0;
    width: 100px;
    text-align: right;
    margin: 0;
    font-size: 16px;
    color: #919499;
}









/* 新闻资讯 end */