@charset "utf-8";
.swiper-ggt img{
    width: 100%;
}


.fullSlide{
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.fullSlide img{
    display:block;
    width: 100%;
}
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide .bd ul {
    width: 100%!important;
}
.fullSlide .bd li {
    width: 100%!important;
    height: 500px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 500px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: url(../images/touming.png) repeat-x;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}
.fullSlide .hd ul {
    text-align: center;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom:1;
    width: 15px;
    height: 15px;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    background: #fff;
    border-radius: 50%;
}
.fullSlide .hd ul .on {
    background: #1e8bc6;
    opacity: 1;
}
.fullSlide .prev,  .fullSlide .next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.fullSlide .prev {
    left: 3%;
    background: url(../images/left.png) no-repeat left;
}

.fullSlide .next {
    right: 3%;
    background: url(../images/right.png) no-repeat right;
}
.fullSlide .prevStop {
    display: none;
}
.fullSlide:hover .prev,.fullSlide:hover .next{
    filter: alpha(opacity=100);
    opacity: 1;
}


.index-bj{
    background: #ececec;
    padding: 20px 0 30px;
}

.itit{
    background: #1e8bc6;
    color: #fff;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}
.itit span{
    font-size: 16px;
    font-weight: bold;
    float: left;
    padding-left: 25px;
}
.itit .itit-tb01{
    background: url(../images/tit-tb01.png) left no-repeat;
}
.itit a{
    float: right;
    display: block;
    color: #dcdcdc;
}
.border-fff{
    background: #fff;
    border:1px solid #dedede;
    padding:20px;
}



/*通知公告*/
.inotice{
    width: 750px;
}
.inotice-list{
    height: auto;
}
.inotice-fl{
    position: relative;
    width: 100%;
}
.inotice-fl img{
    display:block;
    /* height: 270px; */
    width: 100%;
}
.inotice-fl ul li{
    width:330px;
}
.inotice-fl ul li img{
    display: block;
    width: 330px;
    height: 250px;
}
.inotice-fl ul li p{
    background: rgba(0, 0, 0, .5);
    color: #fff;
    bottom: 0;
    position: absolute;
    width: 90%;
    text-align: center;
    padding: 0 5%;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    line-height: 30px;
}
.inotice-fl ul li:hover p{
    background:#1e8bc6;
}
.inotice-fl .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
    height: 15px;
    line-height: 15px;
}
.inotice-fl .hd ul {
    text-align: center;
}
.inotice-fl .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom:1;
    width: 8px;
    height: 8px;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    background: #c1c1c1;
    border-radius: 50%;
}
.inotice-fl .hd ul .on {
    background: #1e8bc6;
    opacity: 1;
}
.inotice-fr{
    width: 460px;
    display: none;
}
.inotice-fr p{
    text-indent: 2em;
    line-height: 23px;
}
.inotice-fr ul li{
    height: 32px;
    line-height: 32px;
    border-bottom: 1px dashed #eee;
}
.inotice-fr ul li a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    display: block;
    background: url(../images/itb-img01.jpg) left no-repeat;
    padding-left: 15px;
    max-width: 345px;
}
.inotice-fr ul li span{
    float: right;
    color: #999;
    font-size: 12px;
    background: url(../images/ft_2.png) left no-repeat;
    padding-left: 20px;
    width: 70px;
}
.ipublication{
    width: 430px;
    background: #fff;
}
.ipublication .picMarquee-top{
    background: #fff;
    padding: 20px;
    height: 400px;
    overflow: hidden;
}
.ipublication .picMarquee-top li{
    margin-top:5px;
    line-height:25px;
    height:50px;
    overflow:hidden;
}
.ipublication .picMarquee-top li a{}
.ipublication .picMarquee-top li a span{
    color:#999;
    margin-right: 5px;
}

