﻿﻿/*全局公共样式，便于统一控制*/
/*scrollbar*/
html,body,iframe,div{scrollbar-face-color: #f6f6f6; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;}




.focus {
        position: relative;
        width: 660px;
        height: 400px;
        background-color: purple;
        overflow: hidden;
    }

    .focus ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 600%;
    }

    .focus ul li {
        float: left;
        position: relative;
    }

    .arrow-l,
    .arrow-r {
        display: none;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        width: 24px;
        height: 40px;
        background: rgba(0, 0, 0, .3);
        text-align: center;
        line-height: 40px;
        color: #fff;
        font-family: 'icomoon';
        font-size: 18px;
        z-index: 2;
    }

    .arrow-r {
        right: 0;
    }

    .circle {
        position: absolute;
        bottom: 13px;
        right: 50px;
    }

    .circle li {
        float: left;
        width: 8px;
        height: 8px;
        /*background-color: #fff;*/
        border: 2px solid #fff;
        margin: 0 3px;
        border-radius: 50%;
        /*é¼ æ ‡ç»è¿‡æ˜¾ç¤ºå°æ‰‹*/
        cursor: pointer;
        /* opacity: 0; */
        font-size: 0;
    }

    .current {
        background-color: #3990d3
    }

    .txt {
        position: absolute;
        width: 559px;
        height: 40px;
        line-height: 40px;
        left: 0;
        bottom: 0;
        padding-left: 5px;
        background: rgba(0, 0, 0, .3);
    }

    .txt a {
        color: #fff;
        font-size: 16px;
        text-decoration: none;
    }
.txt a h4{color: #fff; font-family:'微软雅黑'; height:40px; line-height:40px}