
@charset "utf-8";

/*首页团队*/
.mlist.team_tabs .tab_button .content_list li.active > .wrapper {
    background-color: #0072d4;
}
.mlist.team_tabs .tab_button .content_list li.active > .wrapper .title {
    color: #fff;
}

/*联系我们*/
#contactform p .inputtxt.submit:hover {
    border-bottom: 0;
}

.agent-mobile #header,
.content,
.footer {
    margin-bottom: 40px;
}

.agent-mobile .item_block.wow {
    visibility: visible !important;
}
.agent-mobile .wow {
    visibility: visible !important;
}

/*页码*/
#pages a i {
    line-height: 40px;
}
#pages a.active,
#pages a:hover {
    background-color: #0072d4;
    color: #fff;
}

.agent-pc .module .container_category a {
    display: inline-block;
}

.agent-pc .mlist.project .content_list li .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.agent-pc .mlist.project .content_list li .item_img:after {
    content: "";
    display: block;
    padding-top: calc(418 / 638 * 100%);
}

.agent-mobile .mm-project .content_list li .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.agent-mobile .mm-project .content_list li .item_img:after {
    content: "";
    display: block;
    padding-top: calc(418 / 638 * 100%);
}

.agent-mobile .npagePage .mm-project .content_list li .item_tags {
    display: none;
}
.agent-mobile .mm-project .content_list li {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

/* 2025-8-25 tao start */
#online_open,#online_lx,#shares {
  display: none;
}

/* 2025-8-25 tao end */
