
/* 2023-1-12 tao 修改 */
.agent-pc .ff_indexPage .project .module{
    padding-top:0;
    padding-bottom:0;
}
.agent-pc .cursor {
    display: none;
}

/* 2023-01-30 Fu */
.agent-pc body #navWrapper .content .nav > .navitem .subnav li a {
    width: 100%;
}

.agent-pc .ff_indexPage .team .container_header {
    display: flex;
    flex-direction: column-reverse;
}

.agent-pc .ff_indexPage .team .container_header .subtitle {
    line-height: 1.2;
}

.agent-pc .ff_indexPage .news,
.agent-pc .ff_indexPage .team_tabs,
.agent-pc .ff_indexPage .team {
    padding-top: 80px;
    padding-bottom: 100px;
}

.agent-pc .ff_indexPage .team .container_header .title {
    position: static;
}

/* 2023-6-12 tao start */
.agent-mobile .service .m_container .bx-controls-direction{
    display: block;
}

.agent-mobile .service .bx-wrapper .bx-controls-direction{
    display: flex;
    justify-content: center;
    align-items: center;
}
.agent-mobile .service .bx-wrapper .bx-controls-direction a.bx-prev{
    position:static;
    margin-right:40px;
    margin-top:0;
}

.agent-mobile .service .bx-wrapper .bx-controls-direction a.bx-next{
    position:static;
    margin-top:0;
}

.agent-mobile .bodyindex .imagelink .mlist .content{
    margin-top:0;
}
/* 2023-6-12 tao end */
