@charset "utf-8";


.section3 {
    position: relative;
    padding: 80px 0 60px;
    background: url(../images/sect3_bg.jpg) no-repeat center top/100% auto;
    z-index: 3;
}

.section3:after {
    content: "";
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    top: -90px;
    width: 116px;
    height: 90px;
    background: url(../images/s3_tb.png) no-repeat center center;
}

.section3 .ins1406-tit h3 {
    color: #fff;
}

.section3 .ins1406-tit a {
    color: #C0D6F4;
    background: url(../images/ins1406-more1.png) no-repeat right bottom;
}

.sect3 .slick-prev {
    position: absolute;
    left: -50px;
    background: url(../images/s3-l.png) no-repeat center center;
    width: 50px;
    height: 23px;
    cursor: pointer;
}

.sect3 .slick-prev:hover {
    background: url(../images/s3-l1.png) no-repeat center center;
}

.sect3 .slick-next {
    position: absolute;
    right: -50px;
    background: url(../images/s3-r1.png) no-repeat center center;
    width: 50px;
    height: 23px;
}

.sect3 .slick-next:hover {
    position: absolute;
    right: -50px;
    background: url(../images/s3-r.png) no-repeat center center;
    width: 50px;
    height: 23px;
    cursor: pointer;
}

.sect3 ul {
    margin: 0 -21px;
}

.sect3 ul li {
    margin: 0 21px;
    margin-bottom: 20px;
}

.sect3 ul li a {
    display: block;
    transition: all .6s;
}

.sect3 ul li:hover a {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

.sect3 ul li a .scale .imged {
    padding-bottom: 73.846%;
}

.sect3 ul li a .cont {
    position: relative;
    padding: 55px 30px 40px 30px;
    border: 1px solid rgba(178, 178, 178, .4);

    background: #fff;
    background-position: right 20px center;
    transition: all .6s;
}

.sect3 ul li:hover a .cont {

}

.sect3 ul li a .cont .date {
    position: absolute;
    left: -1px;
    top: -36px;
    width: 100px;
    height: 72px;
    color: #fff;
    text-align: center;
    border-radius: 0px 226px 226px 0px;
    background: #004098;
}

.sect3 ul li:hover a .cont .date {
    background: url(../images/s3_date_bg.png) no-repeat center center/100% 100%;
}

.sect3 ul li a .cont .date p {
    padding: 10px 0 5px;
    font-size: 26px;
    font-family: 'sisong';
    line-height: 1;
}

.sect3 ul li a .cont .date span {
    font-size: 14px;
    font-family: 'sisong-normal';
}

.sect3 ul li a .cont h2 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    height: 60px;
    margin: 10px 0;
}

.sect3 ul li a .cont>p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.sect3 ul li a .cont .gd {
    width: 173px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #004098;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 18px;
    color: #004098;
    font-family: 'sisong';
}

.sect3 ul li:hover a .cont .gd {
    background: #F1B564;
    border: 1px solid #F1B564;
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .sect3 ul {
        margin: 0 -10px;
    }

    .section3 .wp {
        width: 85%;
    }

    .sect3 ul li {
        margin: 0 10px;
    }
}

@media screen and (max-width: 1024px) {
    .sect3 .slick-prev {
        left: -25px;
        top: 55%;
    }

    .sect3 .slick-next {
        right: -25px;
        top: 55%;
    }
}


@media screen and (max-width: 768px) {
    .section3:after {
        width: 50px;
        height: 50px;
        background-size: 40px auto;
        background-position: center bottom;
        top: -45px;
    }

    .section3 {
        padding: 20px 0;
    }

    .sect3 .slick-prev {
        left: 0px;
        top: 23%;
    }

    .sect3 .slick-next {
        right: 0px;
        top: 23%;
    }

    .section3 .wp {
        width: 100%;
    }
}

.section4 {
    position: relative;
    padding-bottom: 125px;
}

.section4::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -463px;
    background: url(../images/zt_bg.png) no-repeat center bottom/cover;
}

.sect3 ul li a .cont {
    padding: 40px 15px 15px 15px;
}

.sect4 {
    position: relative;
    z-index: 6;
}

.s4 ul {
    margin: 0 -33px;
}

.s4 ul li {
    margin: 0 33px;
}

.s4 ul li a {
    display: block;
    border-radius: 10px 10px 140px 140px;
    overflow: hidden;
}

.s4 ul li a .imged {
    padding-bottom: 150.18%;
}

@media screen and (max-width:1400px) {
    .s4 ul {
        margin: 0 -15px;
    }

    .s4 ul li {
        margin: 0 15px;
    }
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:768px) {
    .section4 {
        padding-bottom: 65px;
    }
}

@media screen and (max-width:600px) {}