
.dbswt { overflow: hidden; zoom: 1; position: fixed; bottom: 0; left: 0; width: 100%; }
.dbswt {font-size: 0.8em}
.dbswt ul li { width: 25%; height: 45px; /*overflow: hidden;*/ background-color:#0051b7; float: left; position: relative; list-style: none;}
.dbswt ul li:hover, .dbswt ul li.hover { background-color:#E7951C; }
.dbswt ul li i { display: block; text-align: center; }
.dbswt ul li a { display: block; padding-top: 28px; color: #fff; text-align: center; /*margin-top: -15px;*/}

.dbswt ul li:nth-child(1) a { background: url(../images/dbswt-p1.png) no-repeat center top; }
.dbswt ul li:nth-child(2) a { background: url(../images/dbswt-p2.png) no-repeat center top; }
.dbswt ul li:nth-child(3) a { background: url(../images/dbswt-p3.png) no-repeat center top; }
.dbswt ul li:nth-child(4) a { background: url(../images/dbswt-p4.png) no-repeat center top; }

.dbswt ul li:hover, .dbswt ul li.hover { background: #E7951C; }
.dbswtdh { position: absolute; z-index: 1; top: 6px; left: 25%; margin-left: 40px; width: 12px; height: 12px; font-size: 12px; line-height: 12px; background: #dd6803; color: #fff; border: #dd6803 1px solid; border-radius: 50%; animation: shuzi 1s infinite; -webkit-animation: shuzi 1s infinite; -moz-animation: shuzi 1s infinite; -o-animation: shuzi 1s infinite; -ms-animation: shuzi 1s infinite; }
.dbswt ul li a {/*margin-top: 0px;*/z-index: 10000;}

ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

