








/*  2020-05-19  邱和利的修改 以下  */





.agent-mobile .imagelink ul {

    width: auto !important;

}





.agent-mobile .imagelink ul {

    height: 80px;

}



.agent-mobile .imagelink .content_list li.wow {

    float: none;

}





.agent-mobile .npagePage .mlist {

    padding-top: 45px;

}





@media screen and (min-width:415px) and (max-width:768px){





    .agent-mobile .imagelink ul {

        max-width: 70%;

    }

    

}

/* 2020/08/26 yyq 修改 */
.ff_topSlider .owl-dots .owl-dot {
    margin-right: 24px;
    position: relative;
}

.ff_topSlider .owl-dots .owl-dot:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #333;
    position: absolute;
    border-radius: 100%;
    left: 50%;
    bottom: 50%;
    transform: scale(0, 0);
    transform-origin: center;
    transition: all 0.36s ease;
    text-align: center;
    margin-left: -9px;
    margin-bottom: -9px;
}

.agent-pc .ff_topSlider .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
    background: #333;
    border: none;
    margin: 5px;
    border-radius: 100%;

}

.ff_topSlider .owl-dots .owl-dot span::after {
    display: none;
}

.ff_topSlider .owl-dots .active.owl-dot:before, 
.ff_topSlider .owl-dots .owl-dot:hover::before {
    transform: scale(1, 1);
}

.agent-pc .ff_topSlider .owl-dots .active.owl-dot span, 
.agent-pc .ff_topSlider .owl-dots .owl-dot:hover span {
    height: 4px;
}

.ff_topSlider .owl-dots {
    bottom: 60px;
}

#sliderDirThemb {
    display: none;
}

.ff_topSlider .content_list .owl-nav .owl-prev {
    left: -50px;
}

.ff_topSlider .content_list .owl-nav .owl-next {
    right: -50px;
}

.ff_topSlider .owl-nav .owl-next, 
.ff_topSlider .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0.2);
}

.ff_topSlider .owl-nav [class*="owl-"] .iconfont::before {
    color: #fff;
}

.ff_topSlider .content_list:hover .owl-nav .owl-prev {
    left: 0;
}

.ff_topSlider .content_list:hover .owl-nav .owl-next {
    right: 0;
}
/* 2020/08/26 yyq 修改 */