
.agent-pc .ff_indexPage .mcounter .content_list li p.number .unit,
.agent-pc .ff_indexPage .mcounter .content_list li p.number .counterDX {
    color: #214a9a;
}

.agent-pc .ff_indexPage .mcounter .content_list li .title {
    color: #666;
}
.agent-pc .ff_indexPage .project.ff_slider .owl-dots,
.agent-pc .ff_indexPage .project.ff_slider .owl-nav,
.agent-pc .ff_indexPage .project.ff_slider .dot_wrapper .owl-dot {
    background-color: #214a9a;
}
.ff_indexPage .project.ff_slider .dot_wrapper .owl-dot span {
    color: rgba(255, 255, 255, 0.6);
}
.ff_indexPage .project.ff_slider .dot_wrapper {
    border-color: #214a9a;
}
.ff_indexPage .project.ff_slider .owl-nav [class*="owl-"]:hover .iconfont,
.ff_indexPage .project.ff_slider .dot_wrapper .owl-dot.active span,
.ff_indexPage .project.ff_slider .dot_wrapper .owl-dot:hover span {
    color: #fff;
}

/* tao 2022-9-9 修改 */
.agent-pc .ff_indexPage .module.project .module_container .content_wrapper .more{
    display: block;
    top: auto;
    bottom: -120px;
    font-size:16px;
    color:#333;
    width:auto;
}
.agent-pc .ff_indexPage .module.project .module_container .content_wrapper .more:hover{
    color:#214a9a;
}
.agent-pc .ff_indexPage .module.project .module_container .content_wrapper .more i{
    display: none;
}

/* 2022-9-29 tao 修改 */
.agent-pc .module .wrapper .header .title,.ff_indexPage .module .module_container .container_header .title{
    color:#000;
    font-weight:bold;
}
.agent-pc .mcustomize.tlir .container_content .contentbody .wrapper .description{
    color:#4f4f4f;
}
.agent-pc .ff_indexPage .service.ff_noSlider .item_block{
    width: calc(100%/3 - 67px);
    margin-right: 100px;
}
.agent-pc .ff_indexPage .service.ff_noSlider .item_block .item_img{
    width:auto;
    padding-top:70%;
}
.agent-pc .bodylist.bodyservice .service.ff_noSlider .item_block .item_img{
    width:100%;
    padding-top:70%;
}
.agent-pc .bodylist .npagePage .container_category a{
    color:#4f4f4f;
    font-size:16px;
    padding:0 6px;
}
.agent-pc .bodylist .npagePage .container_category a:hover,.agent-pc .bodylist .npagePage .container_category a.active{
    color:#214a9a;
}
.agent-pc .ff_indexPage .module .module_container .content_wrapper .more{
    top:-31px;
}

/* 2022-10-11 tao 修改 */
.agent-pc .npagePage .ff_pageTarget .container_target{
    font-size:16px;
}

/* 2023-2-14 tao start */
#footer{
    overflow: hidden;
}
#footer a{
    margin-right:10px;
}
#footer .jingbeian a{
    width:auto;
    vertical-align: top;
}
#footer .jingbeian a img{
    height:20px;
    margin-right:6px;
}
/* 2023-2-14 tao end */