
@media screen and (max-height: 700px) {

    .bodyindex .videom .container_content .item_block .item_wrapper {

        display: block;

    }

    .bodyindex .videom .container_content .item_block .item_des {

        display: none;

    }

    .bodyindex .videom .tab_content .item_block .item_wrapper {

        padding-top: 22px;

    }

    .bodyindex .videom.ff_slider .tab_content .item_block .details {

        display: none;

    }

}




/* 2019.04.30修改 */
.bodyindex .mcounter .container_content {
    -webkit-transform: translateY(-134%);
    transform: translateY(-134%);
}

.bodyindex .mcounter.module .content_list li .title,
.bodyindex .mcounter.module .content_list li .unit {
    color: #fff;
}

.bodyindex .mcounter .container_content .number .counterDX {
    color: #fff;
    font-weight: 900;
}

.bodyindex .mcounter .content_list {
    -webkit-transform: translateX(-36%) translateY(-50%);
    transform: translateX(-36%) translateY(-50%);
}

.agent-mobile,
.agent-mobile body,
#header {
    max-width: none;
}

.agent-mobile .mcustomize {
    background: none !important;
}

/* 2019.04.30修改 */

/* 2020/02/10 yyq 修改 */
@media screen and (max-width:1366px) {

    .bodyindex .team.ff_noSlider .container_content .item_block,

    .bodylist.bodyteam .container_content .item_block {

        width: calc(100% / 3 - 8%);

        margin-right: 8%

    }

}
.agent-mobile .mlistpost.project .postbody iframe {
    width: 100%;
}
.agent-mobile .news .item_img {
    display: block;
}
.agent-mobile .news .item_block .item_info .title {
    margin: 5px 0;
}
/* 2020/02/10 yyq 修改 */


/* 2020/02/11 yyq 修改 */
/* 以下移动端 */
.module.mcounter ul.content_list li p.number .counterDX {
    display: block;
}
.agent-mobile .news .content_list .item_wrapper .date_wrap {
    display: none;
}
.agent-mobile .news .content_list .item_wrapper .item_des {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 14px;
    height: 42px;
}
.agent-mobile .npagePage .service .item_block .item_img img {
    width: 100%;
}
.agent-mobile .npagePage .service .item_block .item_des {
    color: #999;
    line-height: 22px;
}
.dropmenu ul li {
    display: inline-block;
    width: auto;
    float: none;
}
.agent-mobile .dropmenu ul li a {
    background: transparent;
    color: #999;
    padding: 0 18px;
}
.agent-mobile #category .cate-label,
.agent-mobile #category .cate-title {
    display: none;
}
.agent-mobile #category .cate-box {
    transform: none;
    transition: none;
    height: auto;
}
.cate-box .transform {
    height: auto !important;
    white-space: nowrap;
    overflow-y: hidden;
    padding: 0 !important;
    margin: 0;
}
.dropmenu ul li a.active {
    background: transparent;
    color: #303030;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
}
/* 以下PC端 */
.bodylist.bodyservice .container_content .item_block .subtitle {
    display: block;
}
/* 2020/02/11 yyq 修改 */


/* 2020/02/17 yyq 修改 */
#navMini,
#headTop>#openBtn {
    display: none;
}
#header,
#navWrapper {
    display: block;
}

#header {
    border: none;
}

#navWrapper .navitem {
    float: left;
}
#navWrapper .navitem a {
    color: #999;
    padding: 0 34px;
    line-height: 50px;
    font-size: 15px;
    position:relative;
    transition: all 0.36s ease;
    display: inline-block;
}
#navWrapper .navitem .subnav {
    position:absolute;
    top: 80%;
    background: #fff;
    border-top: 4px solid #666;
    opacity: 0;
    visibility: hidden;
    transition: 0.36s ease;
}
#navWrapper .navitem .subnav a:hover {
    background: #666;
    color: #fff;
}
.search_wrap {
    display: none
}
#headTop {
    float: left;
}
#navWrapper {
    float: right;
}
body #header .wrapper > .content {
    max-width: 88%;
    margin: 0 auto;
    padding: 20px;
}
body #navWrapper .content .nav>.navitem>a.active,
body #navWrapper .content .nav>.navitem:hover>a {
    background: #666;
    color: #fff;
    
}
body #navWrapper .content .nav>.navitem:hover .subnav {
    opacity: 1;
    visibility: visible;
}
/* 2020/02/17 yyq 修改 */


/* 2021/07/07 yyq 修改 */
.ff_topSlider .slider_canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* 2021/07/07 yyq 修改 */