
/*==========================================================*/
/*轮播*
//*==========================================================*/
.banner_box_bg{
    width: 100%;
    height: 100%;
    background: url("../images/slide_box_bg.png");
    position: fixed;
    z-index: -1;
}
.banner-box-fixed{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(255,255,255);*/
    z-index: 200;
    display: none;
}
.banner-box-fixed > .banner-box{
    width: 866px;
    height: 620px;
    background: rgba(255,255,255);
    padding: 25px;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -450px;
    margin-top: -330px;
}

.banner-box-fixed > .banner-box > .banner-top{
    width: 866px;
    height: 500px;
}
.banner-box-fixed > .banner-box > .banner-top > .item{
    width: 866px;
    height: 500px;
    line-height: 500px;
    text-align: center;
    display: none;
}
.banner-box-fixed > .banner-box > .banner-top > .show{
    display: block;
}

.banner-box-fixed > .banner-box > .banner-top > .item > img{
    max-width: 866px;
    max-height: 500px;
    margin: 0 auto;
    vertical-align:middle;
}

/*点击*/
.banner-box-fixed > .banner-box > .banner_click{
    width: 866px;
    height: 500px;
    background: rgba(0,0,0,0.1);
    position: absolute;
    top: 25px;
    left: 25px;
}
.banner-box-fixed > .banner-box > .banner_click > .banner_click_left{
    width: 33%;
    height: 500px;
    float: left;
    position: relative;
    overflow: hidden;
}
.banner-box-fixed > .banner-box > .banner_click > .banner_click_left:hover .label{
    display: block;
}
.banner-box-fixed > .banner-box > .banner_click > .banner_click_left > .label{
    width: 40px;
    height: 40px;
    position: fixed;
    top: 50%;
    left: 20px;
    margin-top: -20px;
    /*display: none;*/
    cursor: pointer;
}
.banner-box-fixed > .banner-box > .banner_click > .banner_click_left > .label > .icons{
    display: block;
    width: 40px;
    height: 40px;
    background-image: url('../images/click_left.png');
    background-size: cover;
}

.banner-box-fixed > .banner-box > .banner_click > .banner_click_right{
    width: 33%;
    height: 500px;
    float: right;
    position: relative;
    overflow: hidden;
}
.banner-box-fixed > .banner-box > .banner_click > .banner_click_right:hover > .label{
    display: block;
}
.banner-box-fixed > .banner-box > .banner_click > .banner_click_right > .label{
    width: 40px;
    height: 40px;
    position: fixed;
    top: 50%;
    right: 20px;
    margin-top: -20px;
    /*display: none;*/
    cursor: pointer;
}
.banner-box-fixed > .banner-box > .banner_click > .banner_click_right > .label > .icons{
    display: block;
    width: 40px;
    height: 40px;
    background-image: url('../images/click_right.png');
    background-size: cover;
}


.banner-box-fixed > .banner-box > .banner-bottom{
    width: 866px;
    height: 90px;
    position: absolute;
    bottom: 25px;
    left: 25px;
}
.banner-box-fixed > .banner-box > .banner-bottom > .li-box{
    width: 100%;
    height: 90px;
    overflow: hidden;
}
.banner-box-fixed > .banner-box > .banner-bottom > .li-box > .li{
    display: inline-block;
    width: 90px;
    height: 90px;
    float: left;
    margin-left: 7px;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    position: relative;
}
.banner-box-fixed > .banner-box > .banner-bottom > .li-box > .li > b{
    display: block;
    width: 84px;
    height: 84px;
    border: 3px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
}
.banner-box-fixed > .banner-box > .banner-bottom > .li-box > .li > .show{
    border: 3px solid #8EC232;
    background: rgba(255,255,255,0);
}

.banner-box-fixed > .banner-box > .banner-bottom > .li-box > .li:nth-child(1){
    margin-left: 0;
}

.banner-box-fixed > .banner-box > .Close{
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.banner-box-fixed > .banner-box > .Close > .icon{
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/icon-close.png") center no-repeat;
}