.banner {
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide img:hover {
    transform: scale(1.1);
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 55px;
    height: 55px;
    top: auto;
    bottom: 7%;
}

.banner .swiper-button-prev {
    background: url(../images/prev.png) no-repeat;
    left: 13%;
}

.banner .swiper-button-next {
    background: url(../images/next.png) no-repeat;
    left: 18%;
    right: auto;
}

.pagination {
    display: flex;
    align-items: center;
    position: absolute;
    right: 20%;
    bottom: 8%;
    z-index: 2;
    color: #fff;
}

.swiper-num .active {
    display: inline-block;
    color: #ff9d29;
    font-weight: bold;
}

.swiper-num span {
    font-size: 24px;
}

.swiper-num .total {
    display: inline-block;
    font-size: 16px;
    color: #fff;
}
.banner .swiper-pagination{
    position: relative;
    margin-left: 30px;
}

.banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    margin-right: 40px;
    opacity: 1;
}


.banner .swiper-pagination-bullet-active {
    width: 45px;
    height: 25px;
    border-radius: 0;
    background: url(../images/pagination-bg.png) no-repeat;
}

.dzyw,
.tzgg,
.rmfw,
.zbjs {
    padding: 80px 0;
}

.dzyw {
    background: url(../images/dzywbg.png) no-repeat;
    background-size: cover;
}

.titbox {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titbox h1 {
    font-size: 32px;
    font-family: "Microsoft YaHei";
    color: rgb(65, 144, 56);
    font-weight: bold;
}

.titbox i {
    color: #333;
}

.titbox b {
    color: #ccc;
}

.titbox span {
    font-size: 24px;
    color: #ccc;
    text-transform: uppercase;
    vertical-align: middle;
}

.titbox .more a {
    padding-right: 35px;
    background: url(../images/morebg.png) right center no-repeat;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(254, 165, 0);
    text-transform: uppercase;
}

.news-swi {
    width: 59%;
    height: 520px;
    border-radius: 20px;
    overflow: hidden;
}

.news-items {
    width: 37.4%;
}

.mySwiper2 .swiper-pagination-bullet {
    margin: 0 10px !important;
    background-color: #fff;
    opacity: 1;
}

.mySwiper2 .swiper-pagination {
    width: 20%;
    bottom: 20px;
    left: auto;
    right: 10px;
    text-align: right;
}

.mySwiper2 .swiper-pagination-bullet-active {
    background-color: #06eb00;
}

.newstit a {
    position: absolute;
    display: block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    text-align: left;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    bottom: 18px;
    left: 15px;
    z-index: 50;
}

.mySwiper2 .mask {
    width: 100%;
    height: 120px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent);

    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
}

.news-items li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}

.news-items .date {
    display: block;
    margin-bottom: 8px;
    padding-left: 30px;
    background: url(../images/time.png) left center no-repeat;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(204, 204, 204);
}

.news-items h1 a {
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: #333;
    font-weight: bold;
    line-height: 1.5;
}

.news-items p a {
    display: block;
    height: 51px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    line-height: 1.6;
}

.tzgg {
    background: url(../images/tzggbg1.png) no-repeat;
    background-size: cover;
}

.tzgg-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item1,
.item2,
.item3 {
    margin-bottom: 45px;
}

.tzgg-items {
    padding: 30px 25px 20px;
    width: 31%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: url(../images/tzggbg2.png) -10px center no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s ease 0s;
}

.tzgg-items:hover {
    background: url(../images/tzggbg3.png) -10px center no-repeat;
    background-size: 100% 100%;
}

.tzgg-items:hover p,
.tzgg-items:hover span {
    color: #ffa82b;
}

.tzgg-items .date {
    text-align: center;
}

.tzgg-items .text {
    width: 77%;
}

.tzgg-items p {
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: #419038;
    font-weight: bold;
}

.tzgg-items span {
    font-size: 14px;
    color: #419038;
}

.tzgg-items a {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #333;
    font-weight: bold;
    line-height: 1.6;
}

