.banner-section{
	min-height:400px; /*（解决ie8.9.ff.chrome）*/
}
.banner-swiper-container{    
    overflow: hidden;
    margin-top:10px;
    position:relative;
	border-radius: 5px;
}
.banner-swiper-container .swiper-slide{
	position: relative;
}
.banner-swiper-container .banner-img{
    width:100%;
    height:100%;
    border:0;
}
.banner-swiper-container .arrow{
	display: none;
	width: 40px;
	padding: 10px 2px;
	position: absolute;
	top: 190px;
	background-color: rgba(0,0,0,.5);
}
.banner-swiper-container:hover .arrow{
	display: inline-block;
}
.banner-swiper-container .arrow img{
	width:100%;
}
.banner-swiper-container .prev-arrow{
	left:0;
}
.banner-swiper-container .next-arrow{
	right: 0;
}
.banner-pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    padding-right: 20px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #ddd;
  margin: 0 8px;
  opacity: 1;
  cursor: pointer;
}
.swiper-active-switch {
  background-color: #cf1a15;
}
.banner-swiper-container .title-background {
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
	/* background-color: rgba(0,0,0,.4); */
	border-radius: 0 0 5px 5px;
	width: 100%;
	box-sizing: border-box;
	padding: 40px 20px 28px 20px;
}
.title-background .banner-title{
    font-size:26px;
    font-weight:normal;
    color:#fff;
	text-align: center;
}
.banner-swiper-container .video-btn{
    width:45px;
    position:absolute;
    top:47%;
    right:10%;
    display:none;
}

.vertical-swiper-section{
    border-radius:5px;
    background-color: #ebebeb;	
	height:70px;
	margin-top:11px;
	overflow: hidden;    
	display: none;
}
.vertical-swiper-section .icon{
	width: 60px;
	height: 42px;
	margin-top: 15px;
}
.vertical-swiper-section .left{
	width:106px;	
	float:left;
	position:relative;	
    text-align:center;
}
.vertical-swiper-section .right{
	width:760px;
	height:100%;
	padding:0 0 0 15px;
	float:left;
	box-sizing:border-box;
}
.vertical-swiper-section .split-line{
	display:inline-block;
	width:1px;
	height:40px;
	background-color: #d2d2d2;
	position:absolute;
	top:16px;
	right:0px;
}
.vertical-swiper-section .title{
    color:#666;
    font-size:20px;
    display:block;
    padding:22px 0;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.vertical-swiper-section .swiper-container{
    overflow: hidden;
    height:70px;
    position:relative;
}
.vertical-swiper-section .swiper-container .swiper-slide{
    float:none;
}