.case_bottom .case_bottom_mi .page5_r .p_loopitem {

    margin-bottom: 24px;
    border-radius: 8px;
    overflow: hidden;
    /* max-width: 220px;
    width: 16.5%; */
    margin-bottom: 20px;
    float: left;
    width: calc((100% - 15px)/6);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    /* width: 15.6%; */
}


.case_bottom .case_bottom_mi .page5_r .p_loopitem:nth-child(n+19){
    display: none;
}

.case {


    padding-bottom: 6vw;
    overflow: hidden;
}

.case .case_top {

    margin-bottom: 7vw;
    background-image: url(../img/case/kb_bj.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    padding-top: 5vw;

}

.case .case_top .indmh {

    margin-top: 4.2vw;
}

.case .case_top .indmh .indmh-logo img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.case_bottom .j-title_al {

    text-align: center;
}

.case_bottom .j-title_al h2 {

    font-family: '宋体';

    margin-bottom: -38px;
    color: rgb(192, 167, 130, 0.2);

    line-height: 1;
}

.case_bottom .case_bottom_mi {

    margin-top: 3.5vw;
}

.case_bottom .j-title_al h3 {
    letter-spacing: 2px;
    color: #231815;

}



.case_bottom .case_bottom_mi .page5_r .p_loopitem .btn{
    width:42%;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.case_bottom .case_bottom_mi .page5_r .p_loopitem .btn img{
    width: 100%;
}
.case_bottom .case_bottom_mi .page5_r .c_list_img {

    width: 100%;
}

.case_bottom .case_bottom_mi .page5_r .p_loopitem .c_image {
    max-width: 100%;
    width: 92%;

}

.case_bottom .case_bottom_mi .page5_r .p_loopitem .c_image img {
    transition: all 0.4s;

    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.case_bottom .case_bottom_mi .page5_r .p_loopitem:hover .c_image img {

    transform: scale(1.05);

}

.case_bottom .case_bottom_mi .page5_r {
    position: relative;

}

.case_bottom .case_bottom_mi .page5_r:after {
    content: "";
    width: 100%;
    height: 20vw;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-image: linear-gradient(to bottom,rgba(255, 255, 255, 0)40%, rgba(255, 255, 255, 1));
    z-index: 1;
    transition: 0.4s all;
}

.case.hide_mask .case_bottom .case_bottom_mi .page5_r:after{
    display: none;
}


/* 按钮 */
.c-mores {
    /*margin-top: 4vw;*/
}

.c-mores a {
    display: block;
    width: 200px;
    height: 50px;
    background: url(../img/about/btn10.png) no-repeat;
    background-size: cover;
    position: relative;
    margin: 0 auto;
    color: #44372e;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.c-mores a:before {
    content: '';
    width: 0;
    height: 100%;
    background: url(../img/about/btn11.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.c-mores a h3 {
    position: relative;
    text-align: center;
    line-height: 50px;
    letter-spacing: 4px;
}

.c-mores a h3 span {
    margin-left: 38px;
}

.c-mores a:hover {
    color: #fff;
}

.c-mores a:hover:before {
    width: 100%;
    opacity: 1;
}

/* 第三板块 */
.section06 {
    padding: 4vw 0 5vw;
    background: url(../img/tu14.jpg) no-repeat;
    background-size: cover;
}

.section06 {

    color: #fff;
    letter-spacing: 6px;
}

.section06 .title p {
    font-family: '宋体';
    margin-top: 15px;
}

.section06 .title .line {
    width: 60px;
    height: 4px;
    background-color: #c0a782;
    margin: 0 auto;
    margin: 1vw auto 0;
}

.section06 .title {
    text-align: center;
}

.section06 .title h2 {
    color: #fff;
    letter-spacing: 2px;

}

.section06 .title h3 {
    font-family: '宋体';
    color: #957b54;
    margin-top: 4px;

}

.section06 .ctn-list {
    padding: 0 12.5%;
    margin-top: 4vw;
}

.section06 .ctn-list ul {
    display: flex;
    justify-content: space-between;
}

.section06 .ctn-list ul li {
    padding-left: 3vw;
    position: relative;

}

.section06 .ctn-list ul li .icon {
    width: 58px;
    height: 48px;
    overflow: hidden;
}

.section06 .ctn-list ul li .icon img {
    width: 100%;
}

.section06 .ctn-list ul li .text {
    margin-top: 2vw;
}

.section06 .ctn-list ul li .text h2 {
    position: absolute;
    left: 0;
    font-weight: bold;
    font-family: Arial;
    color: #ad997d;
    line-height: 1.2;
}

.section06 .ctn-list ul li .text p {
    color: #fff;
    line-height: 1.8;
    position: relative;
    left: 4px;
}

.section06 .ctn-list ul li:nth-child(1) {
    transform: translateX(-10px);
    transition: all 0.5s ease 0.1s;
    -webkit-transition: all 0.5s ease 0.1s;
    -moz-transition: all 0.5s ease 0.1s;
    -ms-transition: all 0.5s ease 0.1s;
}

.section06 .ctn-list ul li:nth-child(2) {
    transform: translateX(-20px);
    transition: all 0.5s ease 0.2s;
    -webkit-transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s;
    -ms-transition: all 0.5s ease 0.2s;
}

.section06 .ctn-list ul li:nth-child(3) {
    transform: translateX(-30px);
    transition: all 0.5s ease 0.3s;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -ms-transition: all 0.5s ease 0.3s;
}

.section06 .ctn-list ul li:nth-child(4) {
    transform: translateX(-40px);
    transition: all 0.5s ease 0.4s;
    -webkit-transition: all 0.5s ease 0.4s;
    -moz-transition: all 0.5s ease 0.4s;
    -ms-transition: all 0.5s ease 0.4s;
}

.section06 .ctn-list ul li:nth-child(5) {
    transform: translateX(-50px);
    transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
}

.section06 .ctn-list ul li:nth-child(6) {
    transform: translateX(-60px);
    transition: all 0.5s ease 0.6s;
    -webkit-transition: all 0.5s ease 0.6s;
    -moz-transition: all 0.5s ease 0.6s;
    -ms-transition: all 0.5s ease 0.6s;
}

.section06 .ctn-list ul li:nth-child(7) {
    transform: translateX(-70px);
    transition: all 0.5s ease 0.7s;
    -webkit-transition: all 0.5s ease 0.7s;
    -moz-transition: all 0.5s ease 0.7s;
    -ms-transition: all 0.5s ease 0.7s;
}

.section06.active .title h2 {
    opacity: 1;
    transform: translateY(0);
}

.section06.active .title h3 {
    opacity: 1;
    transform: translateY(0);
}

.section06.active .ctn-list ul li {
    opacity: 1;
    transform: translateX(0);
}


@media screen and (max-width: 1600px) {
    .c-mores a {

        width: 180px;
        height: 44px;
    }

    .c-mores a h3 {


        line-height: 44px;
    }


}

@media screen and (max-width: 768px) {
    .mores a {
        width: 160px;
        height: 40px;
    }

    .mores a h3 {

        line-height: 40px;
    }


    .c-mores a h3 span{
        margin-left:10px;
    }
    .case{
        padding-bottom:40px;
    }

    .case .case_top {

        padding-top: 40px;
        margin-bottom: 40px;
    }

    .case .case_top .indmh {

        margin-top: 30px;
    }

    .case_bottom .case_bottom_mi {
        margin-top: 30px;

    }

    .case_bottom .case_bottom_mi .page5_r .p_loopitem {


        width: 50%;
    }

    .case_bottom .case_bottom_mi .page5_r .p_loopitem{
        margin-bottom:10px;
        padding:0 5px;
    }


    .case_bottom .case_bottom_mi .page5_r .p_loopitem .c_image {

        width: 100%;
    }

    .c-mores a {

        width: 160px;
        height: 40px;
    }

    .c-mores a h3 {


        line-height: 40px;
    }

    .c-mores {

        /*margin-top: 30px;*/
    }
}


