.hearder-search input[type="submit"]{
    width: 80px;
    height: 30px;
    border: none;
    background: #dcdcdc;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    outline: none;}
.bannerbox{position: relative;}
.bannerbox .bd img{width:100%;}
.bannerbox .hd{position: absolute;bottom:20px;left:50%;transform: translateX(-50%);}
.bannerbox .hd ul{}
.bannerbox .hd ul li{width:20px;height:20px;background:#fff;margin:0 5px;border-radius:50%;float:left;}
.bannerbox .hd ul li.on{background:#056ad2;}
