﻿/* 焦点图 */

#banner {
    height: 339px;
    text-align: center;
    overflow: hidden;
    position: relative;
    /* background-image: url(/img/banner_bg.jpg); */
    background-image: url(/img/sub_bg.jpg);
    background-repeat: repeat-x;
}

    #banner img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -148px;
        margin-left: -674px;
    }

/*焦点图*/

#playBox {
    width: 100%;
    height: 339px;
    margin: 0px auto;
    /*background: #333;*/
    position: relative;
    overflow: hidden;
    /* background-image: url(/img/banner_bg.jpg); */
    background-image: url(/img/sub_bg.jpg);
    /* background-repeat: repeat-x; */
    background-size: cover;
}

    #playBox .oUlplay {
        width: 99999px;
        position: absolute;
        left: 0;
        top: 0;
    }

    #playBox ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #playBox .oUlplay li {
        float: left;
        overflow: hidden;
        text-align: center;
        background: url(/img/banner01.jpg) no-repeat center top;
    }

        #playBox .oUlplay li a {
            display: block;
            height: 339px;
        }

    /*左*/

    #playBox #boxc {
        width: 1200px;
        height: 339px;
        margin: 0px auto;
        position: relative;
    }

    #playBox .pre {
        cursor: pointer;
        width: 45px;
        height: 45px;
        background: url(/images/l.png) no-repeat;
        position: absolute;
        top: 110px;
        left: 10px;
        z-index: 10;
    }

    /*右*/

    #playBox .next {
        cursor: pointer;
        width: 45px;
        height: 45px;
        background: url(/images/r.png) no-repeat;
        position: absolute;
        top: 110px;
        right: 10px;
        z-index: 10;
    }

    /*标*/

    #playBox .smalltitle {
        width: 100%;
        height: 15px;
        position: absolute;
        bottom: 15px;
        z-index: 10;
    }

        #playBox .smalltitle ul {
            width: 75px;
            margin: 0 auto;
        }

            #playBox .smalltitle ul li {
                width: 15px;
                height: 15px;
                margin: 0 5px;
                border-radius: 15px;
                background: #ffffff;
                cursor: pointer;
                float: left;
                overflow: hidden;
                *display: inline;
                *zoom: 1;
            }

        #playBox .smalltitle .thistitle {
            background: #69aaec;
        }

/* 主区域 */

#main {
    height: 200px;
}

    /* 中间区域 */

    #main #center {
        padding-right: 12px;
        padding-left: 12px;
        width: 500px;
        float: left;
        height: 200px;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #F4F4F4;
        padding-right: 14px;
    }

/* 选项卡 */

#tab .tab-title {
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #F2F2F2;
    padding-bottom: 6px;
    line-height: 28px;
    height: 28px;
}

    #tab .tab-title li {
        height: 28px;
        width: 90px;
        float: left;
        margin-right: 14px;
        color: #261C1B;
        font-size: 16px;
        font-weight: bold;
        background-color: #E8E8E8;
        text-align: center;
        border-radius: 5px;
        line-height: 28px;
    }

    #tab .tab-title a {
        color: #000;
    }

    #tab .tab-title .tab-this {
        color: #FFF;
        background-color: #3479C4;
    }
    #tab .tab-title .tab-this a {
        color: #FFF;
    }

    #tab .tab-title li.more {
        float: right;
        background-color: #FFFFFF;
        font-size: 12px;
        margin: 0px;
        width: 50px;
        color: #C4C4C4;
    }

/* 选项卡内容区域 */

#tab .tab-content {
    padding-top: 12px;
    padding-right: 24px;
    height: 162px;
}

    #tab .tab-content .show {
        display: block !important;
    }

    #tab .tab-content .tab-item {
        width: 100%;
        display: none;
    }

    #tab .tab-content .pic_news {
        width: 213px;
        float: left;
    }

    #tab .tab-content ul {
        float: left;
        text-align: left;
        padding-left: 10px;
        /*width: 260px;*/
        width: 100%;
        margin-left: 15px;
    }

    #tab .tab-content .tab-item li {
        list-style-type: disc;
        list-style-position: outside;
        line-height: 30px;
        height: 30px;
        font-size: 16px;
        font-weight: bold;
        clear:both;
    }

        #tab .tab-content .tab-item li a {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
            width:100%;
            float:left;
        }

/* 右侧区域 */

#right {
    width: 392px;
    float: left;
    height: 200px;
    padding-left: 14px;
}

/*产品展示*/

#cpzs img {
    border-radius: 5px 5px 0 0;
}

#cpzs p {
    font-size: 14px;
    line-height: 28px;
    color: #FFF;
    background-color: #1D6ABC;
    text-align: center;
}
