/* 企业简介2019bl */

.ldjz_about-jia01{
color: #5f5f5f;
width: 1200px;
line-height: 29px;
font-size: 16px;
/*text-indent: 24px;*/
margin-bottom:30px;}

.ldjz_about-jia002{
color: #5f5f5f;
width: 1200px;
line-height: 29px;
font-size: 18px;
text-align: center;
margin-bottom:20px;}

.ldjz_about img{
    width: 100%;
    margin-top: 90px;
}

.ldjz_about_content{
    min-width: 1200px;
    width: 100%;
    position: relative;
}
.ldjz_about_con{
    width: 1200px;
    margin: 0 auto;
    padding-top: 38px;
}
.ldjz_about_con .ldjz_about_title{
    line-height: 58px;
    background-color: #F1F1F1;
    margin-bottom: 53px;
}
.ldjz_about_title .ldjz_title_right{
    float: right;
}

.ldjz_about_con1{
    height: 470px;
}
.ldjz_about_con1 .ldjz_con1_left{
    float: left;
}
.ldjz_about_con1 .ldjz_con1_right{
    float: right;
}
.ldjz_about_con1 .ldjz_con1_left img{
    width: 575px;
}
.ldjz_about_con1 .ldjz_con1_right div{
    font-size: 30px;
    margin-top: -7px;
    position: relative;
    margin-bottom: 51px;
}
.ldjz_about_con1 .ldjz_con1_right div::after{
    content: "";
    position: absolute;
    width: 11%;
    height: 2px;
    background-color: #D0861B;
    left: -4px;
    bottom: -6px;
}
.ldjz_about_con1 .ldjz_con1_right p{
    color: #5f5f5f;
    width: 548px;
    line-height: 29px;
    font-size: 16px;
    text-indent: 24px;
}

.ldjz_about_con2{
    width: 100%;
    height: 506px;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
}
.ldjz_about_con2 .ldjz_con2_time{
    float: left;
}
.ldjz_about_con2 div:last-child{
    width: 55%;
}
.ldjz_con2_history{
    display: flex;
    align-items: center;
    background-color: #D0861B;
	width: 55%;
}
/* 上加55%0918 */

/* 时间轴 */
.ldjz_history_time p, .ldjz_history_event li {
    color: #fff;
}
.ldjz_history_time {
    margin: 0 21px 0 39px;
}
.ldjz_history_time li {
    font-size: 17px;
    height: 58px;
}
.ldjz_history_time li .year{
    font-size: 22px;
}
.ldjz_history_event {
    border-left: 1.5px solid #fff;
    margin-right: 34px;
    padding: 15px 0 10px 21px;
}
 
