@font-face {
    font-family: 'ysh';
    src: url('../fonts/ysh.ttf')
}

.wrap {
    background: url(../images/gclszt/background.png) 50% 0 no-repeat;
    height: 2824px;
}

.header {
    background: url(../images/gclszt/banner.png) 50% 0 no-repeat;
    height: 575px;
}

.p1 h3,
.p2 h3,
.p4 h3,
.p5 h3 {
    background: url(../images/gclszt/title.png) 50% 0 no-repeat;
    height: 77px;
    text-align: center;
}

.p1 h3 a,
.p2 h3 a,
.p4 h3 a,
.p5 h3 a {
    font-family: 'ysh';
    color: #fff;
    line-height: 72px;
    font-size: 42px;
}

.p1 {
    margin-top: -20px;
}

.p1 .row {
    background: url(../images/gclszt/p1_background.png) 50% 0 no-repeat;
    margin-top: 20px;
    height: 404px;
    margin-left: -35px;
    margin-right: -35px;
    /* background-size: 100%; */
}

.p1 .row img {
    padding: 29px 20px 0 20px;
}

.p1 .p1_top h4 {
    font-weight: bold;
    font-size: 28px;
    color: #830303;
    padding: 20px 0 25px 0;
}

.p1 .p1_top p {
    font-size: 18px;
    color: #5f5f5f;
    padding-bottom: 30px;
    line-height: 30px;
}

.p1 .p1_top {
    display: inline-block;
    border-bottom: 1px dotted #ccc;
    margin: 25px 17px 0 32px;
}

.p1 .p1_bottom h4 {
    font-weight: bold;
    font-size: 28px;
    color: #830303;
    padding: 5px 0 15px 0;
}

.p1 .p1_bottom p {
    font-size: 18px;
    color: #5f5f5f;
    padding-bottom: 35px;
    line-height: 30px;
}

.p1 .p1_bottom {
    display: inline-block;
    margin: 25px 17px 0 32px;
}


/* p2 开始 */

.p2 {
    margin-top: 30px;
    padding-bottom: 0px;
}

.p2 .row {
    background: url(../images/gclszt/p2_background.png) 50% 0 no-repeat;
    margin-top: 20px;
    height: 374px;
    margin-left: -35px;
    margin-right: -35px;
    /* background-size: 100%; */
}

.p2 .row .col-md-12 {
    background: url(../images/gclszt/p2_pic.png) 50% 0 no-repeat;
    height: 318px;
    margin-top: 30px;
}

.p2 .row .col-md-12 h4 {
    font-size: 28px;
    font-weight: bold;
    color: #f3debf;
    text-align: center;
    padding: 40px 0;
}

.p2 .row .col-md-12 .zw {
    color: #fff;
    padding: 0 50px;
    width: 1150px;
    height: 166px;
    line-height: 33px;
    overflow-y: auto;
    margin: 0 auto;
}


/*核心代码*/

.zw::-webkit-scrollbar {
    width: 12px;
}

.zw::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    -webkit-box-shadow: inset 0 0 5px rgba(166, 58, 58, 0.829);
    background: rgba(166, 58, 58, 0.829);
}

.zw::-webkit-scrollbar-track-piece {
    /* //滚动条凹槽的颜色，还可以设置边框属性 */
    background-color: #840a0a;
}


/* p3 开始 */

.p3 {
    padding: 0;
}

.p3 .row {
    background: url(../images/gclszt/p3_background.png) 50% 0 no-repeat;
    margin-top: 39px;
    height: 142px;
    margin-left: -35px;
    margin-right: -35px;
    /* background-size: 100%; */
}


/* p4 开始 */

.p4 {
    margin-top: 40px;
}

.p4 .row {
    background: url(../images/gclszt/p4_background.png) 50% 0 no-repeat;
    margin-top: 20px;
    height: 468px;
    margin-left: -35px;
    margin-right: -35px;
    /* background-size: 100%; */
}

.p4 .col-md-6 {
    padding: 35px 29px 0 50px;
}

.p4 .col-md-6:nth-child(3) p,
.p4 .col-md-6:nth-child(4) p {
    border-bottom: none;
}

.p4 h4 a {
    font-size: 24px;
    color: #830303;
    font-weight: bold;
    text-align: left;
    line-height: 33px;
}

.p4 .col-md-6 p {
    padding-top: 22px;
    padding-bottom: 27px;
    line-height: 25px;
    color: #5f5f5f;
    border-bottom: 1px dotted #ccc;
}


/* p5 开始 */

.p5 {
    margin-top: 40px;
}

.p5 .row {
    margin-top: 23px;
    margin-right: -26px;
    margin-left: -30px;
}

.p5 .row li {
    position: relative;
    display: inline-block;
    padding-right: 0px;
    padding-left: 15px;
}

.p5 .row li a {
    position: relative;
    display: block;
    float: left;
    height: 169px;
    overflow: hidden;
    object-fit: cover;
}

.list-p li a {
    margin: 0;
}

.p5 .row li .filter {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/gclszt/filter.png) 50% 0 no-repeat;
    width: 100%;
    height: 169px;
    transition: all .3s ease;
}

.p5 .row li p {
    text-align: center;
    color: #fff;
    margin-top: 85px;
}

.p5 .row li p:nth-child(2) {
    margin-top: 0;
}

.p5 .row li a:hover img,
.p5 .row li a:hover .filter {
    transform: scale(1.15);
}

.p5 .row li img {
    transition: all .3s ease;
}