.pic_bl {
    width: 1200px;
    overflow: hidden;
    position: relative;
    height: 460px;
    margin: 0 auto;
}

.pic_bl ul {
    position: absolute;
    left: 0;
    top: 0;
}

.pic_bl ul li {
    float: left;
    border: 1px solid #c6c5c5;
    margin-right: 25px;
}

.pic_bl ul li a {
    display: block;
}

.pic_bl ul li img {
    height: 100%;
    display: block;
}
.section1 {
    position: relative;
}
.pic_bl .pic_l,.section1 .pic_l,.button .pic_l {
    display: block;
    position: absolute;
    left: 39px;
    top: calc(50% - 20px);
    background: url("nsbddzxyqqmts10zn-202411-arrowleft.png") no-repeat;
    width: 16px;
    height: 41px;
    /* margin-top: -38px; */
    cursor: pointer;
}

.pic_bl .pic_r,.section1 .pic_r,.button .pic_r {
    display: block;
    position: absolute;
    right: 39px;
    top: calc(50% - 20px);
    background: url("nsbddzxyqqmts10zn-202411-arrowright.png") no-repeat;
    width: 16px;
    height: 41px;
    /* margin-top: -38px; */
    cursor: pointer;
}

.pic_bg {
    width: 10px;
    height: 278px;
    background: #cde7f3;
    position: absolute;
    right: 0;
    top: 0;
}