.sjzys{padding: .65rem 0 .65rem 0;}
.deputy{padding-top: .3rem;}
.bt {
    position: relative;
    margin-bottom: 15px;
}

.bt span {
    position: relative;
    font-size: 24px;
    color: #bd1111;
    font-family: "heavy";
    font-style: italic;
    padding-right: 100px;
    padding-left: 25px;
    background: url(../images/s-bt-icon.png) no-repeat left center;
}

.bt span::before {
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    width: 91px;
    height: 6px;
    background: url(../images/bt-xx.png) no-repeat right center;
}

.bt span::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 91px;
    height: 6px;
    background: url(../images/bt-xx.png) no-repeat bottom center;
}

.slick-prev {
    bottom: 0;
    top: auto;
    transform: none;
    left: 43%;
    width: 74px;
    height: 74px;
    background: url(../images/style-l.png) no-repeat center center;
}

.slick-next {
    bottom: 0;
    top: auto;
    transform: none;
    width: 74px;
    height: 74px;
    right: 43%;
    background: url(../images/style-r.png) no-repeat center center;
}

.slick-prev:hover {
    background: url(../images/style-l-other.png) no-repeat center center;
}

.slick-next:hover {
    background: url(../images/style-r-other.png) no-repeat center center;
}

.dp-top {
    margin-left: -135px;
    margin-right: -135px;
    background: url(../images/ruler.png) no-repeat center 82%;
}

.dp-top ul li {
    transition: all .6s;
}

.dp-top ul li a {
    position: relative;
    display: block;
    padding-top: 320px;
    padding-bottom: 25px;
}

.dp-top ul li.one a {
    background: url(../images/one-dd.png) no-repeat center bottom;
}

.dp-top ul li.two a {
    background: url(../images/two-dd.png) no-repeat center bottom;
}

.dp-top ul li.three a {
    background: url(../images/three-dd.png) no-repeat center bottom;
}

.dp-top ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 130px;
    width: 5px;
    background-color: #007fe1;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.dp-top ul li a .tb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    transition: all .6s;
}

.dp-top ul li.one a .tb {
    top: 140px;
    width: 99px;
    height: 116px;
    background: url(../images/one-bg.png) no-repeat center center;
    padding-top: 25px;
}

.dp-top ul li.one:hover a .tb {
    top: 130px;
}

.dp-top ul li.two a .tb {
    top: 45px;
    width: 175px;
    height: 205px;
    background: url(../images/two-bg.png) no-repeat center center;
    padding-top: 45px;
}

.dp-top ul li.two:hover a .tb {
    top: 35px;
}

.dp-top ul li.three a .tb {
    top: 110px;
    width: 116px;
    height: 136px;
    background: url(../images/three-bg.png) no-repeat center center;
    padding-top: 30px;
}

.dp-top ul li.three:hover a .tb {
    top: 100px;
}

.dp-top ul li a .tb p {
    color: #fff;
}

.dp-top ul li.one a .tb p {
    /* font-size: 14px; */
    font-size: 24px;
z-index: 99999;
    position: absolute;
    font-size: 24px;
    bottom: -130px;
    left:-5px;
color:#113ba7;
}

.dp-top ul li.two a .tb p {
    font-size: 24px;
z-index: 99999;
    position: absolute;
    font-size: 24px;
    bottom: -136px;
    left: 35px;
color:#113ba7;
}

.dp-top ul li.three a .tb p {
    font-size: 24px;
z-index: 99999;
    position: absolute;
    font-size: 24px;
    bottom: -140px;
    left: 5px;
color:#113ba7;
}

.dp-top ul li a .tb span {
    display: inline-block;
    color: #fff;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dp-top ul li.one a .tb span {
    font-size: 12px;
    line-height: 16px;
}

.dp-top ul li.two a .tb span {
    font-size: 16px;
    line-height: 22px;
}

.dp-top ul li.three a .tb span {
    font-size: 14px;
    line-height: 18px;
}

.dp-top .slick-prev {
    left: 0;
    bottom: 38px;
    background: url(../images/dp-l.png) no-repeat center center;
}

.dp-top .slick-next {
    right: 0;
    bottom:38px;
    background: url(../images/dp-r.png) no-repeat center center;
}

.dp-bottom {
    padding: 0 135px;
    margin-top: 30px;
}

.dp-bottom ul li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.dp-bottom ul li a .text {
    position: relative;
    width: 90%;
    padding: 40px 190px 30px 50px;
    margin-top: 65px;
    margin-bottom: 30px;
    box-sizing: border-box;
    background-image: -webkit-linear-gradient(to right, #5fa0f2, rgba(186, 148, 110, .1));
    background-image: #0159c7;
    background-image: linear-gradient(to right, #5fa0f2, rgba(186, 148, 110, .1));
}

.dp-bottom ul li a .tp {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 1px solid #0159c7;
   /* padding: 15px; */
    box-sizing: border-box;
 overflow: hidden;
}

.dp-bottom ul li a .tp img {
    display: block;
    width: 135%;
   /* height: 100%;
border-radius: 50%; */
   object-fit: cover;
    /* margin: 10px; */
    margin-left: -16%;

}

.dp-bottom ul li a .text p {
    line-height: 24px;
    font-size: 16px;
    color: #5a2d20;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dp-bottom ul li a .text .bt {
    position: absolute;
    left: 0;
    top: -25px;
    background-color: #0159c7;
    padding: 15px 30px 15px 30px;
}

.dp-bottom ul li a .text .bt span {
    color: #fff;
}

.dp-bottom ul li a .text .bt span::before {
    background: url(../images/bt-xx-other.png) no-repeat right center;
}

.dp-bottom ul li a .text .bt span::after {
    background: url(../images/bt-xx-other.png) no-repeat right center;
}


@media screen and (max-width: 1700px) {
    .dp-top {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1200px) {
    .slick-prev {
        left: 40%;
    }
    .slick-next {
        right: 40%;
    }

    .dp-bottom {
        padding: 0;
    }

    .dp-bottom {
        padding: 15px 0;
    }
}

@media screen and (max-width:760px) {

    .dp-top ul li.two a .tb {
        background-size: 145px auto;
    }
    .slick-prev {
        width: 35px;
        background-size: 35px auto;
    }
    .slick-prev:hover {
        background-size: 35px auto;
    }
    .slick-next {
        width: 35px;
        background-size: 35px auto;
    }
    .slick-next:hover {
        background-size: 35px auto;
    }
    .dp-top .slick-prev {
        background-size: 35px auto;
    }
    .dp-top .slick-next {
        background-size: 35px auto;
    }
    .dp-bottom ul li a .tp {
        width: 100px;
        height: 100px;
        padding: 5px;
    }
    .dp-bottom ul li a .text {
        width: 80%;
        padding: 40px 50px 30px 20px;
    }

    .dp-bottom ul li a .tp {
        top: 95px;
    }

}
