.swiper-container{
    margin-top: 10%;

}
.heard_w .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #FFFFFF;
}

.heard_w .swiper-pagination{
    display: flex;
    align-items: center;
    right: 106px;
}
.heard_w .swiper-pagination-bullet{
    margin-right: 20px;
    background: #D8D8D8;
}
#iframepage{
  display:none;
}
.h_bj{
    display: flex;
    justify-content: center;
}
.h_cont>.cont_l{
    margin-right: 174px;
    overflow: hidden;
}
.h_cont>.cont_l>img{
    transition:transform 2s;
}
.h_cont>.cont_l>img:hover{
    transform: scale(1.2,1.2);
}
.h_cont>.cont_r{
    width: 513px;
    position: relative;
}
.cont_r>.contr_dw{
     width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cont_r>.contr_dw>.r_title{
    font-size: 28px;
    font-weight: 600;
    color: #FFF;
    line-height: 40px;
    margin-bottom: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cont_r>.contr_dw>p{
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    line-height: 34px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;  
    overflow: hidden;
}
.cont_r>.contr_dw>.more{
    justify-content: flex-end;
}
.cont_r>.contr_dw>.more>span{
    background: #B1B2B1;
}
.cont_r>.contr_dw>.more>a{
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    line-height: 22px;
}
