#floor1 {
    height: 400px;
    margin-top: 38px;
    overflow: hidden;
}

#floor1 .floor1-left {
    width: 592px;
    height: 400px;
    padding: 0 0 23px 0;
    position: relative;
}

#floor1 .arrow-left {
    background: url(http://rural.gd.gov.cn/public/arrow-left.jpg) no-repeat left top;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -48px;
    width: 40px;
    height: 60px;
    z-index: 99;
}

#floor1 .arrow-right {
    background: url(http://rural.gd.gov.cn/public/arrow-right.jpg) no-repeat left bottom;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -48px;
    width: 40px;
    height: 60px;
    z-index: 99;
}

#floor1 .floor1-left .swiper-newsPic {
    width: 592px;
    height: 400px;
}

#floor1 .floor1-left .section {
    width: 592px;
    height: 400px;
    position: relative;
}

#floor1 .floor1-left .section img {
    width: 592px;
    height: 400px;
}

#floor1 .floor1-left .section p {
    position: absolute;
    font-size: 18px;
    width: 100%;
    bottom: 0;
    height: 46px;
    line-height: 46px;
    text-indent: 10px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-right: 110px;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.4);
}

#floor1 .floor1-left .pagination {
    position: absolute;
    text-align: right;
    bottom: 35px;
    z-index: 2;
    right: 10px;
}

#floor1 .floor1-left .swiper-pagination-switch {
    width: 8px;
    height: 8px;
    background: #ffffff;
    cursor: pointer;
    margin: 0 5px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 8px;
}

#floor1 .floor1-left .pagination .swiper-active-switch {
    background: #d0141f;
}

#floor1 .floor1-right {
    width: 592px;
    height: 400px;
}

.title-tab {
    position: relative;
    margin-bottom: 20px;
    height: 36px;
}

.title-tab .title {
    border-bottom: 1px solid #d4d4d4;
}

.title-tab .title ul {
    list-style: none;
    overflow: hidden;
}

.title-tab .title ul li {
    float: left;
    display: block;
    position: relative;
    width: 100px;
    height: 36px;
    margin-right: 16px;
}

.title-tab .title ul li a {
    display: inline-block;
    width: 100px;
    height: 32px;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    text-decoration: none;
}

.title-tab .title .line::after {
    position: absolute;
    right: -11px;
    top: 5px;
    content: '|';
    width: 4px;
    height: 32px;
    color: #000000;
    opacity: 0.4;
}

.title-tab ul li.selected a {
    font-weight: bold;
    color: #54bb5e;
    border-bottom: 4px solid #54bb5e;
}

.title-tab .more {
    position: absolute;
    right: 4px;
    top: 0;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}

#floor2 {
    height: 320px;
    margin-top: 38px;
    overflow: hidden;
}

#floor2 .floor2-left {
    width: 590px;
    overflow: hidden;
}

#floor2 .floor2-right {
    width: 590px;
    overflow: hidden;
}

#floor2 .floor2-right .icon-group {
    box-sizing: border-box;
    height: 132px;
    padding-top: 24px;
}

#floor2 .floor2-right .icon-group ul {
    list-style: none;
}

#floor2 .floor2-right .icon-group ul li {
    float: left;
    display: block;
    position: relative;
    width: 16.667%;
    height: 100px;
    cursor: pointer;
}

#floor2 .floor2-right .icon-group ul li .icon {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -32px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 32px;
    background-color: #54bb5e;
    font-size: 32px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#floor2 .floor2-right .icon-group ul li .txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

#floor3 {
    height: auto;
    margin: 42px auto;
}

#floor3 .banner-x {
    height: 110px;
    background-color: lightblue;
}

#floor3 .banner-x img {
    width: 100%;
    height: 100%;
}

#floor4 {
    box-sizing: border-box;
    height: 572px;
    padding: 32px 0 36px 0;
    background-color: rgba(3, 111, 61, 0.1);
}


#floor4 .floor4-left {
    width: 400px;
}

#floor4 .floor4-left .floor4-left-top {
    height: 293px;
}

#floor4 .floor4-left .floor4-left-top .section {
    width: 400px;
    height: 235px;
    position: relative;
}

#floor4 .floor4-left .floor4-left-top .section img {
    width: 400px;
    height: 235px;
}

#floor4 .floor4-left .floor4-left-top .section p {
    position: absolute;
    font-size: 18px;
    width: 400px;
    bottom: 0;
    height: 46px;
    line-height: 46px;
    text-indent: 10px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-right: 18px;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.4);
}

#floor4 .floor4-left .floor4-left-top .section p a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    text-decoration: none;
    color: #ffffff;
}

#floor4 .floor4-left .floor4-left-bottom {
    margin-top: 24px;
}

#floor4 .floor4-left .floor4-left-bottom .news-pic {
    overflow: hidden;
}

#floor4 .floor4-left .floor4-left-bottom .news-pic ul {
    margin-right: -20px;
    text-decoration: none;
}

#floor4 .floor4-left .floor4-left-bottom .news-pic ul li {
    float: left;
    display: block;
    position: relative;
    width: 195px;
    height: 87px;
    margin-right: 10px;
}

#floor4 .floor4-left .floor4-left-bottom .news-pic ul li img {
    width: 100%;
    height: 100%;
}

#floor4 .floor4-left .floor4-left-bottom .title {
    position: relative;
    height: 27px;
    margin-bottom: 15px;
}

#floor4 .floor4-left .floor4-left-bottom .title .txt {
    width: 100px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background-color: #54bb5e;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

#floor4 .floor4-left .floor4-left-bottom .title .more {
    position: absolute;
    right: 4px;
    top: 0;
    height: 27px;
    line-height: 27px;
    cursor: pointer;
}

#floor4 .wrapper {
    box-sizing: border-box;
    height: 100%;
    padding: 26px 41px 36px;
    background-color: #fff;
}

#floor4 .floor4-right {
    width: 660px;
}

#floor4 .floor4-right .floor4-right-top {
    width: 660px;
}

#floor4 .floor4-right .floor4-right-bottom {
    box-sizing: border-box;
    width: 660px;
    padding-top: 24px;
}

#floor4 .floor4-right .floor4-right-bottom ul {
    list-style: none;
    margin-right: -20px;
}

#floor4 .floor4-right .floor4-right-bottom ul li {
    float: left;
    display: block;
    position: relative;
    width: 204px;
    height: 54px;
    line-height: 54px;
    background-color: #54bb5e;
    border-radius: 27px;
    margin-right: 20px;
    cursor: pointer;
}

#floor4 .floor4-right .floor4-right-bottom ul li .icon {
    position: absolute;
    top: 50%;
    left: 18%;
    width: 32px;
    height: 32px;
}

#floor4 .floor4-right .floor4-right-bottom ul li .icon img {
    width: 100%;
    height: 100%;
}

#floor4 .floor4-right .floor4-right-bottom ul li .txt {
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 48px;
}