/* 客户案例 */
.ldjz_head_img img{
    margin-top: 90px;
    width: 100%;
}
.ldjz_content {
    min-width: 1200px;
    width: 100%;
}
.ldjz_con {
    width: 1200px;
    margin: 0 auto;
}
.ldjz_con .ldjz_title{
    line-height: 80px;
    margin-top: 18px;
    background-color: #F1F1F1;
    margin-bottom: 18px;
}

/* 单独样式 */
.ldjz_title .ldjz_title_right {
    float: right;
    display: flex;
    margin-top: 12px;
    padding-right: 15px;
}
.ldjz_title .ldjz_title_right ul {
    display: flex;
    justify-content: space-between;
}
.ldjz_title .ldjz_title_right li {
    border: 1px solid #595959;
    margin-left: 5px;
    height: 54px;
    line-height: 54px;
}
.ldjz_title .ldjz_title_right li.active {
    background-color: #D0861B;
    border-color: #D0861B;
    /* border: none; */
    /* border: 1px solid #D0861B */
}
.ldjz_title .ldjz_title_right li.active a {
    color: #FDFCFA;
}
.ldjz_title .ldjz_title_right li a {
    color: #595959;
    display: block;
    padding: 0 22px;
}
.ldjz_title .ldjz_title_right li:hover{
    /* border: none; */
    background-color: #D0861B;
    border: 1px solid #D0861B;
}
/* .ldjz_title .ldjz_title_right li:hover{
    border: 1px solid #D0861B;
} */
.ldjz_title .ldjz_title_right li:hover a{
    color: #FDFCFA;
}

.ldjz_case1_con {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-bottom: 2px;
}
.ldjz_case1_con > div {
    border-bottom: 3px solid black;
    margin-bottom: 10px;
    margin-right: 25px;
    position: relative;
	width:31.9%
}
.ldjz_case1_con > div:nth-child(3n+0) {
    margin-right: 0;
}
.ldjz_case1_con p {
    text-align: center;
    font-size: 18px;
    margin-top: 11px;
    margin-bottom: 19px;
}
.ldjz_case1_con .ldjz_case1_con_mask {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(208, 142, 22, 0.88);
    color: #fff;
}
.ldjz_case1_con > div:hover .ldjz_case1_con_mask {
    display: block;
}
.ldjz_case1_con .ldjz_case1_con_mask ul{
    padding: 77px;
    text-align: left;
}
.ldjz_case1_con .ldjz_case1_con_mask ul li {
    margin: 10px 0;
    font-size: 16px;
}
.ldjz_case1_con .ldjz_case1_con_mask ul li:first-child {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 18px;
}
.ldjz_content .ldjz_con .ldjz_case1_fenye {
    font-size: 1rem;
    margin-bottom: 58px;
    margin-top: 5px;
}

/* 客户案例1 */
.ldjz_case2_project .ldjz_project2_name {
    margin-top: 40px;
}
.ldjz_case2_project .ldjz_project2_name1 {
    position: relative;
    padding-left: 12px;
    font-size: 21px;
}
.ldjz_case2_project .ldjz_project2_name1::before {
    content: "";
    position: absolute;
    background-color: #D0861B;
    width: 5px;
    height: 19px;
    top: 5px;
    left: 0px;
}
.ldjz_case2_project .ldjz_project2_name2 {
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    display: flex;
    margin-top: 27px;
    margin-bottom: 36px;
    padding-top: 15px;
    padding-bottom: 21px;
}
.ldjz_case2_project .ldjz_project2_name2>div {
    width: 50%;
}
.ldjz_case2_project .ldjz_project2_name2 p {
    color: #565656;
    line-height: 36px;
    font-size: 17px;
}

.ldjz_project2_fact span {
    font-size: 21px;
    position: relative;
    padding-left: 12px;
}
.ldjz_project2_fact span::before {
    content: "";
    position: absolute;
    background-color: #D0861B;
    width: 5px;
    height: 19px;
    top: 5px;
    left: 0px;
}
.ldjz_project2_fact>div {
    background-color: #F3F3F3;
    position: relative;
    margin-top: 25px;
}
.ldjz_project2_fact .swiper-container {
    /* height: 660px; */
}
.ldjz_project2_fact .swiper-button-next {
    margin-right: 58px;
}
.ldjz_project2_fact .swiper-button-prev {
    margin-left: 40px;
}
.ldjz_project2_fact .swiper-wrapper .swiper-slide {
    text-align: center;
}
.ldjz_project2_fact .swiper-wrapper .swiper-slide img {
    width: 880px;
    height: 660px;
}
/* .swiper-button-white {
    display: none;
} */
.ldjz_project2_fact .swiper-button-prev .swiper-left {
    margin-left: 19px;
    margin-top: -26px;
}
.ldjz_project2_fact .swiper-button-next .swiper-right {
    margin-left: -38px;
    margin-top: -26px;
}

