/*通用*/
body,html{
    margin:0;
    padding:0;
    font-size:14px;
    font-family: '微软雅黑';
    min-width:1200px;
}
.container-fulled{
    width:100%;
}
.header-one{
width:100%;
background-color:#bac5d9;
}
img{
    border:none;
}
.ac{background-color:pink;}
.container{
    width:1200px;
    margin:0 auto;
}
ul{
    list-style:none;
    margin:0;
    padding:0;
}
a,a:hover,a:active{
    color:inherit;
    text-decoration: none;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    content:'';
    display:block;
    clear:both;
}
.whitespace {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
font-weight:normal;
}
.whitespace span{float:right;}
/*通用结束*/
/*导航*/
#header{
    padding:23px 0;
}
#nav{
    background: rgba(36, 80, 134, 0.9);
    position:relative;
    z-index:1000;
}
.nav{
    font-size:15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav .item{
    padding:0 30px;
    position:relative;
    float:left;
    height:60px;
    line-height:60px;
    text-align: center;
    color:#ffffff;
    border-bottom:4px solid transparent;
}
.nav .item span{
    margin-left:10px;
}
.nav .item img,.nav .item span{
    display: inline-block;
    vertical-align: middle;
}
.nav .item>a{
    display: block;
    height:60px;
    line-height:60px;
}
.nav .item.active{
    color:#ffffff;
    border-bottom:4px solid #ffffff;
}
.secondNav{
    padding:10px 0;
    display:none;
    text-align: center;
    width:100%;
    position:absolute;
    left:0;
    top:64px;
    z-index:100;
    background: rgba(36, 80, 134, 0.9);
    color: #ffffff;
}
.secondNav li{
    padding:5px 10px;
    /*height:30px;*/
    line-height:20px;
    position:relative;
}
.thirdNav{
    position:absolute;
    left:100%;
    top:0;
    display:none;
    width:100%;
    border-left:1px solid transparent;
    background: rgba(36, 80, 134, 0.9);
}
/*导航结束*/
/*轮播图*/
#banana{
    /*margin-top:-60px;*/
    position:relative;
    min-height:64px;
}
.runBox{
    height:547px!important;
    overflow: hidden;
    width:100%;
    position:relative;
}
.runBox .runImgBox{
    position:absolute;
    left:0;
    top:0;
}
.runBox .runImg{
    float:left;
    position:relative;
}
.runBox .runImg img{
    width:100%;
    display: block;
}
.runBox .runImg .runImgText{
    font-size:30px;
    color:#ffffff;
    font-weight: 500;
    position:absolute;
    background:rgba(36, 80, 134, 0.9);
    padding:15px 30px;
    bottom:0;
}
.runCtrl{
    position:absolute;
    bottom:3%;
}
.runCtrl li{
    width:52px;
    height:6px;
    cursor: pointer;
    float:left;
    background: rgba(204,204,204,1);
    margin-left:10px;
}
.runCtrl li.active{
    background: rgba(36, 80, 134, 1);
}
/*轮播图结束*/
/*正文主体*/
#bodyOne{
    padding:0px 0;
}
#news{
    width:550px;
}
#news .newsList .date{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color:#ffffff;
    box-sizing: border-box;
    width:115px;
    height:55px;
    margin-right:5px;
    padding:5px 0;
    background: #245086;
}
#news .newsList .date .day{
    font-size:24px;
    padding-bottom:3px;
}
#news .newsList a{
    display: inline-block;
    height:80px;
    line-height:80px;
    width:100px;
    vertical-align: middle;
    border-bottom: 1px dashed rgb(234,234,234);
}
#news .newsList li:last-of-type a{
    border-bottom:none;
}
.notice{
    width:550px;
}
.notice .noticeList li{
    padding: 12px 0;
}
.notice .noticeList li a{
    width:320px;
    display: inline-block;
}
#kanwu{
    margin:35px;
    width:205px;
    height:280px;
    overflow: hidden;
    position:relative;
}
#kanwu a{
    position: absolute;
    top:0;
    left:0;
}
#kanwu .changeKanwu {
    position:absolute;
    bottom:5px;
    left:90px;
    z-index:100;
}
#kanwu .changeKanwu li{
    width:15px;
    height:15px;
    margin-right:5px;
    float:left;
    cursor: pointer;
    border-radius: 50%;
    background:rgb(208,206,206);
}
#kanwu .changeKanwu li.active{
    background:#ffffff;

}
/*正文主体结束*/
/*友情链接*/
.link{
    border:none !important;
    margin:15px 0;
}
#link{
    background: #f3f1f1;
}
#link .friendLink{
    width:100%;
    padding:10px 0;
}
#link .contentUSBox{
    width:500px;
    padding:10px 0;
}
.linkBox .selectBox{
    cursor: pointer;
}
.linkBox>div{
    width:1080px;
}
.linkList li{
    float:left;
}
.listTitle{
    width:80px;
    height:18px;
    line-height: 18px;
    padding:0 10px;
    margin:15px 0;
    border-left:4px solid #245086;
}
.linkList{
    width:100%;
    text-align: left;
    /*margin:15px 0;*/
    height:18px;
    line-height: 18px;
}
.linkList>li{
    width:15%;
    padding:15px 0;
    text-align: center;
    position:relative;
}
.linkOption{
    display: none;
    width:100%;
    position:absolute;
    left:0;
    top:100%;
    border:1px solid #fd8686;
    background: rgba(255,255,255,0.9);
    padding:5px;
    max-height:150px;
    overflow-y: auto;
    z-index:20;
}
.linkOption li{
    width:100%;
    height:18px;
    line-height:18px;
    text-align: left;
}
.contentUS li{
    float:left;
    margin-left:2%;
    width:48%;
    padding:15px 0;
    height:18px;
    line-height: 18px;
}
/*友情链接结束*/
/*奖励资助项目*/
#bodyTwo{
    padding:0px 0;
}
#bodyThree{
    padding-bottom:50px;
}
.title{
    font-size:20px;
    padding:5px;
    border-bottom:2px solid  rgba(36, 80, 134, 1);
    position:relative;
}
.title span,.title img{
    vertical-align: middle;
    display: inline-block;
    margin-right:5px;
}
#imgNews{
    padding:40px 0;
}
#imgNews .run-img{
    width:1200px;
    height:170px;
    overflow: hidden;
    position:relative;
}
#imgNews .run-img ul{
    position: absolute;
    top:0;
    left:0;
}
#imgNews .run-img ul li{
    float: left;
    margin-left:53px;
}
#imgNews .run-img ul li:first-of-type{
    margin-left:0;
}
#imgNews .run-img img{
    width:260px;
    height:170px;
}
.more{
    position:absolute;
    right:0;
    top:5px;
    color:#999999;
    text-align: left;
    font-size:14px;
    padding:5px 0;
}
.more a{
    float:right;
}
/*奖励资助项目结束*/
/*底部*/
#footer{
    background: rgba(36, 80, 134, 1);
}
#footer div{
    padding:30px 0;
    text-align: center;
}
#footer div p{
    color:#ffffff;
    font-size:14px;
    line-height:30px;
}
/*底部结束*/

/*二级页面*/
.listRight{
    width:200px;
}
.listLeft{
    width:1000px;
}
 
      .swiper-slide {
            /* text-align: center; */
            font-size: 18px;
            background: #fff;
            /* center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;}
        
        .swiper-slide img {
            display: block;
            width: 50px;
            height: 80px;
            object-fit: cover;
margin:0 auto;
            }
        
        .aa {
            width: 545.95px;
            height: 240px;
            overflow: hidden;}
        
        .abc1 {
            width: 100px;
            height: 80px;
            /* background-color: black; */
            display: inline-block;
overflow:hidden;
}
         .swiper {
            width: 100%;
            height: 80px;
        }
        
        .abc2 {
            width: 100px;
            height: 80px;
            /* background-color: black; */
            display: inline-block;
            text-align: left;
            line-height: 80px;}
        .aa .swiper-slide .abc1 a{width:100px;
height:80px;}
        .abc3 {
            width: 345px;
            height: 80px;
            /* background-color: black; */
            display: inline-block;
            line-height: 80px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;}
        
        .abc img {
            height: 75px;
            text-align: center;}