﻿/*banner start*/
.mobileBanner{
    display: none;
}
.swiper-container{
    width: 100%;
    /*height: 700px;*/
    height: auto;
}
.mobileBanner{
     width: 100%;
     /*height: 700px;*/
     height: auto;
    overflow: hidden;
 }
.swiper-container .swiper-slide{
    height: 1px
}
.mobileBanner .swiper-slide{
    height: 1px
}
.mobileBanner .swiper-wrapper{
    height: auto!important;
}
.swiper-container .swiper-slide-active{ height:auto!important;}
.mobileBanner .swiper-slide-active { height:auto!important;}
.swiper-container .swiper-slide img{
    display: block;width: 100%;height: 450px;
}
.mobileBanner .swiper-slide img{
    display: block;width: 100%;height: auto;
}
.swiper-container .pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 100%;
    margin: 0;
    text-align: center;
    vertical-align: top;
}
.swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    margin: 0 6px;
    cursor: pointer;
    transition: .2s;
    background: #fff;
}
.swiper-container .swiper-active-switch {
    width: 36px;background: #2262c6;
}
@media (max-width: 767px) {
    .swiper-container{
        display: none;
    }
    .mobileBanner{
        display: block;
    }
}
/*banner end*/

/*新闻 start*/
@media (max-width: 767px){
    .news{
        /*margin: 0 15px;*/
    }
    .newsHead{
        height: 50px;border-bottom: 1px solid #ccc;overflow: hidden;margin-bottom: 18px;
    }
    .newsHead h2{
        font: 24px/50px "微软雅黑";color: #333;float: left;margin: auto;text-indent: 20px;position: relative;
    }
    .newsHead h2::after{
        content: '';display: block;width: 8px;height: 20px;background: #2262c6;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;
    }
    .newsHead p{
        font-size: 16px;color: #999;float: left;line-height: 50px;margin-left: 20px;
    }
    .newsHead .toMore{
        font: 14px/50px "微软雅黑";color: #999;float: right;
    }
    .newsSwiper{
        width: 100%;height: auto;float: left;overflow: hidden;
    }
    .newsSwiper .swiper-slide{
        position: relative;height: 1px;
    }
    /*.newsSwiper .swiper-slide img{
        width: 100%;
    }*/
    .newsSwiper .swiper-slide-active { height:auto!important;}
    .newsSwiperTit{
        height: 38px;background: rgba(0,0,0,.3);position: absolute;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 20px;font: 16px/38px "微软雅黑";color: #fff;left: 0;bottom: 0;margin: 0;
    }
    
    .newsList{
        width: 100%;float: right;
    }
    .newsList li{
        height: 36px;
    }
    .newsList li a{
        float: left;width: 80%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font: 16px/36px "微软雅黑";color: #666;
    }
    .newsList li span{
        font: 16px/36px "微软雅黑";color: #999;float: right;
    }
}
@media (min-width: 768px){
    .news{
        width: 768px;margin: 18px auto 0;
    }
    .newsHead{
        height: 50px;border-bottom: 1px solid #ccc;overflow: hidden;margin-bottom: 18px;width: 98%;
    }
    .newsHead h2{
        font: 24px/50px "微软雅黑";color: #333;float: left;margin: auto;text-indent: 20px;position: relative;
    }
    .newsHead h2::after{
        content: '';display: block;width: 8px;height: 20px;background: #2262c6;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;
    }
    .newsHead p{
        font-size: 16px;color: #999;float: left;line-height: 50px;margin-left: 20px;
    }
    .newsHead .toMore{
        font: 14px/50px "微软雅黑";color: #999;float: right;
    }
    .newsSwiper{
        width: 425px;height: 325px;float: left;overflow: hidden;
    }
    .newsSwiper .swiper-slide{
        position: relative;height: 100%;
    }
    .newsSwiper .swiper-slide img{
        display: block;width: 100%;height: 100%;
    }
    .newsSwiperTit{
        height: 38px;background: rgba(0,0,0,.3);position: absolute;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 20px;font: 16px/38px "微软雅黑";color: #fff;left: 0;bottom: 0;margin: 0;
    }
    .newsList{
        width: 330px;float: right;
    }
    .newsList li{
        height: 33px;
    }
    .newsList li a{
        float: left;width: 280px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font: 16px/33px "微软雅黑";color: #666;
    }
    .newsList li a:hover{
        color: #2262c6;text-decoration: none;
    }
    .newsList li a::before{
        content: '·';font-weight: 900;
    }
    .newsList li span{
        font: 16px/33px "微软雅黑";color: #999;float: right;
    }
}
@media (min-width: 992px){
    .news{
        width: 992px;
    }
    .newsSwiper{
        width: 425px;height: 325px;float: left;overflow: hidden;
    }
    .newsSwiper .swiper-slide{
        position: relative;
    }
    .newsSwiperTit{
        height: 38px;background: rgba(0,0,0,.3);position: absolute;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 20px;font: 16px/38px "微软雅黑";color: #fff;left: 0;bottom: 0;margin: 0;
    }
    .newsList{
        width: 540px;float: right;
    }
    .newsList li{
        height: 33px;
    }
    .newsList li a{
        float: left;width: 440px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font: 16px/33px "微软雅黑";color: #666;
    }
    .newsList li span{
        font: 16px/33px "微软雅黑";color: #999;float: right;
    }
}
@media (min-width: 1200px){
    .xyyw{
        width: 1040px;
        float: left;
    }

    .news{
        width: 1500px;
    }
    .newsSwiper{
        width: 480px;height: 314px;float: left;overflow: hidden;
    }
    .newsSwiper .swiper-slide{
        position: relative;
    }
    .newsSwiperTit{
        height: 38px;background: rgba(0,0,0,.3);position: absolute;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 20px;font: 16px/38px "微软雅黑";color: #fff;left: 0;bottom: 0;margin: 0;
    }
    .newsList{
        width: 520px;float: left;margin:-20px 18px 0 20px;
    }
    .newsList li{
        height: 33px;
    }
    .newsList li p{
        display: none;

    }
    .newsList li a{
        float: left;width: 440px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font: 16px/33px "微软雅黑";color: #666;
    }
    .newsList li span{
        font: 16px/33px "微软雅黑";color: #999;float: right;
    }
}
@media (min-width: 768px){
ul.newsList li:first-child{

    height: 125px;
    border-bottom: 1px dashed #999;
}
ul.newsList li:first-child  a{
    font-size: 24px;
    width: 100%;
    display: block;  
}
ul.newsList li:first-child p{
    display: block;
    font-size: 18px;
    text-indent: 2em;
    line-height: 28px;
    color: #666666;
    margin:10px 0 0 0;
    padding-top: 40px;
}
ul.newsList li:first-child span{
    display: block;
    width: 9%;
}
}
/*新闻 end*/
@media (max-width: 767px){
    .floot1{
        padding: 0 12px;
    }
}
@media (min-width: 768px){
    .floot1{
        width: 768px;margin: 0 auto 26px;
    }
}
@media (min-width: 992px){
    .floot1{
        width: 992px;margin: 0 auto 26px;
    }
}
@media (min-width: 1200px){
    .floot1{
        width: 1500px;margin: 0 auto 26px;
    }
}
/*通知公告 start*/

