.banner-box .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.banner-box .swiper-container-no-flexbox .swiper-slide {
    float: left
}

.banner-box .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.banner-box .swiper-wrapper {
    position: relative;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.banner-box .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.banner-box .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    /*width: 50%;*/
    height: 100%;
    position: relative;
    padding: 0;

}

.banner-box .swiper-button-next, .banner-box .swiper-button-prev {
    position: absolute;
    top: 67%;
    width: 76px;
    height: 76px;
    margin-top: -25px;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 999;
}

.banner-box .swiper-button-next,.banner-box  .swiper-container-rtl .swiper-button-prev {
    background-image: url(../fonts/6ba02fc565264fdeaa51dc53123f5927.woff);
    right: 10px;
    left: auto
}

.banner-box .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.banner-box .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 5px;
    cursor: pointer
}

.banner-box .swiper-slide:hover {

}

.banner-box {
    
    position: relative;
    overflow: hidden;
	margin-top: 50px;
}

.banner-box .swiper-container {
   
    margin: 12px 0
}

.banner-box .swiper-slide {
    width:30%;
    margin-right: 40px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
	overflow: hidden;
}
.banner-box .swiper-slide a img{
	height:351px;
}

.banner-box .swiper-slide-active .cover, .banner-box .swiper-slide-duplicate-active .cover{
	background: rgba(0,0,0,0);
}

.banner-box .swiper-button-prev:after, .banner-box .swiper-container-rtl .swiper-button-next:after,.banner-box .swiper-button-next:after, .banner-box .swiper-container-rtl .swiper-button-prev:after{
	content: none;
}
.banner-box .swiper-button-prev {
    background: url("../images/caseleft.png") no-repeat;
    left: 0px;
	top: 50%;
}

.banner-box .swiper-button-next {
    background: url("../images/caseright.png") no-repeat;
    right: 0px;
	top: 50%;
}
.banner-box a.fa{
	display: block;
	padding: 10px;
	border: 1px #eaeaea solid;
}
.banner-box a.fa:hover{
	border: 1px #e60012 solid;
}
.banner-box a.fa h1{
	font-size: 20px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.banner-box a.fa span{
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
	height: 40px;
}
