.mainCases {
    background-color: #F6F6F6;
}

.mainCases .contents-company01 {
    background: none;
    display: block;
    margin-top: 6%;
    height: auto;
    overflow: hidden;
}

.mainCases .contents-company01::before {
    display: none;
}

.mainCases h1 {
    text-shadow: none;
    color: #333;
    padding-top: 6%;
}

.mainCases h1 span {
    display: block;
    margin: 1% 0 !important;
}

.cases-nav {
    text-align: center;
    margin-top: 2%;
}

.cases-nav li {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 0 8px;
}

.cases-nav li a {
    display: block;
    color: #fff;
    padding: 10px 23px;
    background: #2223ac;
    border-radius: 6px;
}

.cases-nav li a img {
    display: inline-block;
    width: 10px;
    margin-right: 8px;
}

.contents-cases {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.contents-cases h2 {
    margin-top: 5%;
    font-size: 30px;
    font-weight: normal;
    color: #2223ac;
    margin-bottom: 2%;
}

.contents-cases h2 p {
    font-size: 20px;
    font-weight: bold;
}

.contents-cases h2 p span {
    font-size: 16px;
    margin-left: 5px;
}

.contents-cases .cases-lists {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contents-cases .cases-item {
    width: 94%;
    margin: 0 2% 6% 2%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    padding: 7% 0;
    border-left: 4px solid #2223ac;
    box-shadow: 3px 5px 6px 1px rgba(0, 0, 0, .1);
}

.contents-cases .cases-item .cases-item-l {
    width: 40%;
}

.contents-cases .cases-item .cases-item-l img {}

.contents-cases .cases-item .cases-item-r {
    width: 50%;
}

.contents-cases .cases-item .cases-item-r .item-subtit {
    margin-bottom: 3%;
}

.contents-cases .cases-item .cases-item-r h3 {
    font-size: 24px;
}

.contents-cases .cases-item .cases-item-r h3 span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 2px;
}

.contents-cases .cases-item .cases-item-r .item-area {
    font-size: 16px;
}

.contents-cases .cases-item .cases-item-r .item-price {
    font-size: 20px;
    margin: 2% 0;
}

.contents-cases .cases-item .cases-item-r .item-button {}

.contents-cases .cases-item .cases-item-r .item-button a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 4% 0;
    width: 90%;
    background: #2223ac;
    border-radius: 5px;
    margin-top: 7%;
}

.contents-cases .cases-item .cases-item-r .item-button a img {
    width: 13px;
    display: inline-block;
    margin-left: 8%;
}

.mainCases a:hover,
.item-button a:hover {
    background: #3a3a3a !important;
    opacity: 1;
}

.contents-cases:last-child {
    padding-bottom: 5%;
}


.casesPage {
    position: relative;
    padding-bottom: 6%;
}

