@charset "utf-8";

#bannerSlide { height:400px; position:relative;margin-top:0; overflow: hidden; zoom: 1; z-index:0; min-width:1202px;}
.clearfix:before, .clearfix:after { display: block; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; width: 0; height: 0;}
.clearfix:after { clear: both;}
.clearfix { zoom: 1;}

.icon-arrow-a-left, .icon-arrow-a-right { background: url(../images/icon1.jpg) no-repeat;}


.icon-arrow-a-left { background-position: 0 0; height: 50px; width: 50px;}
.icon-arrow-a-left:hover, .icon-arrow-a-left.arrow-a-left_hover, .icon-arrow-a-left.arrow-a-left-hover { background-position: -60px 0;}

.icon-arrow-a-right { background-position: -120px 0; height: 50px; width: 50px;}
.icon-arrow-a-right:hover, .icon-arrow-a-right.arrow-a-right_hover, .icon-arrow-a-right.arrow-a-right-hover { background-position: -180px 0;}

#index_b_hero { width: 1202px; height: 460px; margin: auto; position: relative;}
#index_b_hero img { width: 1202px; height: 460px;}
#index_b_hero .heros { width: 1202px; height: 460px;}
#index_b_hero .hero-wrap { overflow: visible; position: absolute;}

#index_b_hero .next, #index_b_hero .prev { filter: alpha(Opacity=70); opacity: .7; position: absolute; top: 50%; margin-top: -25px; background-color: #303030; z-index: 3; cursor:pointer;}


#index_b_hero .next:hover, #index_b_hero .prev:hover { background-color:#339999;}
#index_b_hero .next { margin: -25px 0 0 0; right: 0;}




#index_b_hero .disabled { background-color: #000;}
#index_b_hero .mask-left, #index_b_hero .mask-right, #index_b_hero .hero {/* background: #000; */z-index: 1;position: absolute;top: 0;left: 0;/* width: 1202px; */height: 460px;overflow: hidden;/* left:2404px; */}
#index_b_hero .mask-right, #index_b_hero .mask-left {z-index: 4;/* left: -1202px; */filter: alpha(Opacity=70);opacity: .7;/* background:#000; */overflow: hidden;}
#index_b_hero .mask-right { left: 1202px;}
#index_b_hero .active { z-index: 2; left: 0;}

#bannerSlide .text{ position: absolute!important; z-index:9999999 !important; top:395px; left:70px !important; text-align:left; height:40px; font-size:16px; font-weight:bolder; color:#fff; background:url(../images/tt_bg.png) repeat-x; float:left; line-height:40px; padding:0 20px;}



.slider {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

.slider .bd {
    width: 1202px;
    position: absolute;
    left: 50%;
    margin-left: -601px;
}

.slider .bd li {
    width: 1202px;
    overflow: hidden;
}

.slider .bd li img {
    display: block;
    width: 1202px;
    height: 400px;

}

.slider .tempWrap {
    overflow: visible !important
}

.slider .tempWrap ul {
    margin-left: -1202px !important;
}

.slider .hd {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 8px;
    bottom: 20px;
    text-align: center;
}

.slider .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 8px;
    height: 8px;
    line-height: 99px;
    overflow: hidden;
    /*background:url(../images/slider-btn.png) 0 -10px no-repeat;*/
    margin: 0 5px;
    cursor: pointer;
}

.slider .hd li.on {
    background-position: 0 0;
}

.slider .pnBtn {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 400px;
    cursor: pointer;
}

.slider .prev {
    left: -50%;
    margin-left: -601px;
}

.slider .next {
    left: 50%;
    margin-left: 601px;
}

.slider .pnBtn .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    background: #fff;
    filter: alpha(Opacity=70);
    opacity: .7;

}

.slider .pnBtn .arrow {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -25px;
    height: 50px;
    width: 50px;
    background: url(../images/icon1.jpg) no-repeat;
    background-color: #303030;
    filter: alpha(Opacity=70);
    opacity: .7;
}

.slider .prev .arrow {
    background-position: 0 0;
    right: -50px;

}

.slider .prev .arrow:hover, .slider .next .arrow:hover {
    background-color: #0066cc;

}

.slider .next .arrow {
    background-position: -120px 0;
    left: -50px;

}