﻿body {
    background: #F4F8F8;
}
.txt {
    opacity: 1;
    transform: scale(1);
    animation: enter 1.3s ease forwards;
    -webkit-animation: enter 1.3s ease forwards;
}
#cases {
    position: relative;
    width: 100%;
    height: 672px;
    background: url(../i/cases-banner.png) top center no-repeat;
}
    #cases .case-bg {
        position: absolute;
        top: 0px;
        left: 0px;
        background: url(../i/case-banner-bg.png) top center no-repeat;
        background-size: 100% auto;
        height: 672px;
        width: 100%;
        z-index: 999;
    }
    #cases .case-title {
        width: 100%;
        padding-left: 230px;
        margin: 0 auto;
        padding-top: 200px;
    }
#cases .case-title h2 {
    height: 49px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 49px;
    text-align: left;
    color: #FFFFFF;
}
#cases .case-title p {
    height: 32px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    margin-top: 20px;
}
#cases .case-title .yuyue {
    overflow: hidden;
    zoom: 1;
}
#cases .case-title .yuyue span {
    display: block;
    margin-right: 20px;
    float: left;
    cursor: pointer;
    margin-top: 40px;
}
#cases .case-title .yangshi {
    width: 104px;
    height: 45px;
    background: #165DFF;
    border-radius: 2px;
    line-height: 45px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
}
#cases .case-title .duihua {
    width: 104px;
    height: 45px;
    line-height: 45px;
    background: rgba(255, 255, 255, 0.24);
    border-radius: 2px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
}
#zykh {
    width: 100%;
    background: #F4F8F8;
    padding-bottom: 16px;
    position:relative;
    overflow: hidden;
}
#zykh .zykh-title {
    width: 100%;
    padding-top: 64px;

    position: absolute;
    left: auto;
    right: auto;
    top: 0;
    bottom: auto;
}
#zykh .zykh-title h3 {
    height: 48px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #252B3A;
}
#zykh .zykh-title p {
    height: 22px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #3D485D;
    margin-top:8px;
}
#zykh .area {
    width: 1440px;
    margin: 0 auto;
    position: relative;
}
#zykh .area .area-list {
    width: 853px;
    height: 400px;
    margin-top: 138px;
    margin-left: 75px;
    position: relative;
}
#zykh .area .area-list span {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../i/case-area.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    cursor: pointer;
    z-index: 1000;
}
#zykh span {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../i/case-area.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    cursor: pointer;
    z-index: 1000;
}
#zykh span:hover {
    transform: scale(1.55) rotate(.1deg);
    -webkit-transform: scale(1.55) rotate(.1deg);
    -moz-transform: scale(1.55) rotate(.1deg);
    -ms-transform: scale(1.55) rotate(.1deg);
    -o-transform: scale(1.55) rotate(.1deg);
}


#zykh .kehu {
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    bottom: 0px;
    width: 100%;
}

#zykh .kehu .kehu-con {
    width: 100%;
    margin-top: 64px;
}
#zykh .kehu .kehu-con ul{
    width:3000px;
    display:flex;
    flex-flow:row;
    margin-bottom:24px;
}
#zykh .kehu .kehu-con .ul2 {
    margin-left: 100px;
}
#zykh .kehu .kehu-con ul li{
    width: 178px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 8px;
    cursor:pointer;
    padding:12px;
    margin-right:22px;
    text-align:center;
    line-height:58px;
}
#zykh .kehu .kehu-con ul li img{
    max-height: 40px;
    margin:0 auto;
}
#zykh .kehu .kehu-left,#zykh .kehu .kehu-right{
    width:160px;height:350px;position:absolute;
}
#zykh .kehu .kehu-left{
    left:0px;bottom:3px;background:url(../i/case-kehu-left.png) no-repeat;
}
#zykh .kehu .kehu-right{
    right:0px;bottom:3px;background:url(../i/case-kehu-right.png) no-repeat;
}


#case-art {
    background: url(../i/case-art-bg.png) center center no-repeat; background-size:100% 100%;
}
#case-art .art-tit{
    margin-top:64px;
}
#case-art .art-tit h3 {
    height: 48px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #252B3A;
}
#case-art .art-tit p {
    height: 22px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #3D485D;
    margin-top: 8px;
}
#case-art .art-con{
    width:1440px; margin:0 auto; margin-top:64px;
}
#case-art .art-con ul{
    display:flex;
    flex-flow:row wrap;
    justify-content: space-between;
}
#case-art .art-con ul li {
    box-sizing: border-box;
    width: 453px;
    height: 372px;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    position: relative;
    margin-bottom:40px;
}

