/* 页面自定义css样式 */

/**主体**/

.webCon {
    background-image: linear-gradient(180deg, #DFF2F2 0%, #FFFFFF 100%);
}


/**大轮播图**/

.slide {
    position: relative;
    width: 75rem;
    height: 21.875rem;
}

.slide .swiper-slide {
    width: 75rem;
    height: 21.875rem;
}

.slide .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.slide .swiper-slide a img {
    width: 100%;
    height: 100%;
}

.slide .swiper-pagination {
    top: 7.5rem;
    left: inherit;
    right: 1.5625rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1.3125rem;
    z-index: 9;
}

.slide .swiper-pagination .swiper-pagination-bullet {
    width: .75rem;
    height: .75rem;
    margin-left: 0;
    margin-top: .9375rem;
    background: url(dot.png) center center no-repeat;
    opacity: 1;
}

.slide .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-top: 0;
}

.slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.3125rem;
    height: 1.3125rem;
    background: url(dotHover.png) center center no-repeat;
}


/**通知公告**/

.section_2 .bt-web-1200 {
    padding: 1.25rem 1.25rem 0 1.25rem;
    background: #fff;
}

.noticeCon {
    display: flex;
    background-image: linear-gradient(90deg, #D6F5F4 0%, #FFFFFF 100%);
    border: .0625rem solid #DBF6F6;
    border-radius: 1.5625rem;
    padding: 0 .625rem;
}

.noticeTitle {
    width: 8.125rem;
    line-height: 3.125rem;
    padding-left: 3rem;
    background: url(notice.png) left center no-repeat;
}

.noticeTitle a {
    font-weight: 600;
    font-size: 1.25rem;
    color: #333333;
    white-space: nowrap;
}

.noticeTitle a:hover {
    color: #333333;
}

.noticeSlide {
    width: 61.875rem;
    height: 3.125rem;
    margin-left: 1.25rem;
}

.noticeSlide .swiper-container {
    height: 3.125rem;
}

.noticeSlide .swiper-slide {
    display: flex;
    height: 3.125rem;
    line-height: 3.125rem;
}

.noticeSlide .swiper-slide a {
    max-width: 55rem;
    font-size: 1rem;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.noticeSlide .swiper-slide span {
    margin-left: .625rem;
    font-size: 1rem;
    color: #999999;
}


/* 小轮播图、苏粮要闻、基层动态 */

.section_3 .bt-web-1200 {
    display: flex;
    padding: 1.0625rem 1.25rem 0 1.25rem;
    background: #fff;
}

.slideCon {
    width: 35.3125rem;
    height: 19.8125rem;
}

.slywSlide {
    position: relative;
    width: 35.3125rem;
    height: 19.8125rem;
}

.slywSlide .swiper-slide {
    width: 35.3125rem;
    height: 19.8125rem;
}

.slywSlide .swiper-slide>a {
    display: block;
    width: 35.3125rem;
    height: 19.8125rem;
}

.slywSlide .swiper-slide>a img {
    width: 35.3125rem;
    height: 19.8125rem;
}

.slywSlide .slideText {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.125rem;
    line-height: 3.125rem;
    padding-left: 1.25rem;
    background-image: linear-gradient(180deg, #00000000 0%, #000000 100%);
}

.slywSlide .slideText a {
    display: block;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
    font-size: 1rem;
    color: #FFFFFF;
}

.slywSlide .swiper-pagination {
    display: flex;
    left: initial;
    bottom: 1.3125rem;
    right: 1.25rem;
}

.slywSlide .swiper-pagination .swiper-pagination-bullet {
    width: .4375rem;
    height: .4375rem;
    background: rgba(255, 255, 255, 0.54);
    opacity: 1;
}

.slywSlide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.slywSlideBtn {
    position: absolute;
    top: 7.75rem;
    width: 2.4375rem;
    height: 2.4375rem;
    cursor: pointer;
    z-index: 10;
}

.slywSlidePrev {
    left: .625rem;
    background: url(slywSlidePrev.png) center center no-repeat;
    background-size: cover;
}

.slywSlideNext {
    right: .625rem;
    background: url(slywSlideNext.png) center center no-repeat;
    background-size: cover;
}

.infoTitCon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(infoTitBg.png) right center no-repeat;
    background-size: 100% 100%;
}

.infoTit {
    display: flex;
}

.infoTit li {
    position: relative;
    padding: 0 1.25rem;
    line-height: 3.125rem;
}

.infoTit li::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .125rem;
    height: 1.25rem;
    background: #c0ded4;
}

.infoTit li:first-child {
    padding-left: .9375rem;
}

.infoTit li:first-child::before {
    display: none;
}

.infoTit li a {
    font-size: 1.25rem;
    color: #333333;
}

.infoTit li.active a {
    font-weight: 600;
    color: #009795;
}

.more {
    margin-right: 0.625rem;
}

.more li a {
    font-size: 0.875rem;
    color: #999;
}

.infoCover {
    margin-top: .625rem;
}

.infoCover ul li {
    display: flex;
    justify-content: space-between;
    line-height: 2rem;
    padding-left: 1.25rem;
    background: url(bt-listPic.png) left center no-repeat;
}

.infoCover ul li a {
    width: 85%;
    font-size: 1rem;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.infoCover ul li span {
    font-size: 1rem;
    color: #999999;
}

.section_3 .infoCon {
    width: 35.3125rem;
    height: 19.8125rem;
    margin-left: 1.875rem;
}


/* 行业资讯、信息公开 */

.section_4 .bt-web-1200 {
    display: flex;
    padding: 1.875rem 1.25rem 0 1.25rem;
    background: #fff;
}

.section_4 .infoCon {
    width: 35.3125rem;
    margin-left: 1.875rem;
}

.section_4 .infoCon:first-child {
    margin-left: 0;
}


/* 专题专栏 */

.section_5 .bt-web-1200 {
    padding: 2.5rem 1.25rem 0 1.25rem;
    background: #fff;
}

.ztzlCon {
    width: 100%;
    padding-bottom: 1.375rem;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #EFFAF8 100%);
}

.ztzlTit {
    display: flex;
    justify-content: center;
}

.ztzlTit a {
    width: 12.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    margin-top: -0.625rem;
    background: url(ztzlTitBg.png) center top no-repeat;
    background-size: 100%;
    font-weight: 600;
    font-size: 1.25rem;
    color: #FFFFFF;
}

.ztzlSlide {
    position: relative;
    width: 70rem;
    height: 6.25rem;
    margin: 1.25rem auto 0 auto;
}

.ztzlSlide .swiper-slide {
    width: 22.5rem;
    height: 6.25rem;
    margin-right: 1.25rem;
}

.ztzlSlideBtn {
    position: absolute;
    width: 1.75rem;
    height: 1.75rem;
    top: 2rem;
    cursor: pointer;
    z-index: 10;
}

.ztzlPrev {
    left: -0.875rem;
    background: url(ztzlPrev.png) center center no-repeat;
}

.ztzlNext {
    right: -0.875rem;
    background: url(ztzlNext.png) center center no-repeat;
}

/**相关链接**/
.section_6 .bt-web-1200 {
    background: #fff;
    padding: 1.875rem 1.25rem 2.5rem 1.25rem;
}

.xgljTit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.25rem 0 .9375rem;
    background: url(xglj.png) center top no-repeat;
}

.xgljTit span {
    line-height: 3.125rem;
    font-weight: 600;
    font-size: 1.25rem;
    color: #009795;
}

.xgljSlide {
    position: relative;
    margin-top: .625rem;
    padding: 0 1.25rem;
    height: 11.125rem;
}

.xgljSlide .swiper-slide {
    width: 13rem;
    height: 11.125rem;
    margin-right: 1.25rem;
}

.xgljSlide .swiper-slide>a {
    display: block;
    margin: 1.25rem auto;
    width: 6.125rem;
    height: 6.125rem;
}

.xgljSlide .swiper-slide>a img {
    width: 6.125rem;
    height: 6.125rem;
}

.xgljSlide .slideText {
    width: 100%;
    height: 2.5rem;
    background: #17A09F;
    border-radius: 0 0 .25rem .25rem;
}

.xgljSlide .slideText a {
    display: block;
    text-align: center;
    line-height: 2.5rem;
    font-size: .875rem;
    color: #FFFFFF;
}

.xgljSlideBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.75rem;
    height: 1.75rem;
    cursor: pointer;
    z-index: 10;
}

