/*S顶部Banner*/
.ruinuo_banner .mySwiperbanner .txt_box{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top:28.2%;
    margin: auto;
}
.ruinuo_banner .mySwiperbanner .swiper-slide{
    position: relative;
}
.ruinuo_banner .mySwiperbanner .txt_box .txt_box_con {
    /*max-width: 650px;background: rgba(0, 0, 0, 0.65);padding: 20px 30px;*/
}
.ruinuo_banner .mySwiperbanner .txt_box .subtitle{
    font-size: 20px;
    color: #525252;
    line-height: 28px;
    margin-top:14px;
}
.ruinuo_banner .mySwiperbanner .txt_box .title {
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
    color: #333;
}
.ruinuo_banner .mySwiperbanner .txt_box .btnx{ margin-top: 55px;}
.ruinuo_banner .mySwiperbanner .txt_box .btnx .btn_1 {background-color:  var(--web_color);color:#ffffff;}
.ruinuo_banner .mySwiperbanner .txt_box .btnx .btn_2 {border:1px solid var(--web_color);background-color: rgba(255,255,255,0);color:var(--web_color);}
.ruinuo_banner .mySwiperbanner{ height:600px;}
.ruinuo_banner .mySwiperbanner .imgview{ height:600px;}
.ruinuo_banner .swiper-pagination{bottom:30px!important}
/*E顶部Banner*/

/*S关于我们*/
.home-company {
    background-color: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);

    border-radius: 4px;
}
.home-company .txt {
    padding: 30px 40px 40px 40px;
    line-height: 28px;
}
.home-company .txt .content {
    margin-bottom: 20px;
    height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 30px;
}
.home-company .txt .content p {
    line-height: 30px;
}
.home-company .txt h2 {
    font-size: 24px;
    margin-bottom: 28px;
}
.home-company .img {
    padding: 0;
    height: 100%;
    object-fit: cover;
}
.home-company .img img {
    width: 100%;
    height: 380px;
    object-fit: cover
}
@media (max-width: 767px) {
    .home-company {
        overflow: auto;
        height: auto;
    }
    .home-company .img img {
        height: 250px;
    }
    .home-company .txt h2 {
        margin-bottom: 20px;
    }
}
/*E关于我们*/




    .hezuo_swiper .swiper-slide .img_con {
        background: #FFF;
        border: 1px solid #f5f5f5;
        border-radius: 8px;
        text-align: center;
        overflow: hidden
    }

    .hezuo_swiper .swiper-slide .img_con img {
        height: 80px;
    }
@media (max-width: 1200px) {

    .ruinuo_banner .mySwiperbanner {
        height: 280px;
    }
    .ruinuo_banner .mySwiperbanner {
        position: relative
    }
    .ruinuo_banner .mySwiperbanner .txt_box {
        position: absolute;
        top: 0px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        padding-top: 60px
    }

    .ruinuo_banner .mySwiperbanner .txt_box .subtitle {
        font-size: 14px;
        line-height: 28px;
        margin-top: 14px;
        text-align: center;
    }

    .ruinuo_banner .mySwiperbanner .txt_box .title {
        font-weight: bold;
        font-size: 24px;
        line-height: 1.2;
        text-align: center;
    }

    .ruinuo_banner .mySwiperbanner .txt_box .btnx {
        margin-top: 15px;
        text-align: center
    }

    .ruinuo_banner .mySwiperbanner .txt_box .btnx .btn_1 {
        background-color: var(--web_color);
        color: #ffffff;
    }
    .ruinuo_banner .mySwiperbanner .txt_box .btnx .btn_2 {
        border: 1px solid #ffffff;
        background-color: #ffffff;
        color: var(--web_color);
    }
}