#case-art .art-con ul li:hover {
    background: #efefef;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0) 100%);
}

#case-art .art-con ul li img,#case-art .art-con ul li .img,#case-art .art-con ul li .img:hover{
    border-radius: 16px 16px 0px 0px;height:261px;
}
#case-art .art-con ul li h4 {
    height: 28px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #16181A;
    padding: 0px 16px;
    position: absolute;
    bottom: 24px;
    left: 0px;
    text-align: left;
    overflow:hidden;
    text-overflow:ellipsis;
}
#case-art .art-con ul li span {
    position: absolute;
    height: 21px;
    left: 0px;
    bottom: 78px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    color: #A5A5A5;
    padding: 0px 16px;
    display:block;width:100%;
}
#case-art .art-con ul li .car {
    background: url(../i/case-car.png) 16px no-repeat;
}
#case-art .art-con ul li .drug {
    background: url(../i/case-drug.png) 16px no-repeat;
}
#case-art .art-con ul li .elec {
    background: url(../i/case-elec.png) 16px no-repeat;
}

#case-art .art-con-more{
    width:1440px; margin:auto;
    display:flex; flex-direction:row;
    justify-content: space-between;
    padding-bottom:40px;
}
#case-art .art-con-more .l, #case-art .art-con-more .r {
    width: 656px;
    border-bottom: 1px solid #E2E2E2;
    height:9px; overflow:hidden;
}
#case-art .art-con-more .c {
    height: 19px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #A5A5A5;
}


#detail .detail-con {
    display: flex;
    flex-direction:row;
    justify-content: space-between;
}
#detail .detail-con .detail-left {
    width: 1000px;
    min-height: 378px;
    height:auto;
    background: #FFFFFF;
    border-radius: 8px;
}
#detail {
    background: #F4F6FC;
    padding: 40px 0px;
}
#detail .detail-con{
    width:1440px; margin:0 auto;
}
#detail .detail-con .detail-left {
    padding: 40px 40px 0px 40px;
}
#detail .detail-con .detail-left .title {
    margin: 0 auto;
    width: auto;
    min-width: 591px;
}

#detail .detail-con .detail-left .title h1 {
    text-align: left;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #165DFF;
    width:100%;
}

    #detail .detail-con .detail-left .content, #detail .detail-con .detail-left .content p {
        margin-top: 26px;
        line-height: 28px;
        font-family: 'HarmonyOS Sans SC';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 40px;
        color: #252B3A;
    }
#detail .detail-con .detail-left .content img{
   /*  width:100%; */
    margin:0 auto;
}
    #detail .detail-con .detail-left .content ul {
        margin-left: 30px;
    }
    #detail .detail-con .detail-left .content ul li {
        list-style-type: disc;
    }

#detail .detail-con .detail-right {
    width: 400px;
}
#detail .detail-con .detail-right .gzh{
    min-height: 400px;
    background: #FFFFFF;
    border-radius: 8px;
    padding:40px;
    text-align:center;
}
#detail .detail-con .detail-right .gzh h3 {
    height: 48px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #3D485D;
    border-bottom: 1px solid #EFEFEF;
    text-align:left;
    margin-bottom:40px;
}
#detail .detail-con .detail-right .gzh h4 {
    height: 23px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #3D485D;
    text-align:center;
}
#detail .detail-con .detail-right .detail-other {
    /*min-height: 780px;*/
    background: #FFFFFF;
    border-radius: 8px;
    margin-top:40px;
    padding:40px;
    padding-right:20px;
}
#detail .detail-con .detail-right .detail-other h3 {
    height: 48px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #3D485D;
    border-bottom: 1px solid #EFEFEF;
    text-align: left;
}
#detail .detail-con .detail-right .detail-other ul li {
    margin-top:40px;

}
#detail .detail-con .detail-right .detail-other ul li a {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
#detail .detail-con .detail-right .detail-other ul li .oth-img, #detail .detail-con .detail-right .detail-other ul li .oth-img img {
    width: 140px;
    height: 120px;
    background: #FFC7C7;
    border-radius: 4px;
	object-fit:cover;
}
#detail .detail-con .detail-right .detail-other ul li .oth-txt{
    width:180px;
}
    #detail .detail-con .detail-right .detail-other ul li .oth-txt h4 {
        font-family: 'HarmonyOS Sans SC';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 23px;
        color: #252B3A;
        word-wrap: break-word;
        word-break: break-all;
    }
    #detail .detail-con .detail-right .detail-other ul li .oth-txt p {
        height: 46px;
        font-family: 'HarmonyOS Sans SC';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        color: #3D485D;
        text-align: justify;
        margin-top: 8px;
        word-wrap: break-word;
        word-break: break-all;
    }