.ldjz_project2_introduct {
    margin-top: 37px;
    margin-bottom: 74px;
}
.ldjz_project2_introduct>span {
    font-size: 21px;
    position: relative;
    padding-left: 12px;
}
.ldjz_project2_introduct>span::before {
    content: "";
    position: absolute;
    background-color: #D0861B;
    width: 5px;
    height: 19px;
    top: 5px;
    left: 0px;
}
.ldjz_project2_introduct .ldjz_introduct_row {
    display: flex;
    justify-content: space-between;
}
.ldjz_project2_introduct .ldjz_introduct_row img:first-child {
    margin-top: 21px;
}
.ldjz_project2_introduct .ldjz_introduct_row p {
    margin-top: 9px;
    font-size: 17px;
    color: #505050;
}
.ldjz_project2_introduct .ldjz_introduct_row .ldjz_introduct_concept p:first{
    margin-top: 19px;
}
.ldjz_project2_introduct .ldjz_introduct_concept {
    text-align: right;
    margin: auto 0;
}
.ldjz_project2_introduct .ldjz_introduct_construct {
    margin: auto 0;
}
.ldjz_project2_introduct .ldjz_introduct_row .ldjz_introduct_construct p:first-of-type {
    margin-top: 19px;
}
.ldjz_introduct_concept span, .ldjz_introduct_construct span {
    border-top: 1px solid #D38D27;
    font-size: 18px;
}

/* 客户案例2 */
.ldjz_case3_con1 {
    display: flex;
    margin-top: 76px;
}
.ldjz_case3_con1>div:first-child {
    width: 360px;
    margin-right: 28px;
}
.ldjz_case3_con1>div:last-child {
    width: 840px;
    height: 630px;
    position: relative;
}

.ldjz_case3_name>span, .ldjz_case3_introduct span, .ldjz_case3_construct span {
    font-size: 21px;
    position: relative;
    padding-left: 12px;
}
.ldjz_case3_name>span::before, .ldjz_case3_introduct span::before, .ldjz_case3_construct span::before {
    content: "";
    position: absolute;
    background-color: #D0861B;
    width: 5px;
    height: 19px;
    top: 5px;
    left: 0px;
}
.ldjz_case3_name p, .ldjz_case3_introduct p, .ldjz_case3_construct p {
    color: #5A5A5A;
    line-height: 30px;
}
.ldjz_case3_con1 .ldjz_case3_items1 {
    border-top: 1px dashed #A4A4A4;
    margin-top: 12px;
    padding-top: 11px;
}
.ldjz_case3_con1 .ldjz_case3_introduct {
    margin-top: 35px;
}

.ldjz_case3_con2 {
    display: flex;
    margin-top: 52px;
    margin-bottom: 71px;
}
.ldjz_case3_con2 .ldjz_case3_construct {
    margin-top: 34px;
    margin-left: 32px;
}
.ldjz_case3_construct p:first-of-type {
    margin-top: 19px;
}

.gallery-thumbs {
    height: 12%;
    box-sizing: border-box;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    right: 386px;
}
.ldjz_project2_fact .gallery-thumbs .swiper-slide {
    width: 99px !important;
    height: 100%;
    opacity: 0.4;
}
.ldjz_project2_fact .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #fff;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.ldjz_case3_con1 .gallery-top {
    width: 840px !important;
    height: 630px;
}
.ldjz_case3_con1 .gallery-top .swiper-slide {
    width: 840px !important;
    height: 630px;
}
.ldjz_case3_con1 .gallery-thumbs {
    height: 12%;
    box-sizing: border-box;
    padding: 3px 0;
    position: absolute;
    bottom: 10px;
    right: 6px;
}
.ldjz_case3_con1 .gallery-top .swiper-button-next,.ldjz_case3_con1 .gallery-top .swiper-button-prev{
  display: none;
}
.ldjz_case3_con1 .gallery-top:hover .swiper-button-next,.ldjz_case3_con1 .gallery-top:hover .swiper-button-prev{
   display: inherit;
}
.ldjz_case3_con1 .gallery-thumbs .swiper-slide {
    width: 73px;
    opacity: 0.4;
}
.ldjz_case3_con1 .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #fff;
    width: 75px !important;
}