.casesPage section {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.casesPage .item-subtit {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 6%;
}

.casesPage h1 {
    margin-top: 1%;
    padding-top: 0;
    font-size: 40px;
}

.casesPage .item-price {
    text-align: center;
    font-size: 40px;
    color: #333;
    margin: 1% 0;
}

.casesPage .item-price span {
    font-size: 20px;
}

.casesPage .caseItem {
    margin-top: 3%;
}

.casesPage .caseItem .view {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.casesPage .caseItem .view .swiper-container {
    height: 100%;
    position: relative;
    z-index: 2;
}

.casesPage .caseItem .view .swiper-slide {
    text-align: center;
    /*    background-color: #fff;*/
}

.casesPage .caseItem .view .arrow-left,
.casesPage .caseItem .view .arrow-right {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    z-index: 5;
    cursor: pointer;
}

.casesPage .caseItem .view .arrow-left {
    left: 0;
}

.casesPage .caseItem .view .arrow-right {
    right: 0;
}

.casesPage .caseItem .view .arrow-left img,
.casesPage .caseItem .view .arrow-right img {
    width: 18px;
}

.casesPage .caseItem .item-button {
    width: 180px;
    margin: 3% auto;
}

.casesPage .caseItem .item-button a {
    display: block;
    background-color: #3446E8;
    border-radius: 6px;
    padding: 10px 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.casesPage .caseItem .item-button img {
    width: 14px;
}

.casesPage .jqzoom {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
}

.casesPage .jqzoom-view {
    width: 80%;
    margin: 12% auto 0 auto;
    height: 70%;
    overflow: hidden;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
}

.casesPage .jqzoom-view .swiper-container {
    padding: 2%;
    height: 100%;
    z-index: 3;
}

.casesPage .jqzoom-view .swiper-slide {
    text-align: center;
}

.casesPage .jqzoom-view img {
    height: 100%;
}

.casesPage .jqzoom-view .jqzoom-left {
    position: absolute;
    left: 3%;
    top: 50%;
    width: 22px;
    z-index: 8;
    cursor: pointer;
}

.casesPage .jqzoom-view .jqzoom-left img {}

.casesPage .jqzoom-view .jqzoom-right {
    position: absolute;
    right: 3%;
    top: 50%;
    width: 22px;
    z-index: 8;
    cursor: pointer;
}

.casesPage .jqzoom-view .jqzoom-close {
    position: absolute;
    top: 2%;
    right: 2%;
    width: 30px;
    z-index: 5;
    cursor: pointer;
}

.casesPage .jqzoom-view .jqzoom-right img {}

.casesPage .caseItem-info {}

.casesPage .caseItem-info h2 {
    font-size: 28px;
    color: #3446E8;
    text-align: center;
    font-weight: normal;
}

.casesPage .caseItem-info iframe {}

.casesPage .caseItem-info .info {
    background: #fff;
    border-left: 2px solid #3446E8;
    padding: 3% 5%;
    margin-top: 3%;
}

.casesPage .caseItem-info .info h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 2%;
}

.casesPage .caseItem-info .info p {
    font-size: 16px;
}

.casesPage .caseItem-detail {
    margin-top: 5%;
}

.casesPage .caseItem-detail h2 {
    font-size: 28px;
    color: #3446E8;
    text-align: center;
    font-weight: normal;
    margin-bottom: 3%;
}

.casesPage .caseItem-detail h2 span {
    font-size: 16px;
    display: block;
    color: #333;
}

.casesPage .caseItem-detail table {}

.casesPage .caseItem-detail table tr {
    font-size: 16px;
}

.casesPage .caseItem-detail table tr th {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border: none;
    margin-bottom: 2%;
}

.casesPage .caseItem-detail table tr th::after {
    display: none;
}

.casesPage .caseItem-detail table tr td {
    border: none;
    padding: 0 1em 0 1em;
}

.casesPage .caseItem-detail .detail-button,
.caselist-button {
    width: 90%;
    margin: 5% auto 0 auto;
    max-width: 450px;
}

.casesPage .caseItem-detail .detail-button a,
.caselist-button a {
    display: block;
    background-color: #3446E8;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 16px 0;
    border-radius: 6px;
    font-weight: bold;
}

.casesPage .caseItem-detail .detail-button img {}

.casesPage .caseItem .swiper-slide img {
    height: 100%;
    width: auto !important;
}

.casesPage .caseItem .preview {
    height: 150px;
    overflow: hidden;
    margin-top: 2%;
}

.casesPage .caseItem .preview .swiper-container {
    height: 100%;
}

.casesPage .caseItem .preview .swiper-slide {
    /*    background-color: #fff;*/
    text-align: center;
}

.recommend .contents-cases h2 {
    margin-top: 0;
    text-align: center;
}

.recommend {
    padding-bottom: 6%;
}

.recommend .caselist-button {
    margin-top: 3%;
}

@media screen and (max-width: 767px) {
    .mainCases .contents-company01 {
        margin-top: 62px;
        padding: 0;
    }

    .cases-nav {
        margin-top: 6%;
    }

    .contents-cases {
        padding: 0 2%;
    }

    .contents-cases .cases-item .cases-item-r h3 {
        line-height: 24px;
        margin: 6% 0;
    }

    .cases-nav li {
        width: calc(95% / 2 - 16px);
        display: inline-block;
    }

    .cases-nav li a {
        font-size: 15px;
        padding: 8px;
    }

    .contents-cases .cases-lists {
        grid-template-columns: repeat(1, 1fr);
    }

    .contents-cases .cases-item {
        display: block;
    }

    .contents-cases .cases-item .cases-item-l,
    .contents-cases .cases-item .cases-item-r {
        width: 90%;
        margin: 0 auto;
    }

    .contents-cases .cases-item .cases-item-r {
        margin-top: 6%;
    }

    .contents-cases .cases-item .cases-item-r .item-button a {
        font-size: 14px;
        padding: 3% 0;
        width: 100%;
    }

    .contents-cases .cases-item .cases-item-r .item-button a img,
    .casesPage .caseItem .item-button img {
        width: 10px;
    }

    .casesPage h1,
    .casesPage .item-price {
        font-size: 30px;
    }

    .casesPage .item-price span,
    .casesPage .caseItem-detail .detail-button a,
    .caselist-button a,
    .casesPage .caseItem .item-button a,
    .contents-cases .cases-item .cases-item-r .item-area {
        font-size: 14px;
    }

    .casesPage .caseItem .view {
        height: 220px;
    }

    .casesPage .caseItem .preview {
        height: 76px;
        width: 96%;
    }

    .casesPage .caseItem-detail table tbody,
    .casesPage .caseItem-detail table tr.firstRow,
    .casesPage .caseItem-detail table tr.firstRow th,
    .casesPage .caseItem-detail table tr.firstRow td{
        display: block;
        width: 100%;
        margin-bottom: 2%;
    }

    .casesPage .caseItem-detail table tr{
        display: block;
        font-size: 15px;
    }
    .casesPage .caseItem-detail table tr th,
    .casesPage .caseItem-detail table tr td{
        width: 50%;
        display: inline-block;
    }
}