#zykh .area{
    position: absolute;
    max-width: 1440px;
    width: 100%;
    height: 500px;
    left: 52%;
    top:20%;
    transform:translate(-50%,0);
    display: none;
    z-index:999;
}
#zykh .area .area-con {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 440px;
    height: 500px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(211, 225, 229, 0.25);
    border-radius: 8px;
}
#zykh .area .area-con .con1{

}
#zykh .area .area-con .con1 ul {
    display: flex;
    flex-flow: row;
    height: 56px;
    justify-content: space-between;margin-top:8px;
}
#zykh .area .area-con .con1 ul li{
    display:flex;align-items:center;
}
#zykh .area .area-con .con1 ul li:nth-child(1) {
    width: 112px;
    height: 100%;
    background: url(../i/case-fenbu-logo.png) no-repeat;
    margin-left: 16px;
}
#zykh .area .area-con .con1 ul li:nth-child(2) {
    width: auto;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #252B3A;
    height: 100%;
}
#zykh .area .area-con .con1 ul li:nth-child(3) {
    height: 100%;
    text-align: right;
    width: auto;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #3D485D;
    margin-right: 16px;
}
#zykh .area .area-con .con1 ul li:nth-child(3) img{
    margin-right:6px;
}
#zykh .area .area-con .con2{
    width:408px; margin: 0 auto;
}
#zykh .area .area-con .con2 ul {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    background: #F0F0F0;
    height:40px;line-height:40px;
}
#zykh .area .area-con .con2 ul li {
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #3D485D;
}
#zykh .area .area-con .con2 ul li:nth-child(1){
    width:40%; text-align:left;padding-left:8px;
}
#zykh .area .area-con .con2 ul li:nth-child(2){
    width:22%;
}
#zykh .area .area-con .con2 ul li:nth-child(3){
    width:20%;
}
#zykh .area .area-con .con2 ul li:nth-child(4){
    width:18%;
    text-align:center;
}

#zykh .area .area-con .con3 {
    width: 408px;
    margin: 0 auto;
    height:380px;
}
#zykh .area .area-con .con3 .con3-list ul {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    border: 1px solid #F1F1F1;
    margin-top: 8px;
}
#zykh .area .area-con .con3 .con3-list ul li {
    height: 100%;
    text-align: center;
    overflow:hidden;font-size:14px;
}
#zykh .area .area-con .con3 .con3-list ul li:nth-child(1) {
    width:40%;
    text-align: left;
    padding-left: 8px;
    display: flex;
    align-items:center;

}
#zykh .area .area-con .con3 .con3-list ul li:nth-child(2) {
    width:22%;
}
#zykh .area .area-con .con3 .con3-list ul li:nth-child(3) {
    width:20%;
}
#zykh .area .area-con .con3 .con3-list ul li:nth-child(4) {
    width: 80px;
    text-align: center;
    width: 18%;
}
#zykh .area .area-con{
    z-index:10000;
}
    #zykh .area .area-con .swiper-pagination span {
        display:revert;
        position:revert;
    }
    #zykh .area .area-con .swiper-pagination .swiper-pagination-bullet {
        width: 3px;
        height: 3px;
        margin-left: 10px;
        background: #165DFF;
        display: inline-block;
        cursor:pointer;
       
    }
    #zykh .area .area-con .swiper-pagination .swiper-pagination-bullet-active {
        width: 32px;
        height: 3px;
        background: #165DFF;
        border-radius: 8px;
    }

#zykh .area .area-con .con3 .con3-list ul img{
    width:auto; max-height:32px;
}

#case-art .art-con ul {
    justify-content: flex-start;
}

    #case-art .art-con ul li {
        margin-right: 40px;
    }

        #case-art .art-con ul li:nth-child(3n+3) {
            margin-right: 0px;
        }