.xgljPrev {
    left: 0.4375rem;
    background: url(xgljPrev.png) center center no-repeat;
}

.xgljNext {
    right: 0.3125rem;
    background: url(xgljNext.png) center center no-repeat;
}

/**企业文化**/
.section_qywh .bt-web-1200 {
    padding: 1.875rem 1.25rem 0 1.25rem;
    background: #fff;
}

.section_qywh .infoTitCon {
    background-image: linear-gradient(180deg, #E3F8F7 0%, #FFFFFF 100%);
}

.qywhCover {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 21.25rem;
    background: url(qywhBg.png) center center no-repeat;
}

.qywhItem {
    width: 14.6875rem;
    height: 13.75rem;
    margin-left:1.5625rem;
    background: rgba(255,255,255,0.12);
    box-shadow: 0 0 1.25rem 0 #0000001f;
    border-radius: 5rem 0.75rem 5rem 0.75rem;
}
.qywhItem:hover{
    background:#fff;
}
.qywhItem:first-child{
    margin-left:0;
}
.qywhItem a{
    display:flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width:100%;
    height:100%;
}
.qywhTit{
    width:100%;
    margin:1.875rem 0 1.125rem 0;
    font-size: 1.375rem;
    font-weight: bold;
    color: #17A09F;
    text-align: center;
}
.qywhAbstract{
    width:100%;
    font-size: 1.125rem;
    color: #666;
    text-align: center;
}
@media (max-width: 47.9375rem) {

    /**大轮播图**/
    .webCon {
        background: none;
    }

    .section_1 .bt-web-1200 {
        padding-top: 2rem;
    }

    .slide {
        width: 100%;
        height: 24.6875rem;
    }

    .slide .swiper-slide {
        width: 100%;
        height: 24.6875rem;
    }

    .slide .swiper-pagination {
        width: 1.875rem;
    }

    .slide .swiper-pagination .swiper-pagination-bullet {
        width: 1.3125rem;
        height: 1.3125rem;
        background: #aeb8c1;
    }

    .slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 1.875rem;
        height: 1.875rem;
        background: #fff;
    }

    /**通知公告**/
    .section_2 .bt-web-1200 {
        padding-top: 2rem;
        background: none;
    }

    .noticeCon {
        flex-wrap: wrap;
        padding: 1.25rem;
    }

    .noticeTitle {
        width: auto;
        padding-left: 4.375rem;
        background-size: auto 100%;
    }

    .noticeTitle a {
        font-size: 2.125rem;
    }

    .noticeSlide {
        width: 100%;
        height: 4.375rem;
        margin-top: 1.25rem;
        margin-left: 0;
    }

    .noticeSlide .swiper-container {
        height: 4.375rem;
    }

    .noticeSlide .swiper-slide {
        flex-wrap: wrap;
        height: 4.375rem;
        line-height: 4.375rem;
    }

    .noticeSlide .swiper-slide a {
        max-width: 100%;
        font-size: 1.875rem;
    }

    .noticeSlide .swiper-slide span {
        display: none;
    }

    /**小轮播图、苏粮要闻、基层动态**/
    .section_3 .bt-web-1200 {
        flex-wrap: wrap;
        padding-top: 2rem;
        background: none;
    }

    .slideCon {
        width: 100%;
        height: 24.6875rem;
    }

    .slywSlide {
        width: 100%;
        height: 24.6875rem;
    }

    .slywSlide .swiper-slide {
        width: 100%;
        height: 24.6875rem;
    }

    .slywSlide .swiper-slide>a {
        width: 100%;
        height: 100%;
    }

    .slywSlide .swiper-slide>a img {
        width: 100%;
        height: 100%;
    }

    .slywSlide .slideText {
        height: 4.6875rem;
        line-height: 4.6875rem;
        background: rgba(0, 0, 0, 0.5);
    }

    .slywSlide .slideText a {
        width: 70%;
        font-size: 1.875rem;
    }

    .slywSlide .swiper-pagination {
        bottom: 1.875rem;
    }

    .slywSlide .swiper-pagination .swiper-pagination-bullet {
        width: 1rem;
        height: 1rem;
    }

    .slywSlideBtn {
        width: 4.875rem;
        height: 4.875rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .infoCon {
        width: 100%;
        height: auto;
    }

    .infoTit {
        background-size: auto 100%;
    }

    .infoTit li {
        line-height: 4.375rem;
    }

    .infoTit li a {
        font-size: 2.125rem;
    }

    .more li a {
        font-size: 1.875rem;
    }

    .section_3 .infoCon {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 2rem;
    }

    .infoCover ul li {
        flex-wrap: wrap;
        font-size: 1.875rem;
        line-height: 2.8125rem;
        background: none;
        padding-left: 0;
        border-bottom: .0625rem dashed #eee;
        text-align: justify;
        padding-bottom: 1.5rem;
        padding-top: 1.125rem;
    }

    .infoCover ul li a {
        font-size: 1.875rem;
        width: 100%;
        white-space: normal;
        max-width: 100%;
    }

    .infoCover ul li span {
        font-size: 1.875rem;
    }

    /**行业资讯、信息公开**/
    .section_4 .bt-web-1200 {
        flex-wrap: wrap;
        padding-top: 2rem;
        background: none;
    }

    .section_4 .infoCon {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 2rem;
    }

    .section_4 .infoCon:first-child {
        margin-top: 0;
    }

    /**专题专栏**/
    .section_5 .bt-web-1200 {
        padding: 2.625rem 1.25rem 2rem 1.25rem;
    }

    .ztzlTit a {
        width: 25rem;
        height: 5rem;
        line-height: 5rem;
        font-size: 2.125rem;
        background-size: 100% 100%;
    }

    .ztzlCon {
        padding: 0 1.25rem 2rem 1.25rem;
    }

    .ztzlSlide {
        width: 100%;
        height: 11.5625rem;
        margin-top: 2rem;
    }

    .ztzlSlide .swiper-slide {
        width: 100%;
        height: 11.5625rem;
    }

    .ztzlSlideBtn {
        width: 3.5rem;
        height: 3.5rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .ztzlPrev {
        left: -1.75rem;
        background-size: cover;
    }

    .ztzlNext {
        right: -1.75rem;
        background-size: cover;
    }

    /**相关链接**/
    .section_6 .bt-web-1200 {
        padding-top: 2rem;
        background: none;
    }

    .xgljTit {
        background-size: auto 100%;
    }

    .xgljTit span {
        line-height: 4.375rem;
        font-size: 2.125rem;
    }

    .xgljTit img {
        width: 20.125rem;
        height: 1.75rem;
    }

    .xgljSlide {
        height: auto;
        padding: 0;
    }

    .xgljSlide .swiper-slide {
        width: 20.9375rem;
        height: auto;
    }

    .xgljSlide .swiper-slide>a {
        width: 12.25rem;
        height: 12.25rem;
    }

    .xgljSlide .swiper-slide>a img {
        width: 100%;
        height: 100%;
    }

    .xgljSlide .slideText {
        display: flex;
        align-items: center;
        height: 7.5rem;
        padding: 0 1.25rem;
    }

    .xgljSlide .slideText a {
        width: 100%;
        line-height: 2.8125rem;
        font-size: 1.875rem;
        text-align: center;
        word-break: break-all;
        text-justify: distribute;
    }

    .xgljSlideBtn {
        width: 3.5rem;
        height: 3.5rem;
        transform: translateY(-150%);
    }

    .xgljPrev {
        left: 0;
        background-size: cover;
    }

    .xgljNext {
        right: 0;
        background-size: cover;
    }
    
    /**企业文化**/
    .qywhCover{
        flex-wrap: wrap;
        height:auto;
        padding-bottom:1.25rem;
    }
    
    .qywhItem{
        width:20.3125rem;
        margin-left:1.25rem;
        margin-top:1.25rem;
    }
    .qywhItem:nth-child(2n+1){
        margin-left:0;
    }
    .qywhIcon{
        width:3.125rem;
        height:3.125rem;
    }
    .qywhTit{
        font-size:1.875rem;
    }
    .qywhAbstract{
        font-size:1.5625rem;
    }
}