.banner-slide-body{
    min-width: 1280px;
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.banner-slide-content{
    overflow: hidden;
    position: absolute;
    width: 300%;
    left: 0;
    top: 0;
    height: 600px;
    z-index: 1;
}
.banner-slide-box{
    width: 33.333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333%;
    display: block;
    height: 600px;
    position: relative;
    overflow: hidden;
    float: left;
    cursor: pointer;
}
.banner-slide-body:hover .banner-slide-nav{
    display: block;
}
.banner-slide-nav{
    display: none;
    text-align: center;
}
.banner-slide-nav .arrow{
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: rgba(0,0,0,0.4);
    cursor: default;
    font-size: 34px;
    top: 50%;
    margin-top: -25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.banner-slide-nav .arrow:hover{
    background: rgba(0,0,0,0.8);
}
.banner-slide-nav .prev{
    left: 0;
}
.banner-slide-nav .next{
    right: 0;
}
.banner-slide-hover{
    width: 100%;
    position: absolute;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    bottom: 6px;
    height: 10px;
    left: 0;
}
.banner-slide-hover .bullet{
    display: inline-block;
    vertical-align: top;
    background: #fff;
    width: 60px;
    margin: 0 5px;
    height: 10px;
    min-height: 10px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
.banner-slide-hover .bullet:hover{
    background: #fe2ba9;
}
.banner-slide-hover .selected{
    background: #fe2ba9;
}

.ArtGallery_banner{
    width: 1100px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
}
.ArtGallery_banner_left{
    width: 570px;
    float: left;
    padding-top: 50px;
}
.ArtGallery_banner_left span.span1{
    display: block;
    width: 100%;
    overflow: hidden;
    clear: both;
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    font-weight: 200;
}
.ArtGallery_banner_left span.span2{
    width: 90px;
    height: 6px;
    background: #fff;
    display: block;
    margin: 0;
    margin-top: 10px;
}
.ArtGallery_banner_left span.span3{
    display: block;
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    line-height: 60px;
    margin-top: 30px;
}
.ArtGallery_banner_left span.span4{
    display: block;
    width: 290px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.ArtGallery_banner_left span.span5{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
}
.ArtGallery_banner_btn{
    display: block;
    width: 150px;
    height: 40px;
    background: #006be3;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 50px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ArtGallery_banner_btn:hover{
    background: #9932ef;
}
.ArtGallery_banner_right{
    width: 500px;
    float: right;
    position: relative;
    padding: 50px 0;
    z-index: 1;

}
.ArtGallery_banner_right img{
    display: block;
    width: 400px;
    padding-top: 20px;
}
.ArtGallery_banner_right:after{
    position: absolute;
    width: 300px;
    height: 400px;
    right: 0;
    top: 30px;
    content: '';
    border-width: 10px;
    border-style: solid;
    border-image: -webkit-linear-gradient( #8258d9 , #2a69b1) 30 30;
    border-image: -moz-linear-gradient( #8258d9, #2a69b1) 30 30;
    border-image: linear-gradient( #8258d9 , #2a69b1) 30 30;
    z-index: -1;
}



/**/
.newBannerSwiper{
    width: 100%;
    overflow: hidden;
    clear: both;
}
.newBannerSwiper_one{
    width: 100%;
    overflow: hidden;
    clear: both;
    display: block;
}
.newBannerSwiper_one img{
    display: block;
    width: 100%;
}
#newBannerSwiper_pagination .swiper-pagination-bullet{
    width: 60px;
    height: 10px;
    background: #fff;
    opacity: 1;
    border-radius: 0;
    margin: 0 5px;
}
#newBannerSwiper_pagination .swiper-pagination-bullet-active{
    background: #fe2ba9;
}
#newBannerSwiper_next{
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.4) url(../images/newBannerSwiper_right.png) center no-repeat;
}
#newBannerSwiper_prev{
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.4) url(../images/newBannerSwiper_left.png) center no-repeat;
}