@import url("./public.css");
@import url("./header.css");
@import url("./footer.css");

.banner {
    background: url(../images/banner2.png) no-repeat center;
}

.row1 {
    position: relative;
    padding: 190px 0 216px;
    background: url(../images/jtdt_bg.png) no-repeat top center;
}

.jtdt {
    margin-top: 88px;
}

.row1 .caption p {
    color: #E3EAE3;
}

.jtdt ul li {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    width: calc((100% - 28px) / 2);
    height: 292px;
    background: #fff;
}

.img-box {
    width: 288px;
    height: 207px;
}

.dt-con {
    position: relative;
    width: calc(100% - 312px);
}

.dt-con::after {
    content: "NEW";
    position: absolute;
    bottom: -30px;
    left: 0;
    font-size: 58px;
    font-weight: bold;
    color: #FBFBFB;
}

.dt-con.noImg {
    width: 100%;
}

.dt-con h3 {
    margin-bottom: 16px;
    font-size: 30px;
    font-weight: bold;
}

.dt-con .h4 {
    height: 52px;
    font-size: 20px;
    font-weight: bold;
    -webkit-line-clamp: 2;
    transition: all .3s ease;
}

.dt-con .h4:hover {
    color: #498432;
    transition: all .3s ease;
}

.dt-con p {
    margin: 18px 0 16px;
    height: 50px;
    font-size: 16px;
    line-height: 25px;
    color: #9E9E9E;
    text-indent: 2em;
    -webkit-line-clamp: 2;
}

.dt-con .ckgd {
    float: right;
    display: block;
    width: 70px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #498432;
    background: url(../images/xwdt_jt.png) no-repeat left bottom;
    background-size: 90%;
}

.swiper-button-next,
.swiper-button-prev {
    top: auto;
    bottom: 103px;
}

.swiper-button-prev {
    left: 48%;
    background: url(../images/xsgs_jt_fl.png) no-repeat center;
}

.swiper-button-next {
    left: 52%;
    background: url(../images/xsgs_jt_fr.png) no-repeat center;
}

.row2 {
    padding: 131px 0 71px;
    background: url(../images/hyzx_bg.png) no-repeat center;
}

.row2 .caption h3,
.row2 .caption span {
    color: #FFF;
}

.row2 .caption p {
    color: rgba(161, 205, 143, 0.16);
}

.row2 .caption .more {
    color: #fff;
}

.hyzx {
    margin: 82px 0 0;
}

.hyzx-fl {
    box-sizing: border-box;
    padding: 18px;
    width: 34.5%;
    height: 420px;
    background: #fff;
}

.hyzx-fl .pic {
    height: 256px;
}

.hyzx-fl .text {
    margin-top: 28px;
    height: auto;
}

.hyzx-fl .title {
    width: calc(100% - 112px);
}

.hyzx-fl .date {
    font-size: 24px;
    font-weight: bold;
}

.hyzx-fl .date::after {
    content: '';
    margin: 0 20px 0 12px;
    display: inline-block;
    width: 2px;
    height: 80px;
    background: #D8D8D8;
}

.hyzx-fl:hover h3 {
    color: #498432;
}

.hyzx-fl h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}

.hyzx-fl p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    -webkit-line-clamp: 2;
}

.hyzx-fr {
    width: 63.44%;
}

.hyzx-fr ul {
    flex-wrap: wrap;
}

.hyzx-fr li {
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 40px;
    width: calc((100% - 30px) / 2);
    height: 190px;
    background: #fff;
}

.hyzx-fr li:nth-child(3),
.hyzx-fr li:nth-child(4) {
    margin-bottom: 0;
}

.hyzx-fr li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hyzx-fr .date {
    font-size: 26px;
    font-weight: bold;
}

.hyzx-fr .date::after {
    content: '';
    margin: 0 20px 0 12px;
    display: inline-block;
    width: 2px;
    height: 80px;
    background: #D8D8D8;
}

.hyzx-fr .title {
    width: calc(100% - 112px);
}

.hyzx-fr .title h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.hyzx-fr .title p {
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    -webkit-line-clamp: 2;
}

.hyzx-fr li:hover h3 {
    color: #498432;
}

.row3 {
    padding: 112px 0;
    background: #fff;
}

.row3 ul {
    margin-top: 80px;
}

.row3 ul li {
    width: calc((100% - 120px) / 3);
    height: 337px;
    background: #F8F8F8;
}

.row3 ul li .pic {
    height: 275px;
}

.row3 ul li h3 {
    box-sizing: border-box;
    padding: 0 10px;
    height: 61px;
    line-height: 61px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s ease;
}

.row3 ul li:hover h3 {
    color: #498432;
    transition: all .3s ease;
}

@media only screen and (max-width: 1200px) {
    .dt-con::after {
        display: none;
    }

    .row1 {
        padding: 40px 0 100px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        bottom: 30px;
    }

    .row2,
    .row3 {
        padding: 40px 0;
    }

    .row3 ul li {
        width: calc((100% - 40px) / 3);
    }
}

@media only screen and (max-width: 996px) {
    .caption p {
        font-size: 36px;
    }

    .jtdt ul li {
        width: 100%;
    }

    .jtdt ul li:nth-child(2) {
        display: none;
    }

    .hyzx {
        flex-wrap: wrap;
        margin: 40px 0 0;
    }

    .hyzx-fl {
        width: 100%;
        height: auto;
    }

    .hyzx-fl .pic {
        height: 330px;
    }

    .hyzx-fr {
        display: none;
    }

    .row3 ul,
    .jtdt {
        margin-top: 40px;
    }

    .row3 ul li {
        width: calc((100% - 20px) / 2);
    }

    .row3 ul li:nth-child(3) {
        display: none;
    }
}

@media only screen and (max-width: 768px) {

    .swiper-button-next,
    .swiper-button-prev {
        background-size: 30px;
    }

    .swiper-button-next {
        left: 55%;
    }

    .swiper-button-prev {
        left: 45%;
    }

    .jtdt ul li {
        padding: 20px;
        flex-wrap: wrap;
        height: auto;
    }

    .dt-con {
        margin-top: 20px;
        width: 100%;
    }

    .img-box {
        width: 100%;
        height: 428px;
    }

    .dt-con .h4 {
        height: auto;
        font-size: 28px;
    }

    .dt-con p {
        font-size: 24px;
        height: auto;
        line-height: 40px;
    }

    .dt-con .ckgd {
        width: 100px;
        height: 50px;
        font-size: 24px;
    }

    .hyzx-fl .pic {
        height: 350px;
    }

    .hyzx-fl h3 {
        font-size: 28px;
    }

    .hyzx-fl p {
        height: auto;
        font-size: 24px;
        line-height: 40px;
    }

    .hyzx-fl .date {
        font-size: 28px;
    }

    .hyzx-fl .title {
        width: calc(100% - 130px);
    }

    .hyzx-fl .date::after {
        height: 120px;
    }

    .row3 ul li {
        width: 100%;
        height: auto;
    }

    .row3 ul li:nth-child(2) {
        display: none;
    }

    .row3 ul li .pic {
        height: 428px;
    }

    .row3 ul li h3 {
        font-size: 28px;
        height: 80px;
        line-height: 80px;
    }

    .more {
        font-size: 24px;
    }

    .more i {
        font-size: 30px;
    }
}