/***home_content***/
.home_content{
    width:100%;
    height:500px;
}
.home_content .swiper{
    width:100%;
    height:100%;
    min-width:1280px;
}
.home_content .swiper .swiper-pagination{
    bottom:40px;
}
.home_content .swiper .swiper-slide img{
    width:100%;
    height:500px;
}

.home_content .swiper .swiper-pagination .item{
    width:92px;
    height:4px;
    opacity: 0.1;
    background: #c00005;
    display: inline-block;
    margin-right: 16px;
    cursor: pointer;
}
.home_content .swiper .swiper-pagination .item-active{
    background: #c00005;
    opacity: 1;
    cursor: pointer;
}
.swiper .hide{
    opacity:0;
}
.swiper-button-next,.swiper-button-prev{
    transition:opacity 0.5s;
}
.swiper-button-next:after,.swiper-button-prev:after{
    font-size:20px !important;
    font-weight:800 !important;
}
.home_content .swiper .pre_next{
    background: #ffffff;
    width:48px;
    height:48px;
    border-radius: 24px;
    text-align: center;
    line-height:48px;
    color: #c00005;
    top:226px;
    filter:alpha(opacity=75);
    -moz-opacity:0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}
.pre_left{
    left:calc(50% - 620px);
}
.next_right{
    right:calc(50% - 620px);
}