

/******************************************************************************************************************************************************************************************************************************************/



.index_fl6_anl_2.openfuyao {
    margin-top: 60px;
}

.index_wrap_fl6_2.openfuyao {
    padding-bottom: 60px;
    width: 1200px;
    margin: 0 auto;
}

.openfuyao .index_wrap_fl6_main_2 {
    position: relative;
}

.openfuyao .fl6-digSwiper_2Bak {
    overflow: hidden;
}

.openfuyao .fl6-digSwiper_2Bak ul {
    margin-top: 50px;
}

.openfuyao .fl6-digSwiper_2Bak .swiper-pagination2_2{
    
    margin: 20px auto 0;
    text-align: center;
}
.openfuyao .fl6-digSwiper_2Bak .swiper-pagination2_2 span {
    width: 28px;
    height: 4px;
    border-radius: 0;
    background-color: #2372F9;
}


.openfuyao .fl6-digSwiper_2Bak ul li {
    float: left;
    background-color: #fff;
    margin: 0 7px;
    width: 286px;
    height: 270px;
    position: relative;
    overflow: hidden;
    border: 0px solid #f00;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 1px rgba(215, 217, 225, 0.5);
    border-radius: 8px;
    transition: all .3s ease-out;
    cursor : pointer;
}

.openfuyao .fl6-digSwiper_2Bak ul li:hover {
    box-shadow: 0 6px 16px 2px rgb(7 12 20 / 8%);
    transform: translateY(-8px);
}



.openfuyao .index_wrap_fl6_main_2 .swiper-button-prev_2 {
    left: -70px;
    width: 46px;
    height: 46px;
    background: #FFFFFF;

    box-shadow: 0px 0px 4px 2px rgba(188, 192, 195, 0.22);

    border-radius: 100px;
    
    background-image: url(../../images/index_new/l.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.openfuyao .index_wrap_fl6_main_2 .swiper-button-prev_2:hover{
    
    background-image: url(../../images/index_new/l_h.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border: 0px solid #2372F9;
}

.openfuyao .index_wrap_fl6_main_2 .swiper-button-next_2 {
    right: -70px;
    width: 46px;
    height: 46px;
    background: #FFFFFF;

    box-shadow: 0px 0px 4px 2px rgba(188, 192, 195, 0.22);

    border-radius: 100px;
    background-image: url(../../images/index_new/r.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.openfuyao .index_wrap_fl6_main_2 .swiper-button-next_2:hover{
    
    background-image: url(../../images/index_new/r_h.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border: 0px solid #2372F9;
}


.openfuyao .index_wrap_fl6_main_2 .swiper-button-prev_2, .index_wrap_fl6_main_2 .swiper-button-next_2
    {
    top: 150px;
    margin-top: 0;
    font-size: 60px;
    line-height: 39px;
    color: #fff;
    text-align: center;
    position: absolute;
}




.openfuyao .fl6_card_2 {
    display: block;
    width: 286px;
    height: 270px;
    background: #FDFEFF;
    border-radius: 12px;
    box-shadow: 0px 2px 14px 0px rgba(81,115,174,0.08);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.openfuyao .fl6_card_2 .D_Block_img {
    width: 150px;
    height: 150px;
    padding: 0px 0px 0;
    position: unset;
    margin: 0 auto;
}

.openfuyao .fl6_card_2 .D_Block_img div {
    width: 85%;
    height: auto;
    position: absolute;
    z-index: 9;
}
.openfuyao .fl6_card_2 .D_Block_img div span {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    display: block;
    margin-top: 100px;
    margin-left: 24px;
    min-height: 28px;
}
.openfuyao .fl6_card_2 .D_Block_img div span:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    display: block;
    margin-top: 4px;
    width: auto;
}
.openfuyao .fl6_card_2 .D_Block_img:after {

    content: none;
}
.openfuyao .fl6_card_2 .D_Block_img img {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    position: relative;
}


.openfuyao .fl6_card_2 .D_Block_tit {
    font-size: 20px;
    font-weight: bold;
    color: #323437;
    line-height: 24px;
    padding: 12px 16px 3px;
    
    
}

.openfuyao .fl6_card_2 .D_Block_desc {
    width: auto;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #646669;
    line-height: 24px;
    padding: 10px 16px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.openfuyao .D_Block_btn {
	width : auto;
    padding: 0 16px 0;
    text-align: left;
    height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    position: relative;
}

.openfuyao .D_Block_btn:after {
    content: " ";
    width: 13px;
    height: 16px;
    top: 3px;
    right: 17px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: none;
}