@media (max-width: 750px) {
    #cases .case-title {
        width: 100%;
        padding: 2rem;
        margin: 0 auto;
        position: absolute;
        top: 8rem;
    }

        #cases .case-title h2 {
            text-align: center;
        }

        #cases .case-title p {
            text-align: center;
            width: 100%;
        }

        #cases .case-title .yuyue {
            margin: 0 auto;
            margin-top: 1rem;
        }

    #zykh .zykh-title {
        width: 95%;
        margin: 0 auto;
    }

    #zykh {
        background: none;
        height: 48rem;
    }

    #case-art .art-tit {
        width: 90%;
        margin: 0 auto;
    }



    #consul .consul-tit h3 {
        font-size: 2rem;
    }

    #case-art .art-con {
        width: 100%;
    }

        #case-art .art-con ul li {
            width: 95%;
            margin: 0 auto;
            margin-bottom: 24px;
            height: 18rem;
        }

    #zykh span {
        display: none !important;
    }

    #cases {
        background-size: auto !important;
    }
    #bg-img {
        width: 100% !important;
        margin: 0px auto auto 0px !important;
    }
    #zykh .zykh-title{
        position:relative;
    }
    #zykh .zykh-title p{
        line-height:30px;
    }
    #case-art .art-con{
        width:95%; margin:0 auto;
        margin-top:48px;
    }

    #case-art .art-con ul li{
        margin-right:0px;
        width:49%;
        margin:0px;
        margin-bottom:24px;
    }
    #case-art .art-tit {
        margin-top: 32px;
        width: 95%;
        line-height: 30px;
    }
    #case-art .art-con ul li .img{
        height:10rem;
    }
    #cases{
        height:372px;
    }
    #cases .case-bg{
        background-size: 100% 100%;height:372px;z-index:99;
    }
    #case-art .art-con ul{
        justify-content:space-between;
    }
    #case-art .art-con ul li h4{
        font-size:1.3rem;
    }
    #case-art .art-con ul li span {
        bottom: 5rem;
        background-size: 5rem !important;
        font-size: 1.1rem;
    }
    #detail .detail-con {
        width: 100%;
        flex-flow: column;
    }

        #detail .detail-con .detail-left {
        }

        #detail .detail-con .detail-left, #detail .detail-con .detail-right {
            padding: 0px;
            width: 100%;
            margin: 0 auto;
        }

        #detail .detail-con .detail-right {
            margin-top: 3.2rem;
        }

        #detail .detail-con .detail-left .title h1 {
            font-size: 2rem;
            padding: 2rem;
            line-height: 3rem;
            text-align: center;
        }

        #detail .detail-con .detail-left .title .title1 {
            width: 90%;
            margin: 0 auto;
        }

        #detail .detail-con .detail-left .content {
            width: 90%;
            margin: 0 auto;
            text-align: justify;
            font-size: 1.2rem;
        }

            #detail .detail-con .detail-left .content, #detail .detail-con .detail-left .content p {
                font-size: 1.2rem;
            }

        #detail .detail-con .detail-left .pre-next {
            width: 90%;
            margin: 80px auto;
        }

            #detail .detail-con .detail-left .pre-next a {
                line-height: 2rem;
                font-size: 1.2rem;
            }

        #detail .detail-con .detail-left .title {
            min-width: auto;
        }

            #detail .detail-con .detail-left .title .title1 span {
                font-size: 1.2rem;
            }

    #original {
        background-size: auto !important;
    }

    #tuijian .swiper-pagination span {
        width: 14%;
    }

    #tuijian .swiper-pagination {
        width: 96%;
        margin: 0 auto;
    }

    #original {
        height: 372px;
    }

    #orig-art .art-con ul li {
        margin-right: 0px;
    }

    #orig-art .art-con ul {
        justify-content: space-between;
    }

    #orig-cla .orig-cla-con {
        width: 95%;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 24px;
    }

        #orig-cla .orig-cla-con .btn {
            width: 49%;
            margin-right: 0px;
        }

        #orig-cla .orig-cla-con .orig-sear {
            width: 100%;
            margin-top: 24px;
        }

    #tuijian .tuijian-list {
        margin-top: 24px;
    }

    #original .title p {
        margin-top: 16px !important;
        width: 100%;
        font-size: 1.5rem;
        line-height: 2.3rem;
        margin: 0 auto;
    }

    #orig-cla .orig-cla-con .orig-sear .orig-input {
        width: 72%
    }

    #detail .detail-con .detail-left .title .title1 .zz {
        margin-right: 0px;
    }

    #detail .detail-con .detail-left .title .title1 .hits img {
        height: 12px;
        margin-right: 3px;
        margin-top: 2px;
    }

    #detail .detail-con .detail-left .title .title1 .hits {
        margin-right: 0px;
    }
    #case-art .art-con ul li img, #case-art .art-con ul li .img, #case-art .art-con ul li .img:hover {
        height: 10rem;
        border-radius: 16px 16px 0px 0px;
    }
    #detail .detail-con .detail-right .detail-other ul li .oth-txt h4 {
        font-size: 1.3rem;
    }

    #detail .detail-con .detail-right .detail-other ul li .oth-txt p {
        font-size: 1.1rem;
    }
}
