/* 首页头部 */
.index-header {
    position: relative;
    z-index: 1;
}

.index-header .header-bg {
    width: 100vw;
    z-index: 1;
}

.index-header .header-wrap {
    width: 1200px;
    margin: auto;
    padding-top: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.index-header .header-wrap .header-logo {
    height: 60px;
}

/* 首页轮播图部分 */
.index-swiper {
    position: relative;
    width: 1200px;
    height: 320px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(11, 22, 42, 0.08);
    border-radius: 2px;
    margin: -150px auto 0;
    z-index: 99;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-swiper .swiper-wrap {
    height: 280px;
    width: 560px;
    border: 1px solid #ececec;
}

.index-swiper .swiper-wrap .index-swiper-item {
    height: 280px;
    width: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.index-swiper .swiper-wrap .index-swiper-item .swiper-item-img {
    width: 100%;
}

.index-swiper .swiper-wrap .index-swiper-item .swiper-item-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 560px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    padding: 0 200px 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
	color:#fff;
}

.index-swiper .swiper-list {
    width: 560px;
}

.index-swiper .swiper-list .swiper-list-one {
    padding-bottom: 14px;
}

.index-swiper .swiper-list .swiper-list-one .title {
    font-size: 22px;
    font-weight: bold;
    color: #BE0806;
    text-align: center;
    margin-bottom: 10px;
}

.index-swiper .swiper-list .swiper-list-one .content {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: rgba(0, 0, 0, 0.6);
}

.index-swiper .swiper-list .swiper-list-one .content .detail {
    font-size: 16px;
    color: #BE0806;
    text-indent: 0;
    cursor: pointer;
}

.index-swiper .swiper-list .swiper-list-one .content::before {
    content: '';
    float: right;
    width: 0px;
    height: calc(100% - 30px);
}

.index-swiper .swiper-list .swiper-list-one .content .detail1 {
    float: right;
    clear: both;
}

.index-swiper .swiper-list .swiper-list-common {
    font-size: 19px;
    line-height: 20px;
    color:#333;
    padding: 20px 0;
   // border-top: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.index-swiper .swiper-list .swiper-list-more {
    font-size: 18px;
    color: #BE0806;
    text-align: center;
    cursor: pointer;
}

/* 新闻列表 */
.index-news {
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-news .index-news-item {
    width: 387px;
}

.index-news .index-news-item .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #F1F1F1;
    font-size: 18px;
    color: #999999;
}

.index-news .index-news-item .title-box .title {
    font-size: 24px;
    color: #FFFFFF;
    padding: 7px 11px;
    background: #BE0806;
}

.index-news .index-news-item .list-box {
    padding: 20px 10px;
    background-color: rgba(241, 241, 241, 0.3);
    height: 300px;
    box-sizing: border-box;
}

.index-news .index-news-item .list-box .list-item {
    font-size: 19px;
    line-height: 22px;
    // color: rgba(0, 0, 0, 0.6);
	color: #333333;
    margin-bottom: 20px;
}

.index-news .index-news-item .list-box .list-item:last-child {
    margin-bottom: 0;
}

/* 平台 */
.index-panel {
    width: 1200px;
    margin: 40px auto 0;
    padding-bottom: 40px;
}

.index-panel .panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-panel .panel-title .line {
    height: 3px;
    background: #BE0806;
    flex: 1;
}

.index-panel .panel-title .box {
    width: 220px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #BE0806;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 6px;
}

.index-panel .panel-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 20px;
}

.index-panel .panel-box .panel-item{
    width: 286px;
    height: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-panel .panel-box .panel-item img{
    width: 100%;
}