.banner img{
    width: 100%;
    vertical-align: bottom;
}
.body{
    padding: 35px 0 20px 0;
}
.little-title{
    font-size: 18px;
    color: #1d367f;
    text-align: center;
    margin-top: 35px;
}
.little-title i{
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #1d367f;
    vertical-align: middle;
}
.little-title span{
    margin: 0 15px;
    font-weight:bold;
    vertical-align: middle;
}
.little-title p{
    font-size: 14px;
        font-weight:bold;
    color: #157cc4;
}
.body-list{
    text-align: center;
}
.body-list li{
    margin-top: 30px;
}
.body-list img{
    max-width: 100%;
    vertical-align: bottom;
}
.slideBox{
    padding-bottom: 60px;
    overflow: hidden;
}
.hd{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.hd ul{
    text-align: center;
}
.hd li{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 100%;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #1d367f;
}
.hd li.on{
    background-color: #1d367f;
}
@media screen and (max-width: 1200px) {
    .banner{position: relative;overflow:hidden;}
    .banner img{
        position: relative;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: calc(1.6*100%);
    }
}
@media screen and (max-width:767px){
    .body{
        padding: 30px 0;
    }
}