.ipublication-list{
    height: 270px;
    position: relative;
}
.ipublication-list ul li{
    width: 181px;
}
.ipublication-list ul li p{
    text-align: center;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    padding: 0 5px;
    line-height: 20px;
}
.ipublication-list ul li img{
    width: 181px;
    height: 245px;
    display: block;
}
.ipublication-list .prev,.ipublication-list .next{
    display:block;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    font-size: 20px;
    bottom: 50%;
    height: 50px;
    line-height: 50px;
    width: 20px;
    color: #fff;
    background: #b9b9b9;
    margin-bottom: -10px;
}
.ipublication-list .prev:hover,.ipublication-list .next:hover{
    color: #fff;
    background: #1e8bc6;
}
.ipublication-list .prev{
    left: 25px;
}
.ipublication-list .next{
    right: 25px;
}
.ipublication-list .bd .tempWrap{
    display: block;
    margin:auto;
}



/*专家库*/
.iexpert{
    margin-top:20px;
}
.iexpert-list{
    position: relative;
}
.iexpert-list ul li{
    width: 140px;
    margin: 0 10px;
    float: left;
}
.iexpert-list ul li p{
    text-align: center;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    padding: 0 5px;
    line-height: 25px;
}
.iexpert-list ul li img{
    width: 140px;
    height: 187px;
    display: block;
}
.iexpert-list .prev,.iexpert-list .next{
    display:block;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    font-size: 20px;
    bottom: 50%;
    height: 50px;
    line-height: 50px;
    width: 20px;
    color: #fff;
    background: #b9b9b9;
    margin-bottom: -10px;
}
.iexpert-list .prev:hover,.iexpert-list .next:hover{
    color: #fff;
    background: #1e8bc6;
}
.iexpert-list .prev{
    left: 15px;
}
.iexpert-list .next{
    right: 15px;
}
.iexpert-list .bd .tempWrap{
    display: block;
    margin:auto;
}



/*广告图*/
.iggt{
    margin-top:20px;
}
.iggt img{
    width: 100%;
    display: block;
}



