.nav_my {
    padding: 0%;
    width: 100%;
    background: #393939;
}

.nav_my ul {
    width: 100%;
    text-align: center;
}

.nav_my ul li {
    border-top: 1px solid #929292;
}

.nav_my ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1em;
}

.slider-focus {
    position: relative;
    max-width: 640px;
    overflow: hidden;
    /*max-height:320px;*/
    margin: 0 auto;
}

.slider-focus .hd {
    position: absolute;
    width: 100%;
    height: 28px;
    left: 0;
    bottom: 2%;
    z-index: 1;
    line-height: 28px;
    text-align: center;
}

.slider-focus .hd li {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin: 0 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    background: #fff;
    cursor: pointer;
}

.slider-focus .hd li.on {
    background: #ffea00;
}

.slider-focus .bd {
    position: relative;
    z-index: 0;
}

.slider-focus .bd li {
    position: relative;
    text-align: center;
}

.slider-focus .bd li img {
    background: url(img/loading.gif) center center no-repeat;
    vertical-align: top;
    width: 100%;
    /* 图片宽度100%，达到自适应效果 */
}

.slider-focus .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */
.slider-focus .bd li .tit {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 28px;
    line-height: 28px;
    background: url(images/focusBg.png) repeat-x;
    color: #fff;
    text-align: left;
}