#topbanner{
    width:100%;
    height:450px;
    margin:0 auto;
    background:url(../images/banner.jpg) no-repeat top center;
}

.w1200{
    width:1200px;
    margin:80px auto 80px;

}

#picture img{
    display:block;
}

.container{
    
}

.article{
    text-align: center;
    margin:40px auto;
    width:900px;
}

.article a{
    font-size:40px;
    text-decoration: none;
    font-weight: 600;
    color:#001F70;
}

.article p{
    color:#666;
}

.jishi ul{
    overflow: hidden;
    clear: both;
    margin-top:40px;
}

.jishi li{
    width:575px;
    float:left;
    margin-bottom: 20px;
    margin-right: 25px;
    text-align:center;
}

    .jishi li a{
        display:block;
    }

    .jishi li p{
        margin-top:10px;
    }

.more{
    height:60px;
    width:480px;
    background:#009FEE;
    border-radius: 30px;
    display:block;
    font-size:20px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    line-height: 60px;
    margin:80px auto -130px;
}

.jiashu {
    height:360px;
}

.jiashu ul{
    margin-top:40px;
    clear:both;
    height:
}

.jiashu li{
    list-style: disc;
    height:24px;
    float:left;
    width:560px;
    margin:10px 20px;
}

.jiashu li a:hover{
    color:#001F70;
}

.slider-pic {
    overflow: hidden;
    position: relative;
    clear: both;
    margin-top:40px;

}
.slider-pic .hd {
    height: 0;
    width: 100%;
    position: relative;
}
.slider-pic .tempWrap{
    margin-left:10px;
}
.slider-pic .hd .prev,
.slider-pic .hd .next {
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/left.png) no-repeat center center;
    position: absolute;
    top: 80px;
    left: 0;
    height: 60px;
    width: 40px;
}
.slider-pic .hd .next {
    background: url(../images/right.png) no-repeat center center;
    left: auto;
    right: 0;
}
.slider-pic .hd .prevStop {
    background-position: -60px 0;
}
.slider-pic .hd .nextStop {
    background-position: -60px -50px;
}
.slider-pic .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}
.slider-pic .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    display: none;
}
.slider-pic .hd ul li.on {
    background-position: 0 0;
}
.slider-pic .bd {
    width: 980px;
    margin: 0 auto;
}
.slider-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.slider-pic .bd ul li {
    margin: 0 10px;
    width: 300px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.slider-pic .bd ul li .pic {
    text-align: center;
    display: block;
    /* height: 210px; */
    position: relative;
}
.slider-pic .bd .pic img {
    width: 100%;
    display: block;
}
.slider-pic .bd .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/opacity.png) repeat;
    color: #fff;
}
.slider-pic .bd .title p {
    text-align: center;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}