.dzCase {
    overflow: hidden;
    /*border-top: 1px solid #dfdfdf;*/
}

.dzCaseItem {
    border-bottom: 1px solid rgba(14, 17, 16, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dzCaseText {
    width: 45%;
}

.dzCaseText span {
    font-size: 56px;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 40px;
}

.dzCaseText p {
    font-size: 18px;
    color: #888;
    letter-spacing: 1px;
    margin-bottom: 60px;
}

/*  */

.dzCaseImg {
    width: 50%;
    padding-top: 33%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.dzCaseImg img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.dzCaseText .conItem_link {
    padding: 12px 20px;
    position: relative;
    z-index: 11;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    transition: all .48s;
    background: #333;
    letter-spacing: 1px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.conItem_big {
    color: #fff;
    letter-spacing: 2px;
    font-size: 20px;
    position: relative;
    z-index: 2;
    transition: all .48s;
}

.dzCaseText  .conItem_link i {
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: relative;
    margin-left: 50px;
}

.dzCaseText  .conItem_link i svg {
    width: 100%;
    height: 100%;
    transition: all .48s;
}

.dzCaseText  .conItem_link i .i2 {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-150%, 150%);
}

.dzCaseText  .conItem_link:hover {
    background: #c30d23!important;
    border-color: #c30d23;
}

.dzCaseText  .conItem_link:hover .conItem_big {

    transform: translateX(15px);
}

.dzCaseText  .conItem_link svg,
.coRBox   .conItem_link svg {
    fill: #fff;
}

.dzCaseText  .conItem_link:hover i .i2 {
    transform: translate(0, 0);
}

.dzCaseText  .conItem_link:hover i .i1 {
    transform: translate(150%, -150%);
}


@media(max-width:1680px) {
    .dzCaseText span {
        font-size: 52px;
    }
}

@media(max-width:1480px) {
    .padd {
        padding: 108px 0;
    }

    .dzCaseText span {
        font-size: 46px;
    }

    .conItem_big {
        font-size: 18px;
    }

    .dzCaseText  .conItem_link i {
        width: 18px;
        height: 18px;
        margin-left: 68px;
    }
}

@media(max-width:1368px) {
    .padd {
        padding: 88px 0;
    }

    .dzCaseText span {
        font-size: 36px;
        margin-bottom: 28px;
    }

    .dzCaseText p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .conItem_big {
        font-size: 16px;
    }

    .dzCaseText  .conItem_link i {
        width: 16px;
        height: 16px;
        margin-left: 48px;
    }
}

@media(max-width:1200px) {
    .dzCaseText span {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .dzCaseText p {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .dzCaseText  .conItem_link {
        padding: 8px 15px;
    }

    .conItem_big {
        font-size: 14px;
    }

    .dzCaseText  .conItem_link i {
        width: 14px;
        height: 14px;
        margin-left: 25px;
    }
}

@media(max-width:1024px) {
    .padd {
        padding: 68px 0;
    }

    .dzCaseItem {
        flex-wrap: wrap;
    }

    .dzCaseText {
        width: 100%;
        margin-bottom: 40px;
    }

    .dzCaseImg {
        width: 100%;
        padding-top: 67%;
    }
}

@media(max-width:680px) {
    .padd {
        padding: 48px 0;
    }

    .dzCaseText span {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
.dwTop {
    margin-top: 84px;
}

.dwTop .inner {
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

.dwTop a {
    font-weight: 300;
    font-size: 16px;
    color: #131313;
    margin-right: 30px;
}

.dwTop a.on {
    font-weight: 500;
}
.proTab {
    margin-top: 84px;
    width: 100%;
    padding: 0 6%;
    justify-content: space-between;
    border-bottom: 1px solid #f6f7f9;
    position: relative;
    background: #fff;
    z-index: 9;
    display: flex;
    align-items: center;
    display: none;
}

.proTab_zk {
    width: 100%;
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    align-items: center;
}

.proTab_zk svg {
    width: 20px;
    height: 20px;
    transition: all .48s;
    -webkit-transition: all .48s;
    -moz-transition: all .48s;
    -ms-transition: all .48s;
    -o-transition: all .48s;
}

.proTab_zk.on svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/*  */

.proTab_zk img {
    width: 25px;
    object-fit: contain;
    margin-right: 10px;
}

.proTab_zk span {
    font-size: 18px;
    font-weight: bold;
}

.proTab_zk small {
    width: 16px;
    height: 20px;
    margin-left: 10px;
}

.proTab_zk small svg {
    width: 100%;
    height: 100%;
}

.proTab_zk small svg path {
    fill: #333;
}

.body-mask {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .2);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}

.proTab {
    position: relative;
    background: #fff;
    z-index: 9;
}

.proTabEJ {
    width: 100%;
    padding: 0 6%;
    position: absolute;
    left: 0;
    top: 63px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 15px 15px 0px rgb(0 0 0 / 18%);
    display: none;
}

.proTabEJ_li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
}

.proTabEJ_li b {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #333;
    position: relative;
}

.proTabEJ_li.on b::after {
    content: "\2713";
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: white;
    line-height: 16px;
    background: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media(max-width:1024px) {
    .dwTop{
        display: none;
    }

    .proTab {
        display: flex;
    }
}

@media (max-width: 680px) {
    .proTab i {
        font-size: 18px;
    }
}
.dzCase {
    overflow: hidden;
    /*border-top: 1px solid #dfdfdf;*/
}

.dzCaseItem {
    border-bottom: 1px solid rgba(14, 17, 16, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*.dzCaseItem:nth-child(odd){*/
/*    flex-direction: row-reverse;*/
/*}*/

.dzCaseText {
    width: 45%;
}

.dzCaseText span {
    font-size: 56px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 40px;
}

.dzCaseText p {
    font-size: 18px;
    line-height: 2;
    font-weight: 300;
    color: #888;
    letter-spacing: 1px;
    margin-bottom: 60px;
}

/*  */

.dzCaseImg {
    width: 50%;
    padding-top: 33%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.dzCaseImg img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.conItem_link {
    padding: 15px 20px;
    position: relative;
    z-index: 11;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    transition: all .48s;
    background: #c30d23;
    border-radius: 8px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 -ms-border-radius: 8px;
 -o-border-radius: 8px;
}

.conItem_big {
    color: #fff;
    letter-spacing: 2px;
    font-size: 20px;
    position: relative;
    z-index: 2;
    transition: all .48s;
}

.conItem_link i {
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: relative;
    margin-left: 80px;
}

.conItem_link i svg {
    width: 100%;
    height: 100%;
    fill: #333;
    transition: all .48s;
}

.conItem_link i .i2 {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-150%, 150%);
}

.conItem_link:hover {
    background: #c30d23;
    border-color: #c30d23;
}

.conItem_link:hover .conItem_big {
    color: #fff;
    transform: translateX(15px);
}

.conItem_link:hover svg {
    fill: #fff;
}

.conItem_link:hover i .i2 {
    transform: translate(0, 0);
}

.conItem_link:hover i .i1 {
    transform: translate(150%, -150%);
}
.dzCaseImg1{
    display: none;
}

/*  */

.dzCaseN {
    border-top: none;
}

.dzCaseN .dzCaseItem {
    border-bottom: none;
}

.borderTop {
    border-top: 1px solid #dfdfdf;
}

.abTit {
    font-size: 52px;
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 28px;
    margin-bottom: 38px;

    font-weight: 600;
}

.abTit p{
    font-size: 18px;
    color: #888;
    letter-spacing: 1px;
    margin-top: 20px;
    font-weight: 400;
}

.dzCHzBox {
    display: flex;
    flex-wrap: wrap;
}

.dzCHz_li {
    width: calc(25% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    padding-top: 13%;
    background: #f6f8fa;
    border-radius: 8px;
}

.dzCHz_li:nth-child(4n) {
    margin-right: 0;
}

.dzCHz_li span {
    display: block;
    margin-bottom: 68px;
    font-size: 20px;
    color: #333;
    text-align: left;
    display: none;
}

.dzCHz_li img {
    width: 60%;
    height: 60%;
    object-fit: contain;
    position: absolute;
    left: 20%;
    top: 20%;
}

@media(max-width:1680px) {
    .dzCaseText span {
        font-size: 52px;
    }

    .abTit{
        font-size: 48px;
    }
}

@media(max-width:1480px) {
    .padd {
        padding: 108px 0;
    }

    .dzCaseText span {
        font-size: 46px;
    }

    .conItem_big {
        font-size: 18px;
    }

    .conItem_link i {
        width: 18px;
        height: 18px;
        margin-left: 68px;
    }
}

@media(max-width:1368px) {
    .padd {
        padding: 88px 0;
    }

    .dzCaseText span {
        font-size: 36px;
        margin-bottom: 28px;
    }

    .dzCaseText p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .conItem_big {
        font-size: 16px;
    }

    .conItem_link i {
        width: 16px;
        height: 16px;
        margin-left: 48px;
    }

    .abTit{
        font-size: 42px;
    }
}

@media(max-width:1200px) {
    .dzCaseText span {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .dzCaseText p {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .conItem_big {
        font-size: 14px;
    }

    .conItem_link i {
        width: 14px;
        height: 14px;
        margin-left: 25px;
    }
}

@media(max-width:1024px) {
    .dzCaseText span br{
        display: none;
    }
    .dzCaseImg1{
        display: block;
    }
    .dzCaseImg2{
        display: none;
    }
    .padd {
        padding: 68px 0;
    }

    .dzCaseItem {
        flex-wrap: wrap;
    }

    .dzCaseText {
        width: 100%;
        margin-bottom: 40px;
    }

    .dzCaseImg {
        width: 100%;
        padding-top: 67%;
    }

    .dzCaseN .dzCaseText{
        margin-bottom: 0;
    }
    .dzCaseN .dzCaseImg{
        order: -1;
        margin-bottom: 40px;
    }

    .abTit{
        font-size: 36px;
    }
}

@media(max-width:900px) {
    .abTit{
        font-size: 32px;
    }

    .abTit p{
        font-size: 16px;
    }
}

@media(max-width:680px) {
    .abTit{
        font-size: 28px;
    }
    .abTit p{
        font-size: 14px;
    }

    .padd {
        padding: 48px 0;
    }

    .dzCaseText span {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

/*  */

@media(max-width:1680px) {}

@media(max-width:1480px) {}

@media(max-width:1368px) {
    .dwTop .inner {
        padding: 20px 0;
    }

    .dzCHz_li {
        width: calc(25% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
    }

}

@media(max-width:1200px) {
    .inner {
        width: 90%;
    }
}

@media(max-width:1024px) {

    .dzCHzBox{
        justify-content: space-between;
    }

    .dzCHz_li {
        width: calc(50% - 10px);
        padding-top: 22%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    /* .dzCHz_li:nth-child(4n) {
        margin-right: 20px;
    }

    .dzCHz_li:nth-child(3n) {
        margin-right: 0;
    } */
}

@media(max-width:680px) {
    .dzCHzBox {
        justify-content: space-between;
    }

    .dzCHz_li {
        width: calc(50% - 10px);
        padding-top: 22%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

}
.dzCAb {
    width: 100%;
    overflow: hidden;
}

.dzCAbItem>a {
    display: block;
    border: 1px solid #f0f0f0;
    padding-bottom: 22px;
    position: relative;
    background: #fff;
}

.inC_c_T {
    position: relative;
    width: 100%;
    padding-top: 66%;
    overflow: hidden;
}

.inC_c_T .image {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
    float: left;
}

.inC_c_e {
    display: block;
    padding: 0px 6%;
    text-align: left;
    overflow: hidden;
}

.inC_c_e>h3 {
    display: block;
    padding: 30px 52px 15px 0px;
    margin-bottom: 15px;
    font-size: 22px;
    color: #333333;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inC_c_e>p {
    overflow: hidden;
    padding: 0;
    height: 22px;
    z-index: 1;
    line-height: 22px;
    color: #666666;
    position: relative;
    padding-right: 52px;
    background: url(https://www.kpgynm.com/templates/default/images/w_r.png) no-repeat center right;
    background-size: 44px;
    margin: 0;
}
.conItem_linka:hover img{
    opacity: 1;
}
.conItem_linka img{
    position: absolute;
    top: 57px;
    left: 50%;
    width: 108px;
    margin-left: -54px;
    -webkit-transition: opacity .5s 0.1s;
    transition: opacity .5s 0.1s;opacity: 0;

}
