﻿@charset "utf-8";
/*基本框架CSS*/
ul, ol, li, div {margin:0;padding:0;-webkit-text-size-adjust: none}
ul, ol, li {list-style-type:none;vertical-align:0}
a {outline-style:none;color:#535353;text-decoration:none}
a:hover { color: #D40000; text-decoration: none}
/*基本框架CSS结束，应用特效时，以上样式可删除*/
/* 效果CSS开始 */
.mkeFocus { height: 558px; width: 820px; float:left; margin-left:30px;}
.mkeUl { margin: 0px auto; height: 550px; width: 820px; overflow: hidden; position: relative; }
.mkeUl ul { position: absolute; left: 0px; top: 0px; height: 550px; }
.mkeUl ul li { float: left; text-align: center; font: 20px "微软雅黑"; }
.mkeUl ul li img { margin-bottom: 18px; }
.mkeNum { background: #FFF url(banNum.jpg); height: 35px; width: 37px; position: absolute; z-index: 1; left: 13px; bottom: 4px; font: 14px Arial; }
.mke_ns1 { line-height: 16px; text-align: center; height: 16px; width: 16px; position: absolute; left: 0px; top: 0px; }
.mke_ns2 { line-height: 16px; color: #9FA0A0; text-align: center; display: block; height: 16px; width: 16px; position: absolute; right: 0px; bottom: 0px; }
.mkeLbtn { background: url(kelBtn.png) no-repeat; height: 98px; width: 36px; position: absolute; left: 6px; top: 195px; cursor: pointer; z-index: 10; }
.mkeRbtn { position: absolute; top: 195px; right: 6px; background: url(kerBtn.png) no-repeat; height: 98px; width: 36px; cursor: pointer; z-index: 10; }
/* 效果CSS结束 */