.ldjz_history_event li {
    position: relative;
    font-size: 17px;
    height: 58px;
}
.ldjz_history_event li b:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -27px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
}
/* ---------------------------------- */
.ldjz_about_content .ldjz_about_title .ldjz_title_right a.active{
    color: #d0851b;
}
.ldjz_about_introduct{
    height: 220px;
    background: #FFF;
    display: grid;
}
ul.ldjz_about_intro{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.ldjz_about_intro li{
    width: 220px;
    height: 200px;
    background-color: #6d6969;
    display: inline-block;
}
.ldjz_about_intro .ldjz_intro_item{
    text-align: center;
    margin-top: 46px;
    font-size: 18px;
    color: #F1F1F1;
}
.ldjz_about_intro .ldjz_intro_radius{
    width: 140px;
    height: 67px;
    border-radius: 70px 70px 0 0;
    border: 1.5px solid #A9A9A9;
    margin: 29px 39px 18px;
    border-bottom: none;
}
.ldjz_about_intro .ldjz_intro_num{
    font-size: 16px;
    color: #f1f1f1;
    margin-top: -71px;
    text-align: center;
}
.ldjz_intro_num span{
    font-size: 46px;
}

/* 企业资质 */
.ldjz_about2_con {
    display: flex;
    flex-wrap: wrap;
}

.ldjz_about2_con li {
    position: relative;
    margin-bottom: 62px;
    width: 24%;
    text-align: center;
    margin-left: 1.25%;
}

.ldjz_about2_con li:hover .ldjz_about2_certificate {
    background: none;
}
.ldjz_about2_con .ldjz_about2_mask {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(76, 67, 67, 0.64);
    z-index: 9;
    cursor: pointer;
    /* height: 100%; */
}
.ldjz_about_content .ldjz_about_con_mask a.ldjz_delele_icon{
    background: url(../img/about/delete.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 5%;
    z-index: 100006;
    left: 64%;
}
.ldjz_about_content .ldjz_about_con_mask {
    position: fixed;
    background-color: rgba(4, 0, 0, 0.53);
    top: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding-top: 2%;
    z-index: 999999999;
}
.ldjz_about_content .ldjz_about_con_mask img {
    /* transform: scale(1.5); */
}
.ldjz_about2_con li:hover .ldjz_about2_mask {
    display: block;
}
.ldjz_about2_mask img {
    position: absolute;
    width: 65px;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
}
.ldjz_about2_detail {
    position: relative;
}
.ldjz_about2_detail>img {
    width: 257px;
    height: 368px;
}
.ldjz_about2_detail .ldjz_about2_certificate{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 14px 0;
    background-color: rgba(76, 67, 67, 0.64);
    color: #fff;
    font-size: 18px;
    z-index: 10;
}


.ldjz_about2_con li:nth-child(4n+1){
    margin-left: 0;
}

/* 企业优势 */
.ldjz_about3_con {
    background-image: url(../img/about/about6.png);
    height: 711px;
    margin-bottom: 107px;
    position: relative;
    width: 1200px;
}
.ldjz_about3_con .ldjz_about3_cir img{
    width: 472px;
    height: 472px;
    border-radius: 235px;
    position: absolute;
    top: 121px;
    left: 365px;
}
.ldjz_about3_con .ldjz_about3_item1 {
    position: absolute;
    text-align: right;
    left: 88px;
    top: 12px;
}
.ldjz_about3_con .ldjz_about3_item1 span {
    display: block;
    font-size: 18px;
}
.ldjz_about3_con .ldjz_about3_item1 p {
    color: #8B8B8B;
    width: 321px;
    font-size: 15px;
}

.ldjz_about3_con .ldjz_about3_item2 {
    position: absolute;
    text-align: left;
    right: 84px;
    top: 12px;
}
.ldjz_about3_con .ldjz_about3_item2 span {
    display: block;
    font-size: 18px;
}
.ldjz_about3_con .ldjz_about3_item2 p {
    color: #8B8B8B;
    width: 321px;
}

.ldjz_about3_con .ldjz_about3_item3 {
    position: absolute;
    text-align: right;
    left: 51px;
    top: 276px;
}
.ldjz_about3_con .ldjz_about3_item3 span {
    display: block;
    font-size: 18px;
}
.ldjz_about3_con .ldjz_about3_item3 p {
    color: #8B8B8B;
    width: 223px;
    font-size: 15px;
}

.ldjz_about3_con .ldjz_about3_item4 {
    position: absolute;
    text-align: left;
    right: 37px;
    top: 283px;
}
.ldjz_about3_con .ldjz_about3_item4 span {
    display: block;
    font-size: 18px;
}
.ldjz_about3_con .ldjz_about3_item4 p {
    color: #8B8B8B;
    width: 227px;
}

.ldjz_about3_con .ldjz_about3_item5 {
    position: absolute;
    text-align: right;
    left: 99px;
    bottom: 16px;
}
.ldjz_about3_con .ldjz_about3_item5 span {
    display: block;
    font-size: 18px;
}
.ldjz_about3_con .ldjz_about3_item5 p {
    color: #8B8B8B;
    width: 307px;
}

.ldjz_about3_con .ldjz_about3_item6 {
    position: absolute;
    text-align: left;
    right: -32px;
    bottom: 17px;
}
.ldjz_about3_con .ldjz_about3_item6 span {
    display: block;
    font-size: 18px;
}
.ldjz_about3_con .ldjz_about3_item6 p {
    color: #8B8B8B;
    width: 434px;
}

.ldjz_about_content .ldjz_case1_fenye {
    font-size: 1rem;
    margin-bottom: 58px;
    margin-top: 2px;
}