.top-section{
    margin-top:15px;
    display:none;
}
.top-btn{
    color:#CF1A15;
    border:1px solid #CF1A15;
    border-radius:3px;
    display:inline-block;
    padding:1px 5px;
    font-size:12px;
}
.top-box{
	font-size: 0;
	margin-top: 2px;
}
.top-item{
    font-size:0;
    margin-top:6px;
    box-sizing: border-box;
}
.top-item .left{
    display:inline-block;
    width:20px;
    font-size:14px;
    /* color:#CF1A15; */
    color: #aaa;
    position:relative;
    top:-7px;
}
.top-item .right{
    display:inline-block;
    width:850px; /* 兼容IE8 */
    width:calc(100% - 20px);
	overflow: hidden;
}
.top-item .top-wrapper{
	font-size: 0;
}
.top-item .title{
    display:inline-block;
    color:#222;
    font-size:18px;
    font-weight:normal;
	font-family: 'Microsoft YaHei', sans-serif;
    word-break:keep-all;
	white-space:nowrap;
	cursor: pointer;
	transition-property: transform;
	transition-timing-function: linear;
}
.top-swiper-container{
    height:23px;
    overflow: hidden;
}
.top-swiper-container .swiper-slide{
    float:none;
}

.banner-section{
	min-height:500px;
}
.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:493px;
    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;
}

.clear-float{
	clear: both;
}

.today-recommend{
    margin-top:15px;    
}
.recommend-head{
    overflow:hidden;
    background-color:#f5f5f5;
}
.label-icon{
    padding:7px 30px;
    background-color:#fff;
    border:2px solid #f5f5f5;
    display:inline-block;
    color:#CF1A15;
    font-size:20px;
}

.more-home-news{
    margin:20px 0;
}

.suspend{
	width:150px;
	height:137px;
	position:fixed;
	top:290px;
	left:1325px;
	background-color: #fff;
	z-index:99;
}
.suspend .close-btn {
    width: 16px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 2;
    cursor: pointer;
}
.home-left-top{
	margin-top:15px;
}
.home-left-center{
	margin-top:20px;
}
.more-recommend{
	font-size: 14px;
	display: inline-block;
	color: #999;
	margin: 13px 0 0 15px;
	vertical-align: top;
}

.left-top-swiper-container{
	height:93px;
    overflow: hidden;
    position:relative;
}
.left-top-swiper-container .swiper-slide{
	position: relative;
	width: 100%;
}
.left-top-swiper-container img{
    width:100%;
    height:93px;
    border:0;
}
