@charset "utf-8";


/* 关于我们‘公司文化’公司发展  $('.col_content-4').mouseover(function(){$(this).css('color','red').css('text-decoration','underline');}); //鼠标移上 */
.about_me {
    padding-top: 40px;
    color:#ea5504;
    width:100%;
    clear:both;
    margin:0px auto;
    font-size:40px;
    font-weight:bold;
    letter-spacing: 3px;
}
.title_one {
    text-align:center;
}

.about_me_bottom {
    color:#999999;
    width:100%;
    margin:0px auto;
    font-size:35px;
    margin-bottom: 50px;

}

.title_bottom{
    text-align:center;
}

.home__text {
    letter-spacing: 4px;  /* 字与字之间的间距*/
    font-size: 18px;
    line-height: 50px;
    font-weight: 300;
}

.about_content{
        padding: 50px 50px 50px 50px;
    }

.container_test {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 800px;
}

.container_row_backgrounp{
    background-color: #f9f9f9;
}

.detail_1{
    position: relative;
    width: 60%;
    height: 193px;
    margin: -60px 5% 40px 19%;
    padding: 25px 20px 15px;
    background: #fff;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    z-index: 9;
    border-radius: 5px;
    /*height: 240px;*/
    }

.row_list {
    padding-left: 12%;
    padding-right: 11%;
}

.list_c_title {
    display:inline;
    color:#292827;
    padding-left: 30px;
    width:100%;
    clear:both;
    margin:0px auto;
    font-size:25px;
    font-weight:bold;
    letter-spacing: 3px;
}



.list_c_title_bottom {
    display:inline;
    letter-spacing: 0px;
    color:#999999;
    width:100%;
    margin:0px auto;
    font-size:16px;

}

.list_c_home__text{
    padding-top: 16px;
    /*letter-spacing: 3px;*/
    padding-right: 20px;
    font-size: 16.3px;
    line-height: 25px;
    font-weight: 300;
    padding-left: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* .col-lg-4{
    height:440px;
}
*/


@media screen and (max-width: 767px){
    .about_content{
        padding: 50px 50px 50px 50px;
    }

    .container_test {
        position: absolute;
        top: 10%;
        right: -20%;
        width: 500px;
    }

    .list_c_home__text{
        letter-spacing: 3px;
        font-size: 15px;
        line-height: 25px;
        font-weight: 300;
   }
   .home__text {
        letter-spacing: 3px;
        font-size: 14px;
        line-height: 30px;
        font-weight: 200;
}


}

