@charset "UTF-8";
.bannerBox{
    position: relative;
    height:114px;
    background:url(../images/banner_bg.jpg) no-repeat;
}
.bannerBox .logoCon{
    position:absolute;
    left:0px;
    height:100%;
    top:0;
    width:400px;
    overflow:hidden;
}
.bannerBox .logoCon .logobox{
    height:100%;
    width:100%;
    background-image:url(../images/banner_text.png);
    background-position:left center;
    background-repeat:no-repeat;
}
.bannerPicSlideCon{
    position:absolute;
    top:0;
    right:0;
    height:100%;
    width:308px;
}
.bannerPicSlideCon ul,
.bannerPicSlideCon li,
.bannerPicSlideCon li .pic{
    width:100%;
    height:100%;
}
.bannerPicSlideCon ul{
    position:relative;
}
.bannerPicSlideCon li{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.bannerPicSlideCon li.li_1 .pic{
    background-image:url(../images/banner_pic_1.png);
}
.bannerPicSlideCon li.li_2 .pic{
    background-image:url(../images/banner_pic_2.png);
}
.bannerPicSlideCon li.li_3 .pic{
    background-image:url(../images/banner_pic_3.png);
}
.bannerPicSlideCon li.li_4 .pic{
    background-image:url(../images/banner_pic_4.png);
}
.bannerPicSlideCon li .pic{
    display:block;
    background-repeat:no-repeat;
    background-position:center center;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true);
}

/*小banner文字切换*/
.sRowBannerCon{
    height:32px;
    position:absolute;
    width:300px;
    top:50%;
    margin-top:-16px;
    right:170px;
    overflow: hidden;
}
.sRowBannerCon ul,.sRowBannerCon li,.sRowBannerCon li .textPic{
    width:100%;
    height:100%;
}
.sRowBannerCon ul{
    position: relative;
}
.sRowBannerCon li{
    position: absolute;
    top:0;
    display:none;
}
.sRowBannerCon li.li_1 .textPic{
    background-image:url(../images/s_banner_text_1.png);
}
.sRowBannerCon li.li_2 .textPic{
    background-image:url(../images/s_banner_text_2.png);
}
.sRowBannerCon li.li_3 .textPic{
    background-image:url(../images/s_banner_text_3.png);
}
.sRowBannerCon li.li_4 .textPic{
    background-image:url(../images/s_banner_text_4.png);
  }
  .sRowBannerCon li.li_5 .textPic{
    background-image:url(../images/s_banner_text_5.png);
  }
  .sRowBannerCon li.li_6 .textPic{
    background-image:url(../images/s_banner_text_6.png);
  }
.sRowBannerCon li .textPic{
    display:block;
    background-repeat:no-repeat;
    background-position:center center;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true);
}