﻿@charset "utf-8";
/* css */
body, div, ul, li, dl, dt, dd, h2, p {
    padding: 0;
    margin: 0;
    font-family: Arial;
}

ul {
    list-style: none;
}

img {
    border: none;
}

a {
    blr: expression(this.onFocus=this.blur());
    outline: none;
}

/* banner-box */
.banner-box { /*min-width:1210px;*/
    height: 360px;
    position: relative;
    overflow: hidden;

    width: 775px; height: 380px; overflow: hidden; position: relative; float: left;
}

    .banner-box .bd {
        width: 100% !important;
    }


    
    .banner-box .bd ul{
        position: relative; width: 775px; height: 360px;
    }


        .banner-box .bd li .m-width {
            width: 1210px;
            margin: 0 auto;
            overflow: hidden;
        }

        .banner-box .bd li {
            width: 100% !important;
            height: 360px;

            position: absolute; width: 775px; left: 0px; top: 0px; display: none;
        }

            .banner-box .bd li a {
                display: block;
                background-size: auto;
            }

.banner-btn {
    width: 1210px;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -605px;
}

    .banner-btn a {
        display: block;
        width: 49px;
        height: 104px;
        position: absolute;
        top: 0;
        filter: alpha(opacity=40);
        -moz-opacity: 0.4;
        -khtml-opacity: 0.4;
        opacity: 0.4;
    }

        .banner-btn a.prev {
            left: 20px;
            background: url(../images/foot.png) no-repeat 0 0;
        }

        .banner-btn a.next {
            right: 20px;
            background: url(../images/foot.png) no-repeat -49px 0;
        }

.banner-box .hd {
    position: absolute;
    top: 210px;
    left: 537px;
}

    .banner-box .hd ul li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        text-indent: -9999px;
        margin-right: 20px;
        background: #ccc;
        float: left;
        cursor: pointer;
    }

        .banner-box .hd ul li.on {
            background: rgba(0, 0, 0, 0.4);
        }




/*silde*/
.slideBox {
    position: relative;
    overflow: hidden; /* set width */
    width: 775px;
    height: 380px;
    overflow: hidden;
    position: relative;
    float: left;
}


    .slideBox .bd {
        position: relative;
        z-index: 0;
    }

        .slideBox .bd ul {
            position: relative;
            width: 775px;
            height: 380px;
        }

    .slideBox .hd {
        position: absolute;
        top: 210px;
        left: 537px;
    }

        .slideBox .hd ul li {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            text-indent: -9999px;
            margin-right: 20px;
            background: #ccc;
            float: left;
            cursor: pointer;
        }

            .slideBox .hd ul li.on {
                background: rgba(0, 0, 0, 0.4);
            }

    .slideBox .bd li img {
        width: 775px;
        height: 380px; 
    }

    .slideBox .bd li a {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
