/* -------------------------------------- divide -------------------------------------------- */
/* Tab */
.lbt { background:#E7E7E7; }
.tablist { position: relative; background-color: #121d31; font-size: 14px; height: 68px; margin: 0 auto; margin-top: -34px; width: 980px;}
.tablist:after { display: table; content:''; clear:both; }
.tab { float: left; list-style: none; width: 33.3%;}
.tab_a { display: block; border-right: 1px solid #000; padding: 10px 60px 10px 20px; color: #fff; line-height: 24px;background: url(imagesicon-enter.png) no-repeat right center; background-position: 95% 50%;}
.tab_a:hover { background-color: #233249; background: url(imagesicon-enter-hover.png) no-repeat right center #233249; background-position: 95% 50%;}
.tab_on, .tab_on:hover { background-color: #233249; color: #fff; background: url(imagesicon-enter-hover.png) no-repeat right center #233249; background-position: 95% 50%;}
.tab_content { height: 314px; margin-left: -1px;}
.tabpanel { padding: 15px; }
.tab_content_rel { overflow: hidden; position: relative; }
.tabpanel_abs { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-align: center; }
.tabpanel_abs img { width: 100%; height: 314px; }
.tab_limit { width: 980px; margin: auto; }
.tab_auto_play { position: relative; text-align: center; *zoom:1; z-index: 1; }
.prev, .next { position: absolute; width: 21px; height: 45px; cursor: pointer;}
.prev { background-image: url(imgprev.png); }
.next { background-image: url(imgnext.png); }
.prev:hover, .next:hover { background-color: #aaa; }
.tab_auto_play .prev { left: -10px; top: 135px; }
.tab_auto_play .next { right: -10px; top: 135px; }
.pause, .play { width: 50px; height: 50px; position: absolute; left: 50%; top: 110px; margin-left: -25px; z-index: 1; }
.pause { background: url(imgpause.png) no-repeat 0 -50px;     display: none;}
.play { background: url(imgplay.png) no-repeat 0 -50px;     display: none;}
/*注：Content-Left和Content-Main元素是Content元素的子元素，两个元素使用了float:left;设置成两列，这个两个元素的宽度和这个两个元素设置的padding、margin的和一定不能大于父层Content元素的宽度，否则设置列将失败*/