﻿/*reset*/
body{font-family: "microsoft yahei","微软雅黑";}
body,ul,li,ol,img{margin: 0;padding: 0;}
li{list-style: none;}

body{width: 1100px;height: auto;margin: 0 auto;}
body>h5{margin-left: 0px;}
body>div{margin-left: 0px;}

/*example*/
.example2{}
.example2 ol{position:relative;width: 180px;height: 20px;top:-30px;left:700px;}
.example2 ol li{float:left;width: 80px;height: 10px;margin: 5px;background: #eca33d;}
.example2 ol li.seleted{background: #bcbf32;}