@media (max-width: 767px){
    .notice{
        width:100%!important;
       
    }
    .noticeHead{
        height: 50px;border-bottom: 1px solid #ccc;overflow: hidden;margin-bottom: 18px;
    }
    .noticeHead h2{
        font: 24px/50px "微软雅黑";color: #333;float: left;margin: auto;text-indent: 20px;position: relative;
    }
    .noticeHead h2::after{
        content: '';display: block;width: 8px;height: 20px;background: #2262c6;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;
    }
    .noticeHead p{
        font-size: 16px;color: #999;float: left;line-height: 50px;margin-left: 20px;
    }
    .noticeHead .toMore{
        font: 14px/50px "微软雅黑";color: #999;float: right;
    }
    .noticeList li{
        height: 42px;
    }
    .noticeList li a::before{
        content: '·';font-weight: 900;
    }
    .noticeList li a{
        float: left;width: 70%!important;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font: 16px/42px "微软雅黑";color: #666;
    }
    .noticeList li a:hover{
        color: #2262c6;text-decoration: none;
    }
    .noticeList li span{
        font: 16px/42px "微软雅黑";color: #999;float: right;
    }
    .module{
        text-align: center;
    }
    .module .item{
        width: 136px;height: 86px;text-align: center;color: #fff;
        margin: 5px;display: inline-block;overflow: hidden;
    }
    .module .item:first-child{
        background: #3972cc;
    }
    .module .item:nth-child(2){
        background: #00b8d4;
    }
    .module .item:nth-child(3){
        background: #2262c6;
    }
    .module .item:nth-child(4){
        background: #2ec4b6;
    }
    .module .item img{
        width: 40px;margin: 8px auto 14px;
    }
}
@media (min-width: 768px){
    .notice{
        float: left;width: 768px;
    }
    .noticeHead{
        height: 50px;border-bottom: 1px solid #ccc;overflow: hidden;margin-bottom: 18px;
    }
    .noticeHead h2{
        font: 24px/50px "微软雅黑";color: #333;float: left;margin: auto;text-indent: 20px;position: relative;
    }
    .noticeHead h2::after{
        content: '';display: block;width: 8px;height: 20px;background: #2262c6;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;
    }
    .noticeHead p{
        font-size: 16px;color: #999;float: left;line-height: 50px;margin-left: 20px;
    }
    .noticeHead .toMore{
        font: 14px/50px "微软雅黑";color: #999;float: right;
    }
    .noticeList{
        margin-bottom: 0;
    }
    .noticeList li{
        height: 33px;
    }
    .noticeList li a::before{
        content: '·';font-weight: 900;
    }
    .noticeList li a{
        float: left;width: 420px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font: 16px/33px "微软雅黑";color: #666;
    }
    .noticeList li a:hover{
        color: #2262c6;text-decoration: none;
    }
    .noticeList li span{
        font: 16px/33px "微软雅黑";color: #999;float: right;
    }
    .module .item{
        width: 136px;height: 86px;text-align: center;color: #fff;
        float: left;
    }
    .module .item:hover{
        text-decoration: none;
    }
    .module .item:first-child{
        background: #3972cc;
    }
    .module .item:nth-child(2){
        background: #00b8d4;
    }
    .module .item:nth-child(3){
        background: #2262c6;
    }
    .module .item:nth-child(4){
        background: #2ec4b6;
    }
    .module{
        margin-left: -8px;
    }
    .module .item{
        width: 186px;height: 117px;margin-left: 8px;
    }
    .module .item img{
        width: 48px;margin: 14px auto 20px;
    }
}
@media (min-width: 992px){
    .notice{
        width: 476px;
    }
    .noticeList li a{
        width: 380px;
    }
    .module{
        width: 576px;margin-left: -8px;
    }
    .module .item{
        width: 112px;height: 74px;margin-left: 8px;
    }
    .module .item img{
        width: 32px;margin: 8px auto;
    }
}
@media (min-width: 1200px){
    .notice{
        width: 480px;
    }
    /*.noticeList li a{
        width: 420px;
    }*/
    .module{
        width: 576px;margin-left: -8px;
    }
    .module .item{
        width: 109px;height: 86px;margin-left: 13px;
    }
    .module .item img{
        width: 40px;margin: 8px auto 14px;
    }
}
/*通知公告 end*/

