.breadcrumb>li+li:before{
    content: ""!important;
}
.p-left{
    padding-left: 0!important;
}

.news_list{
    display: flex;
    padding-right:30px;
    padding-left: 30px;
}
.one_titles{
    width: 20%;
    margin: 7px;
    text-align: center;
    background: #FFF;
    cursor: pointer;
    padding: 10px 15px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:36px;
    color: #474747;
    transition: all .5s;
}
.one_titles:nth-child(1){
    margin-left: 0!important;
}
.one_titles:hover{
    background: #133BB7;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:36px;
    transition: all .5s;
}
.actives{
    background: #133BB7;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:36px;
}
.banet{
    display: flex;
    flex-wrap: wrap;
}
.one_titles{
    width: 18%;
}
.my_news_list{
    background: #FFF;
}
.c-title{
    padding: 50px 0 20px;
    font-size:30px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(0,0,0,1);
}
.c-line{
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 30px;
}
.c-name{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(71,71,71,1);
    line-height:24px;
}
.c-desc{
    padding: 40px 0;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(71,71,71,1);
    line-height:24px;
    opacity:0.8;
}
.c-content{
    padding-bottom: 50px;
}
.swiper-out{
    width: 100%;
    margin-top: 20px;
    margin-left: -15px;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin:0 5px;
    outline: none;
}
.c-big-title{
    text-align: center;
    font-size:30px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(0,0,0,1);
    margin-top: 80px;
    margin-bottom: 30px;
}
.cp{
    position: relative;
    width: 100%;
}
.swiper-button-next,.swiper-button-prev{

    width: 44px!important;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #848586!important;
    outline: none;
    background: #F5F6F9;
    top:35%!important;
}
.swiper-button-next:hover,.swiper-button-prev:hover{
    background: #173CAF;
    color: #FFF!important;
}

.swiper-button-next::after,.swiper-button-prev::after{
    font-size: 25px!important;
}
.swiper-button-next{
    right: -60px!important;
}
.swiper-button-prev{
    left: -60px!important;
}
.products{
    overflow: hidden;
    background: #FFF;
    height: 230px;
    position: relative;
    border: 1px solid #eaeaea;
}
.products img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pro-name{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:30px;
    opacity:0.7;
    text-align: center;
    margin-top: 30px;
}
@media (max-width: 768px) {

    .swiper-button-next,.swiper-button-prev{
        display: none!important;
    }
}

@media (max-width: 480px) {
    .banners{
        height: 150px;
        overflow: hidden;
    }
    .banners img{
        height: 150px!important;
    }
    .c-line {
        border-bottom: 1px dashed #CCCCCC;
        margin-bottom: 20px;
    }
    .c-title {
        padding: 20px 0 13px;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: 300;
        color: rgba(0,0,0,1);
    }
    .one_titles{
        width: 29%;
        padding: 0!important;
    }
    .c-big-title{
        font-size: 20px;
    }
    .banet{
        padding: 0 5px!important;
    }
    .breadcrumb{
        padding-left: 15px!important;
    }
}