@font-face {
  font-family: 'iconfont';
  src: url("//at.alicdn.com/t/font_1441711030_4281652.eot");
  /* IE9*/
  src: url("//at.alicdn.com/t/font_1441711030_4281652.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1441711030_4281652.woff") format("woff"), url("//at.alicdn.com/t/font_1441711030_4281652.ttf") format("truetype"), url("//at.alicdn.com/t/font_1441711030_4281652.svg#iconfont") format("svg");
  /* iOS 4.1- */
}
.iconfont {font-family: "iconfont";font-size: 16px;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slider {position: relative;width:100%;height:500px;overflow: hidden; margin:0 auto;}
.slider .list {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.slider .list li {float: left;width: 100%;height: 100%;text-align: center;}
.slider .item {display: block;width: 100%;height: 100%;background: #dcdee0 url(../images/common/loading24x24.gif) no-repeat center center;}
.slider .item img, .slider .item .bg {width: 100%;height: 100%;}
.slider .item .bg {background-repeat: no-repeat;background-position: center center;}
.slider .nav {position: absolute;bottom: 20px;left: 50%;width: 100px;margin-left: -50px;text-align: center;z-index: 2;}
.slider .nav li {display: inline;margin-right: 5px;width: 12px;height: 12px;}
.slider .nav li a {display: inline-block;width: 10px;height: 10px;border: 1px solid #fff;background: #fff \9;filter: alpha(opacity=30) \9;_overflow: hidden;border-radius: 50%;}
.slider .nav .active a {background: #fff;filter: alpha(opacity=100) \9;cursor: default;}
.slider .action a {position: absolute;top: 0;width: 15%;height: 100%;line-height: 480px;text-align: center;color: #fff;font-size: 64px;opacity: .3;filter: alpha(opacity=30) \9;}
.slider .action a:hover {opacity: 1;filter: alpha(opacity=100) \9;}
.slider .action a.disabled {opacity: .3;filter: alpha(opacity=30) \9;cursor: default;}
.slider .action .prev { background:url(prev_01.png) no-repeat center center;left: 0;}
.slider .action .next {right: 0;background:url(prev_02.png) no-repeat center center;}