/*专题网站模块手机端隐藏*/
@media (max-width: 767px){
#scroll{display:none;}

}
/*媒体南农 start*/
@media (max-width: 767px){
    .link{
        width: 100%!important;
    }
    .linkHead{
        height: 50px;border-bottom: 1px solid #ccc;overflow: hidden;margin-bottom: 30px;
    }
    .linkHead h2{
        font: 24px/50px "微软雅黑";color: #333;float: left;margin: auto;text-indent: 20px;position: relative;
    }
    .linkHead h2::after{
        content: '';display: block;width: 8px;height: 20px;background: #2262c6;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;
    }
    .linkHead p{
        font-size: 16px;color: #999;float: left;line-height: 50px;margin-left: 20px;
    }
    .linkHead .toMore{
        font: 14px/50px "微软雅黑";color: #999;float: right;
    }
    .announcementList li {
        height: 54px;
        margin-bottom: 14px;
    }

    .announcementList li a{
        display: block;width: 100%;height: 100%;
    }

    .announcementList .date {
        width: 56px;
        height: 54px;
        background: url("../images/date_bg.jpg") no-repeat center/cover;
        text-align: center;
        float: left;
    }

    .announcementList .date p:first-child {
        margin: 0;
        font: 24px/36px "微软雅黑";
        color: #fff;
        height: 36px;
    }

    .announcementList .date p:first-child + p {
        margin: 0;
        font: 12px/18px "微软雅黑";
        color: #fff;
        background: rgba(0, 0, 0, .1);
    }

    .announcementTit {
        width: 80%!important;
        float: right;
        font: 16px/16px "微软雅黑";
        color: #666;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 5px 0 14px;
        margin: 0;
    }

    .announcementSummary {
        width: 80%!important;
        float: right;
        margin: 0;
        font: 14px/14px "微软雅黑";
        color: #999;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 768px){
    .link{
        float: left;width: 768px;margin-left: 20px;
    }
    .linkHead{
        height: 50px;border-bottom: 1px solid #ccc;overflow: hidden;margin-bottom: 30px;
    }
    .linkHead h2{
        font: 24px/50px "微软雅黑";color: #333;float: left;margin: auto;text-indent: 20px;position: relative;
    }
    .linkHead h2::after{
        content: '';display: block;width: 8px;height: 20px;background: #2262c6;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;
    }
    .linkHead p{
        font-size: 16px;color: #999;float: left;line-height: 50px;margin-left: 20px;
    }
    .linkHead .toMore{
        font: 14px/50px "微软雅黑";color: #999;float: right;
    }
    .announcement {
        width: 100%;
        float: right;
    }

    .announcementList li {
        height: 54px;
        margin-bottom: 14px;
    }

    .announcementList li a{
        display: block;width: 100%;height: 100%;
    }

    .announcementList .date {
        width: 56px;
        height: 54px;
        background: url("../images/date_bg.jpg") no-repeat center/cover;
        text-align: center;
        float: left;
    }

    .announcementList .date p:first-child {
        margin: 0;
        font: 24px/36px "微软雅黑";
        color: #fff;
        height: 36px;
    }

    .announcementList .date p:first-child + p {
        margin: 0;
        font: 12px/18px "微软雅黑";
        color: #fff;
        background: rgba(0, 0, 0, .1);
    }

    .announcementTit {
        width: 690px;
        float: right;
        font: 16px/16px "微软雅黑";
        color: #666;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 5px 0 14px;
        margin: 0;
    }

    .announcementSummary {
        width: 690px;
        float: right;
        margin: 0;
        font: 14px/14px "微软雅黑";
        color: #999;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 992px){
    .link {
        width: 476px;
    }
    .announcementList li {
        height: 54px;
        margin-bottom: 14px;
    }

    .announcementList li a{
        display: block;width: 100%;height: 100%;
    }

    .announcementList .date {
        width: 56px;
        height: 54px;
        background: url("../images/date_bg.jpg") no-repeat center/cover;
        text-align: center;
        float: left;
    }

    .announcementList .date p:first-child {
        margin: 0;
        font: 24px/36px "微软雅黑";
        color: #fff;
        height: 36px;
    }

    .announcementList .date p:first-child + p {
        margin: 0;
        font: 12px/18px "微软雅黑";
        color: #fff;
        background: rgba(0, 0, 0, .1);
    }

    .announcementTit {
        width: 410px;
        float: right;
        font: 16px/16px "微软雅黑";
        color: #666;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 5px 0 14px;
        margin: 0;
    }

    .announcementSummary {
        width: 410px;
        float: right;
        margin: 0;
        font: 14px/14px "微软雅黑";
        color: #999;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 1200px) {
    .link{
        width: 460px;
    }
    .announcementList li{
        height: 54px;
        margin-bottom: 14px;
    }

    .announcementList li a{
        display: block;width: 100%;height: 100%;
    }

    .announcementList .date{
        width: 56px;
        height: 54px;
        background: url("../images/date_bg.jpg") no-repeat center/cover;
        text-align: center;
        float: left;
    }

    .announcementList .date p:first-child{
        margin: 0;
        font: 24px/36px "微软雅黑";
        color: #fff;
        height: 36px;
    }

    .announcementList .date p:first-child + p{
        margin: 0;
        font: 12px/18px "微软雅黑";
        color: #fff;
        background: rgba(0, 0, 0, .1);
    }

    .announcementTit{
        width: 400px;
        float: right;
        font: 16px/16px "微软雅黑";
        color: #666;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 5px 0 14px;
        margin: 0;
    }

    .announcementSummary{
        width: 400px;
        float: right;
        margin: 0;
        font: 14px/14px "微软雅黑";
        color: #999;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
/*媒体南农 end*/

 

/*常用链接 start*/
@media (max-width: 767px) {
    .commonLink{
        margin: 0 15px 30px;
    }
    .commonLinkHead{
        font: 24px/50px "微软雅黑";color: #333;margin: auto;text-indent: 20px;position: relative;height: 50px;border-bottom: 1px solid #ccc;overflow: hidden;margin-bottom: 20px;
    }
    .commonLinkHead::after{
        content: '';display: block;width: 8px;height: 20px;background: #2262c6;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;
    }
    .commonLinkList{
        height: 100%;width: 100%;
    }
    .tvlist{
        height: 130px;
        margin: 5px;
    }
    
    .linkItem{
        display: inline-block;width: 25%;float: left;height: 100%;
    }
    .linkItem .iconfont{
        width: 70px;height: 70px;border-radius: 50%;border: 1px solid #3475d6;margin: 18px auto 23px;display: block;
    }
    .linkItem .iconfont_sel{
        width: 70px;height: 70px;border-radius: 50%;background: linear-gradient(#2363be,#3079eb);margin: 18px auto 23px;display: none;
    }
    .linkItem p{
        font: 16px/16px "微软雅黑";color: #363636;text-align: center;
    }
    .linkItem:hover{
        text-decoration: none;
    }
    .linkItem:hover .iconfont{
        display: none;
    }
    .linkItem:hover .iconfont_sel{
        display: block;
    }
    .linkItem:hover p{
        color: #2262c6;
    }
}
@media (min-width: 768px)and (max-width: 992px) {
    .commonLink{
        width: 768px;margin: 0 auto 30px;
    }
    .commonLinkHead{
        font: 24px/50px "微软雅黑";color: #333;margin: auto;text-indent: 20px;position: relative;height: 50px;border-bottom: 1px solid #ccc;overflow: hidden;margin-bottom: 20px;
    }
    .commonLinkHead::after{
        content: '';display: block;width: 8px;height: 20px;background: #2262c6;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;
    }
    .commonLinkList{
        height: 100%;width: 100%;
    }
    .linkItem{
        display: inline-block;width: 12.5%;float: left;height: 100%;
    }
    .linkItem .iconfont{
        width: 70px;height: 70px;border-radius: 50%;border: 1px solid #3475d6;margin: 18px auto 23px;display: block;
    }
    .linkItem .iconfont_sel{
        width: 70px;height: 70px;border-radius: 50%;background: linear-gradient(#2363be,#3079eb);margin: 18px auto 23px;display: none;
    }
    .linkItem p{
        font: 16px/16px "微软雅黑";color: #363636;text-align: center;
    }
    .linkItem:hover{
        text-decoration: none;
    }
    .linkItem:hover .iconfont{
        display: none;
    }
    .linkItem:hover .iconfont_sel{
        display: block;
    }
    .linkItem:hover p{
        color: #2262c6;
    }
}
@media (min-width: 992px) {
    .commonLink{
        width: 992px;margin: 0 auto 30px;height: 153px;
    }
    .commonLinkHead{
        float: left;width: 110px;height: 100%;background: #2262c6;color: #fff;text-align: center;position: relative;font-size: 24px;line-height: 118px;margin: 0;
    }
    .commonLinkHead::after{
        content: '';display: block;width: 34px;height: 5px;background: #fff;position: absolute;left: 0;right: 0;top: 91px;margin: auto;
    }
    .commonLinkList{
        float: left;width: 882px;height: 100%;border: 1px solid #ccc;
    }
    .linkItem{
        display: inline-block;width: 10%;float: left;height: 100%;

    }
    .headerLinkItem{
        height: 30px;

    }
    .linkItem .iconfont{
        width: 70px;height: 70px;border-radius: 50%;border: 1px solid #3475d6;margin: 18px auto 23px;display: block;
    }
    .linkItem .iconfont_sel{
        width: 70px;height: 70px;border-radius: 50%;background: linear-gradient(#2363be,#3079eb);margin: 18px auto 23px;display: none;
    }
    .linkItem p{
        font: 16px/16px "微软雅黑";color: #363636;text-align: center;
    }
    .linkItem:hover{
        text-decoration: none;
    }
    .linkItem:hover .iconfont{
        display: none;
    }
    .linkItem:hover .iconfont_sel{
        display: block;
    }
    .linkItem:hover p{
        color: #2262c6;
    }
    .headerLinkItem a{
    color:#fff;
    }
   .headerLinkItem a:hover{
    color:#fff;
    }
    .headerLinkItem a:visited{
    color:#fff;
    }
}

@media (min-width: 1200px) {
    .commonLink{
        width: 1500px;margin: 0 auto 30px;height: 143px;
    }
    .commonLinkHead{
        width: 133px;
    }
    .commonLinkList{
        width: 1367px;
    }
}

.mt{
    margin-left: 0;
    margin-top:10px;
    padding-right: 15px;
    width: 495px;
}
 .headLink{
 
    height: 35px;
    position: absolute;
    top: 70px;
    right: -40px;
    width: 14%;
    }
/*常用链接 end*/