.rmfw {
    position: relative;
    background: url(../images/rmfwbg.png) no-repeat;
}
.rmfw .fwtit{
    display: none;
}
.fw {
    width: 82%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fw>div {
    position: relative;
    width: 28.6%;
    background-color: #fff;
    height: 185px;
    border-radius: 20px;
    box-shadow: 0px 6px 20px 0px rgba(0, 60, 112, 0.1);
}

.fw>div .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fw>div .more {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    left: 30%;
    top: 52%;
    background-color: #f4ae89;
    opacity: .5;
    display: none;
}

.fw>div .more a {
    color: #fff;
    font-size: 25px;
}

.fw .fw-item2 .more {
    background-color: #7a85fd;
}

.fw .fw-item3 .more {
    background-color: #13bdaa;
}

.fw .fw-item4 .more {
    background-color: #53d57b;
}

.fw .fw-item5 .more {
    background-color: #39ca7a;
}

.fw .fw-item6 .more {
    background-color: #2fd4b8;
}

.fw .fw-item7 .more {
    background-color: #7880fc;
}

.fw .fw-item8 .more {
    background-color: #f99750;
}

.fw>div .tit {
    position: absolute;
    padding: 10px 0;
    width: 58%;
    text-align: center;
    border-radius: 10px;
    background-color: #f99750;
    bottom: -12%;
    left: 50%;
    transform: translateX(-50%);
}

.fw>div .tit a {
    font-size: 18px;
    color: #fff;
}

.fw .fw-item2 .tit {
    background-color: #7a85fd;
}

.fw .fw-item3 .tit {
    background-color: #13bdaa;
}

.fw .fw-item4 .tit {
    background-color: #53d57b;
}

.fw .fw-item5 .tit {
    background-color: #39ca7a;
}

.fw .fw-item6 .tit {
    background-color: #2fd4b8;
}

.fw .fw-item7 .tit {
    background-color: #7880fc;
}

.fw .fw-item8 .tit {
    background-color: #f99750;
}

.fw-r {
    width: 25%;
    height: 575px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.fw-r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fw-r .tit {
    padding-left: 10px;
    position: absolute;
    top: 12%;
    left: 13%;
    background: url(../images/fwtitbg.png)left -20px no-repeat;
}

.fw-r .tit h1 {
    width: 42px;
    font-size: 42px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
}

.fw-r .tit span {
    display: block;
    margin-top: -98px;
    margin-left: -20px;
    font-size: 16px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.5;
    transform: rotate(90deg);
}

.fw-r .line {
    position: absolute;
    width: 2px;
    height: 180px;
    background-color: #fff;
    top: 0;
    left: 40%;
}

.zbjs {
    background-color: #eef7fe;
}

.zb-swi {
    position: relative;
    padding: 35px;
    width: 33.8%;
    height: 510px;
    border-radius: 20px 0 0 20px;
    background-color: #fff;
    box-shadow: 0px 6px 20px 0px rgba(0, 60, 112, 0.1);

}
.zb-r{
    width: 66.2%;
}
.zb-items {
    width: 33.33%;
    background-color: #fbfbfb;
}

.slide3 .imgbox {
    margin-bottom: 15px;
    height: 300px;
    overflow: hidden;
}

.slide3 h1 {
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb(65, 144, 56);
    font-weight: bold;
    line-height: 2;
}

.slide3 p {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    font-weight: bold;
    line-height: 2.5;
}

.slide3 .more a {
    display: block;
    width: 72px;
    padding-bottom: 10px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    border-bottom: 1px solid #419038;
}
.swiper-button-next2,
.swiper-button-prev2{
    width: 6px;
    height: 12px;
    background: url(../images/prev2.png) no-repeat;
    position: absolute;
    bottom: 8%;
    z-index: 50;
}
.swiper-button-prev2{
    right: 15%;
}
.swiper-button-next2{
    background: url(../images/next2.png) no-repeat;
    right: 9%;
}
.zb-items {
    padding: 25px 35px 50px 25px;
    box-shadow: 0px 6px 20px 0px rgba(0, 60, 112, 0.1);
}

.zb-items .yymm,
.zb-items .dd {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 2;
    text-align: left;
}

.zb-items .dd {
    margin-bottom: 20px;
    font-size: 20px;
}

.zb-items h1 {
    height:80px;
    margin-bottom: 34px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 2.5;
}

.zb-items .more a {
    display: block;
    margin-bottom: 60px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
}

.zb-items .img {
    height: 148px;
    overflow: hidden;
}
.zb-items .img:hover img{
    transform: scale(1.1);
}