* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    margin: 0;
}

/* 整个大盒子最大宽度 */
.headerss {
    max-width: 1920px;
    margin: 0 auto;
}

.columnn {
    display: flex;
    align-items: center;
}

.roww {
    width: 3px;
    height: 26px;
    background-color: #297abe;
}

.walkTitle {
    margin: 0 15px;
    font-size: 26px;
    font-weight: 600;
}

.many {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: solid 1px #3884c2;
    border-radius: 5px;
    font-size: 12px;
    color: #3884c2;
    margin: 20px 0 30px 0;
}

.manys {
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: solid 1px #3884c2;
    border-radius: 5px;
    font-size: 12px;
    color: #3884c2;
    margin: 20px 0 30px 0;
}

/* pc端 */
/* @media (max-width: 1920px) { */
.walk_1 {
    max-width: 600px;
    /* padding-left: 350px; */
}

.img {
    /* padding-right:350px ; */
}

/* 走进良运 */
.walk {
    padding: 40px 0;
    display: flex;
    justify-content: space-around;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

/* 产业发展 */
.develop {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 0;
    /* padding:50px  0; */
    font-weight: 600;
    font-size: 26px;
}

.smalleng {
    text-align: center;
    margin: 3px 0 35px;
    color: #bfc1c0;
    font-size: 12px;
}

.liangyun {
    font-size: 12px;
    color: #bfc1c0;
}

/* 联系我们样式 */
.link {
    margin: 25px 0;
    /* margin-bottom: 0; */
}

.link h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0;
}

.link p {
    font-size: 13px;
    font-weight: 400;


}

.link_zong {
    margin: 30px 210px;
    margin-bottom: 0;
    padding-bottom: 50px
}

.Chinese {
    color: #297abe;
    padding: 0 5px;
}

.English {
    color: #297abe;
    padding: 0 5px;
}

.all {
    color: #000;
    padding: 0 5px;
}

.backgrounds {
    background: url(../images/back.png) no-repeat;
    /* background-size: 100% 100%; */
}


/* } */

/* 手机端 */
@media (max-width: 992px) {

    .walk_1 {
        /* max-width: 800px; */
        padding-left: 10px;
    }

    .img {
        padding-right: 10px;
    }

    /* 走进良运 */
    .walk {
        padding: 10px 0;
        display: flex;
        /* justify-content: space-around; */
        /* justify-content: space-between; */
        justify-content: center;
        flex-wrap: wrap;

    }

    /* 产业发展 */
    .develop {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        /* padding: 20px 0; */
        font-weight: 600;
        font-size: 20px;
    }

    .smalleng {
        text-align: center;
        margin: 3px 0 15px;
        color: #bfc1c0;
        font-size: 12px;
    }

    .walkTitle {
        margin: 0 15px;
        font-size: 20px;
        font-weight: 600;
    }

    .link_zong {
        margin: 0 30px
    }

}

.picture {
    margin: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.picture img {
    margin: 0 7px;
}

/* 图片标题 */
.qiye {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 45px 0 15px; */
    padding: 40px 0 0;
}

.qiye img {
    width: 25px;
    margin: 0 7px 20px;
}

.qiye p {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 20px;
}

/* pc产品发展 */
.development {
    /* text-align: center; */
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* padding:50px  0; */
    padding: 10px 0;
}

.develop-1 {
    /* max-width: 608px; */
    width: 50%;
    /* height: 396px; */
    background-color: #f3f3f3;
    /* margin: 0  10px; */
    /* overflow: hidden;  
    text-overflow: ellipsis;  
    white-space: nowrap;    */

}

.smalltitle {
    margin: 20px 30px;
    font-size: 16px;
    font-weight: 600;

}

.develop-1 p {
    margin: 0 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;

}

@media (min-width: 992px) {
    .develop-1 p {
        /* 超出部分隐藏 */
        overflow: hidden;
        text-overflow: ellipsis;
        /* 超出多少行 */
        -webkit-line-clamp: 11;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
}


@media(max-width:992px) {
    .picture img {
        margin: 10px 2px;
        width: 140px;
        height: 141px;
    }
}


/* 手机端 */
@media (max-width: 992px) {

    .qiye {
        display: flex;
        align-items: center;
        justify-content: center;
        /* margin: 15px 0; */
        padding-top: 20px;
    }

    .qiye img {
        width: 5%;
        margin: 0 0 10px
    }

    .qiye p {
        font-size: 15px;
        font-weight: 600;
        margin: 0 0 10px
    }

    .development {
        padding: 10px 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .develop-1 {
        /* text-align: center; */
        padding: 20px 0;
        /* height: 396px; */
        background-color: #f3f3f3;
        width: 100%;
        /* margin: 10px 0; */

    }

    .develop-1 p {
        margin: 0 30px;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .smalltitle {
        margin: 10px 30px;
        font-size: 16px;
        font-weight: 600;

    }

}

/* pc端产品服务 */
.service {
    display: flex;
    justify-content: center;

}

.service-1 {
    max-width: 400px;
    /* height: 396px; */
    background-color: #0061b2;
    /* margin: 0  10px; */
    color: #fff;
    /* text-align: center; */
    /* padding: 12px 25px; */
    padding: 28px 25px 0;
    line-height: 26px;
    /* overflow: hidden;  
    text-overflow: ellipsis;  
    white-space: nowrap;    */
}

/* 产品服务 */
/* 文字左边 */
.serviceFontLeft {
    /* max-width: 1440px; */
    margin: 40px 0 15px;
    display: flex;
    display: flex;
    justify-content: flex-start;
    font-size: 25px;
    font-weight: 600;
    /* max-width: 1440px;
    justify-content: flex-start; */
    /* justify-content: center; */
    /* align-items: center; */
}

/* 文字右 */
.serviceFontRight {
    /* max-width: 1440px; */
    /* padding:0  0 0  1400px; */
    margin: 40px 0 15px;
    display: flex;
    justify-content: flex-end;
    font-size: 25px;
    font-weight: 600;
    /* max-width: 1440px;
    justify-content: flex-start; */
    /* justify-content: center; */
    /* align-items: center; */
}

/* .devimg-img{
    margin: 0 0 60px;
} */

.imgimg{
    margin: 0 0 60px;
}

.banner{
    width:498px ; height: 620px
}

.banner1{
    width:478px ; height: 555px
}



@media (min-width: 992px) {
    .service-1 p {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 14;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
}


/* 手机端 */
@media (max-width: 992px) {
    .banner{
        width:498px ; 
        height: 100%;

    }
    .service {
        padding: 10px 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;

    }

    .service-1 {
        /* text-align: center; */
        padding: 20px 20px;
        /* height: 396px; */
        background-color: #0061b2;
        /* margin: 10px 0; */
        color: #fff;
        max-width: 100%;

    }

    .serviceFontLeft {
        /* margin: 15px   20px; */
        margin: 7px 0;
        padding: 0;
        font-size: 15px;
        font-weight: 600;
    }

    .serviceFontRight {
        padding: 0;
        margin: 7px 0;
        font-size: 15px;
        font-weight: 600;
    }

    .imgimg{
        margin: 0  auto !important;
    }
}

@media (min-width: 992px) {
    .serimg {
        width: calc(100% - 350px);

    }

    .devimg {
        width: 50%;

    }

    .serimg-img,
    .devimg-img {
        object-fit: cover;
        width: 100%;
        height: 400px;
    }

}

.left {
    border-bottom: 3px solid #0061b2;
}

.right {
    border-bottom: 3px solid #0061b2;
}