/*资讯栏目*/
.inews{
    margin-top: 20px;
}
.inews-list{
    float: left;
    margin-left: 20px;
    width: 386px;
}
.inews-list .border-fff{
    height: 302px;
}
.inews-list:first-child{
    margin-left: 0;
}
.inews-list ul li{
    padding-top: 8px;
    border-top: 1px dashed #eee;
    margin-top: 8px;
    display: table;
    width: 100%;
    border-top: 1px dashed #ccc;
    padding-top: 15px;
    margin-top: 15px;
}
.inews-list ul li dt{
    display:block;
    float:left;
    width: 130px;
}
.inews-list .tupyc ul li dt{
    display: none;
}
.inews-list .tupyc ul li dd{
    width:100%;
}
.inews-list ul li dt img{
    width: 130px;
    height: 80px;
    display:block;
}
.inews-list ul li dd{
    float: right;
    display:block;
    width: 200px;
    line-height: 25px;
    max-height: 100px;
    overflow: hidden;
}
.inews-list ul li:first-child{
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.inews-list ul li span{
    color: #999;
    margin-right: 5px;
}



/*詹天佑奖展示*/
.iawards{
    margin-top:20px;
    border: 2px solid #1e8bc6;
}
.iawards-tit{
    width: 70px;
    background: #1e8bc6;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 18px 0;
}
.iawards-list{
    width: 1086px;
    height: 170px;
}
.iawards-list.border-fff{
    border: 0;
}
.iawards-list ul li{
    width: 200px;
    margin:0 8px;
    float: left;
}
.iawards-list ul li img{
    display: block;
    width: 200px;
    height: 130px;
}
.iawards-list ul li p{
    margin-top:5px;
    text-align:center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}



/*友情链接*/
.ilinks{
    margin-top:20px;
}
.ilinks-list a{
    float: left;
    margin-right: 15px;
    display: block;
    line-height: 25px;
}


@media screen and (max-width: 1200px) {
    .index-bj{
        padding: .2rem 0;
    }
    .border-fff{
        padding: .15rem .15rem;
    }
    .fullSlide{
        height: auto;
    }
    .fullSlide img{
        display: block;
        width: 100%;
    }
    /*通知公告*/
    .inotice{
        width: 100%;
    }
    .inotice-list{
        height: auto;
    }
    .inotice-fl{
        width: 100%;
        float: inherit;
    }
    .inotice-fl ul li{
        width:100%;
    }
    .inotice-fl ul li img{
        display: block;
        width: 100%;
        height: auto;
    }
    .inotice-fl ul li p{
        background: rgba(0, 0, 0, .5);
        color: #fff;
        bottom: 0;
        position: absolute;
        width: 90%;
        text-align: center;
        padding: 0 5%;
        text-overflow: ellipsis;
        white-space:nowrap;
        overflow:hidden;
        line-height: 30px;
    }
    .inotice-fl ul li:hover p{
        background:#1e8bc6;
    }
    .inotice-fl .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 0px;
        left: 0;
        text-align: center;
        _background: #000;
        _filter: alpha(opacity=60);
        height: 15px;
        line-height: 15px;
    }
    .inotice-fl .hd ul {
        text-align: center;
    }
    .inotice-fl .hd ul li {
        cursor: pointer;
        display: inline-block;
        zoom:1;
        width: 8px;
        height: 8px;
        overflow: hidden;
        line-height: 9999px;
        margin: 0 5px;
        background: #c1c1c1;
        border-radius: 50%;
    }
    .inotice-fl .hd ul .on {
        background: #1e8bc6;
        opacity: 1;
    }
    .inotice-fr{
        width: 100%;
        margin-top: .1rem;
        float: inherit;
    }
    .inotice-fr ul li{
        height: auto;
        line-height: 32px;
        border-bottom: 1px dashed #eee;
    }
    .inotice-fr ul li a{
        float: initial;
        display: block;
        max-width: initial;
    }
    .inotice-fr ul li span{
        display: none;
    }
    .ipublication{
        width: 100%;
        margin-top: .1rem;
    }
    .ipublication-list{
        height: auto;
        position: relative;
    }
    .ipublication-list ul li{
        width: 80%;
    }
    .ipublication-list ul li p{
        margin-top: .1rem;
        padding: 0 5px;
        line-height: .3rem;
    }
    .ipublication-list ul li img{
        width: 100%;
    }
    /*资讯栏目*/
    .inews{
        margin-top: 0;
    }
    .inews-list{
        float: left;
        margin-left: 0;
        width: 100%;
        margin-top: .15rem;
    }
    .inews-list .border-fff{
        height: auto;
    }
    .inews-list:first-child{
        margin-left: 0;
    }
    .inews-list ul li{
        padding-top: .1rem;
        margin-top: .1rem;
        font-size: .14rem;
    }
    .inews-list ul li:first-child{
        border-top: 0;
        padding-top: 0;
        margin-top: 0;
    }
    .inews-list ul li span{
        color: #999;
        margin-right: 5px;
    }
    /*詹天佑奖展示*/
    .iawards{
        margin-top: .15rem;
        background: #fff;
    }
    .iawards-tit{
        width: 20%;
        font-size: .22rem;
        padding: .15rem 0;
    }
    .iawards-list{
        width: 76%;
        height: auto;
        overflow: hidden;
        margin: .1rem 2%;
        padding: 0;
    }
    .iawards-list.border-fff{
        border: 0;
    }
    .iawards-list ul li{
        width: 200px;
        margin:0 8px;
    }
    .iawards-list ul li img{
        display: block;
        width: 200px;
        height: 130px;
    }
    .iawards-list ul li p{
        margin-top:.1rem;
        text-align:center;
    }
    /*专家库*/
    .iexpert{
        margin-top:20px;
    }
    .iexpert-list{
        position: relative;
    }
    .iexpert-list .bd{
        overflow: hidden;
    }
    .iexpert-list ul li{
        width: 44%;
        margin: 0 .1rem;        
    }
    .iexpert-list ul li p{
        padding: 0 5px;
        line-height: .3rem;
    }
    .iexpert-list ul li img{
        width: 100%;
        height: 187px;
        display: block;
    }
    .iexpert-list .prev,.iexpert-list .next{
        z-index:99999;
    }
    .iexpert-list .prev{
        left: 0;
    }
    .iexpert-list .next{
        right: 0;
    }
    .iexpert-list .bd .tempWrap{
        display: block;
        margin:auto;
    }
    .ilinks{
        margin-top: .15rem;
    }
    .ilinks-list a{
        float: left;
        margin-right: .15rem;
        display: block;
        line-height: .25rem;
    }

}