﻿.holder {
    margin: 15px 0
}

.holder a {
    font-size: 16px;
    cursor: pointer;
    margin: 0 5px;
    color: #333
}

.holder a:hover {
    background-color: #222;
    color: #fff
}

.holder a.jp-previous {
    margin-right: 15px
}

.holder a.jp-next {
    margin-left: 15px;
    font-size: 16px;
}

.holder a.jp-current,
a.jp-current:hover {
    color: #ff4242;
    font-weight: 700
}

.holder a.jp-disabled,
a.jp-disabled:hover {
    color: #bbb
}

.holder a.jp-current,
a.jp-current:hover,
.holder a.jp-disabled,
a.jp-disabled:hover {
    cursor: default;
    background: 0 0;
    font-size: 16px;
}

.holder span {
    margin: 0 5px
}
.index-caseList{
    padding-top: 60px;
}
.index-caseList .jq22 .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.index-message{
    background-color: #ebebeb;
}
.index-message .index-message-text p.index-message-t{color:#666666;}
.index-message-text a{color:#fff;background:#ff8120;padding: 6px 20px;display: inline-block;margin-top:20px;}
.index-caseList .jq22 .more{text-align: center;padding: 10px 0 60px;}
.index-caseList .jq22 .more a{
        display: block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #bebfbf;
    color: #666;
    text-align: center;
    margin: 0 auto;
    transition: all 0.3s;
}
.index-caseList .jq22 .more a:hover {
    border-color: #ff6600;
    background-color: #ff6600;
    color: #fff;
}
.index-caseList.content1 .cont{display:none;}
.index-caseList.content1 .cont.active{display:block;}
.pr_caseList_box .category ul li{float: left;
    position: absolute;
    width: 19.8%;
    height: 49.6%;
}
.pr_caseList_box .category ul li img{
    width: 100%;
    height: 100%;
}
.pr_caseList_box .category ul li dd{
    position: absolute;
    bottom: 25px;
    left:25px;
    font-size: 24px;
    color: #f47c20;
}
.pr_caseList_box .category ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.pr_box_01{
    width:19.8%;
}
.pr_box_02{
    width:59.8%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.pr_box_03{
    width:19.8%;
}
.pr_box_02 li{width:33%;}
.pr_box_02 li img{width:100%;}
.pr_caseList_box{background:#c9caca;padding-bottom:3px;}
.pr_box_03 li img,.pr_box_01 li img{width:100%;}
.pr_caseList_box .category ul li.active:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background:#ff8120;
}
.pr_caseList_box .category ul li.active dd{color:#000;z-index: 9;font-weight: 500;}
.pr_caseList_box .category ul li:nth-child(1){position: inherit;height:100%;}
.pr_caseList_box .category ul li:nth-child(2){left:20.1%;top:0;}
.pr_caseList_box .category ul li:nth-child(3){left:40.1%;top:0;}
.pr_caseList_box .category ul li:nth-child(4){left:60.1%;top:0;}
.pr_caseList_box .category ul li:nth-child(5){left:20.1%;bottom:0;}
.pr_caseList_box .category ul li:nth-child(6){left:40.1%;bottom:0;}
.pr_caseList_box .category ul li:nth-child(7){left:60.1%;bottom:0;}
.pr_caseList_box .category ul li:nth-child(8){right:0%;bottom:0;height:100%;}
@media (max-width: 480px) {
.pr_caseList_box .category ul li dd{font-size:15px !important; bottom:10px;left:10px;}
.pr_caseList_box .category ul li{width: 24.5% !important;;position: relative !important;height: 150px !important;left:auto !important;margin-bottom:3px;}
}