/* css */

.agent-pc .ff_topSlider .content_list .item_block,
.agent-pc .ff_topSlider .content_list.owl-loaded,
.agent-pc .ff_indexPage #topSlider,
.agent-pc body #sitecontent {
    height: 100vh !important;
}

.agent-pc #footer {
    padding-right: 50px;

    background: transparent;
}

.agent-pc #footer p {
    width: 100%;

    text-align: right;
}

.agent-pc #footer p span.ellipsis {
    max-width: 100%;
}

.agent-pc body #header {
    box-shadow: none;
}

.agent-pc .ff_topSlider .owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.25);
}

.agent-pc .ff_topSlider .sliderArrow .tab_pages .all_page {
    color: rgba(255, 255, 255, 0.5);
}

.agent-pc .ff_indexPage .project .tab_pages {
    display: none;
}

.agent-pc .ff_indexPage .project .content_list .item_img .item_mask::before {
    left: calc(50% + 2px);
}

.agent-pc .ff_indexPage .project .content_list .item_img::before {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    width: 80px;
    height: 80px;

    content: "";
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
    transform: translate(-50%, -50%);

    opacity: 0;
    border: 2px solid rgba(255, 255, 255, 0.05);
    border-radius: 132px;
}

.agent-pc .ff_indexPage .project .content_list .item_img::after {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    width: 66px;
    height: 66px;

    content: "";
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transform: translate(-50%, -50%);

    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 106px;
}

.agent-pc
    .ff_indexPage
    .project
    .content_list
    .item_block:hover
    .item_img::before {
    width: 136px;
    height: 136px;

    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 0.25);
}

.agent-pc
    .ff_indexPage
    .project
    .content_list
    .item_block:hover
    .item_img::after {
    width: 106px;
    height: 106px;

    border: 2px solid rgba(255, 255, 255, 0.8);
}

.agent-pc
    .ff_indexPage
    .project
    .owl-stage-outer
    .owl-item
    .item_img:hover
    img {
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

.agent-pc .ff_indexPage .module.service {
    height: 100vh !important;
}

.agent-pc .ff_indexPage .project ._dots ._dot:nth-child(1) span.current:before,
.agent-pc .ff_indexPage .project ._dots ._dot:nth-child(1) span.current::after {
    bottom: 33px;
}

.agent-pc .ff_indexPage .project .content_list .owl-prev i:after {
    font-family: mofont !important;
    font-size: 10px;
    font-style: normal;

    position: absolute;
    z-index: 10;
    left: 70px;

    content: "\e642";
    transition: all 0.3s ease-out 0s;

    opacity: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.agent-pc .ff_indexPage .project .content_list .owl-prev:hover i::before {
    content: "\e640";

    opacity: 0;
}

.agent-pc .ff_indexPage .project .content_list .owl-prev:hover i::after {
    left: 0;

    opacity: 1;
}

.agent-pc .ff_indexPage .mlist.project .owl-nav .iconfont {
    margin-top: 1px;
}

.agent-pc .ff_indexPage .project .content_list .owl-next i::before {
    left: 0;
}

.agent-pc .ff_indexPage .project .content_list .owl-next i:after {
    font-family: mofont !important;
    font-size: 10px;
    font-style: normal;

    position: absolute;
    z-index: 10;
    left: -70px;

    content: "\e641";
    transition: all 0.3s ease-out 0s;

    opacity: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.agent-pc .ff_indexPage .project .content_list .owl-next:hover i::before {
    content: "\e63f";

    opacity: 0;
}

.agent-pc .ff_indexPage .project .content_list .owl-next:hover i::after {
    left: 0;

    opacity: 1;
}

.agent-pc .ff_indexPage .content_list .owl-nav .owl-next {
    right: -55px;
}

.agent-pc #shares {
    right: 15px;
    bottom: 5px;

    width: 150px;
    height: auto;
}

.agent-pc #footer p a#flogo {
    margin-left: 3px;
}

.agent-pc #footer p a#flogo img {
    width: 90%;
    height: auto;
}

.agent-pc #footer p #flogodes {
    margin-left: -10px;
}

.agent-pc #shares a::before {
    position: absolute;
    bottom: 14px;
    left: 0;

    width: 1px;
    height: 10px;

    content: "";

    background: rgba(255, 255, 255, 0.2);
}

.agent-pc #shares a:first-child::before {
    display: none;
}

.agent-pc .ff_indexPage .project .owl-stage-outer .owl-item .item_img img,
.agent-pc .ff_pageList .mlist.project .content_list .item_img img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.agent-pc .ff_indexPage .project .owl-stage-outer .owl-item .item_img:hover img,
.agent-pc .ff_pageList .mlist.project .content_list .item_img:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

.agent-pc .ff_indexPage .project ._dots ._dot:nth-child(1) span::before,
.agent-pc .ff_indexPage .project ._dots ._dot:nth-child(1) span::after {
    margin-top: 2px;
}

.agent-pc
    .ff_indexPage
    .mcustomize
    .container_content
    .contentbody
    .description
    a::before {
    bottom: -66px;

    opacity: 0;
}

.agent-pc
    .ff_indexPage
    .mcustomize
    .container_content
    .contentbody
    .description
    a,
.agent-pc
    .ff_indexPage
    .mcustomize
    .container_content
    .contentbody
    .description
    a::before {
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.agent-pc
    .ff_indexPage
    .mcustomize
    .container_content
    .contentbody
    .description
    a:hover::before {
    bottom: -46px;

    opacity: 1;
    color: #fff;
}

.agent-pc
    .ff_indexPage
    .mcustomize
    .container_content
    .contentbody
    .description
    a {
    border-color: rgba(255, 255, 255, 0.8);
}

.agent-pc
    .ff_indexPage
    .mcustomize
    .container_content
    .contentbody
    .description
    a:hover {
    border-color: #fff;
}

.agent-pc
    .ff_indexPage
    .service
    .content_list
    .item_box
    .item_wrapper
    .item_info {
    position: relative;
    top: -50px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.agent-pc
    .ff_indexPage
    .service
    .content_list
    .item_box:hover
    .item_wrapper
    .item_info {
    top: 10px;
}

.agent-pc
    .ff_indexPage
    .mlist.service:not(.imagelink)
    .content_list
    .item_wrapper:hover
    .item_info
    .title,
.agent-pc
    .ff_indexPage
    .mlist.service:not(.imagelink)
    .content_list
    .item_wrapper:hover
    .item_info
    .subtitle {
    padding-left: 35px;
}

.agent-pc
    .ff_indexPage
    .mlist.service:not(.imagelink)
    .content_list
    .item_wrapper:hover
    .details {
    margin-left: 35px;
}

.agent-pc .ff_indexPage .news.mlist .content_list .item_block .details {
    bottom: 47%;

    width: 150px;
    padding-left: 15px;

    transform: translate(23px, 100px);

    color: rgba(255, 255, 255, 0.7);
    border: none;
    border-top: 2px solid #fff;
}

.agent-pc .ff_indexPage .news.mlist .content_list .item_block .details:hover {
    color: #fff;
}

.agent-pc
    .ff_indexPage
    .mlist:not(.imagelink).news
    .content_list
    .item_img
    img {
    display: none;

    width: auto;
    height: auto;
}

.agent-pc .ff_indexPage .news.mlist .content_list .item_block .details:hover {
    background-color: transparent;
}

.agent-pc
    .ff_indexPage
    .news.mlist
    .content_list
    .item_block
    .details
    .fa-angle-right::before {
    position: relative;
    top: 5px;
    left: 44px;

    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.agent-pc
    .ff_indexPage
    .news.mlist
    .content_list
    .item_block
    .details:hover
    .fa-angle-right::before {
    left: 36px;

    opacity: 0;
}

.agent-pc
    .ff_indexPage
    .news.mlist
    .content_list
    .item_block
    .details
    .fa-angle-right::after {
    font-family: mofont !important;
    font-size: 25px;
    font-style: normal;

    position: relative;
    top: 5px;
    left: -30px;

    content: "\e72d";
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    opacity: 0;
    color: #aaa;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.agent-pc
    .ff_indexPage
    .news.mlist
    .content_list
    .item_block
    .details:hover
    .fa-angle-right::after {
    left: 18px;

    opacity: 1;
    color: #fff;
}

.agent-pc .ff_indexPage .news.mlist .content_list .item_wrapper {
    width: 960px;
    margin-top: -10px;
    padding-left: 225px;
}

.agent-pc
    .ff_indexPage
    .mlist:not(.imagelink).news
    .content_list
    .item_wrapper:hover
    .item_info
    .title {
    color: #fff;
}

.agent-pc .mlist:not(.imagelink) .content_list .item_des .description {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.agent-pc
    .ff_indexPage
    .mlist:not(.imagelink).news
    .content_list
    .item_wrapper:hover
    .item_des
    .description {
    color: rgba(255, 255, 255, 0.8);
}

.agent-pc .ff_indexPage .news.mlist .tab_dots ._dot > p:nth-child(2) {
    margin-right: 10px;
}

.agent-pc .ff_indexPage .news.mlist .tab_dots ._dot > p:nth-child(2) .mon {
    font-size: 22px;

    top: 65px;
    right: 22px;
}

.agent-pc
    .ff_indexPage
    .news.mlist
    .content_list
    .item_wrapper
    > .date_wrap
    .d {
    left: -8px;
}

.agent-pc
    .ff_indexPage
    .news.mlist
    .content_list
    .item_wrapper
    > .date_wrap
    .m {
    left: 78px;
}

.agent-pc
    .ff_indexPage
    .mlist:not(.imagelink).team
    .content_list
    .item_block
    > .details {
    top: 480px;

    border: none;
    border-top: 2px solid #fff;
}

.agent-pc
    .ff_indexPage
    .mlist:not(.imagelink).team
    .content_list
    .item_block
    > .details
    .fa-angle-right::before {
    right: -126px;
    bottom: -5px;

    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

/* .ff_topSlider .owl-theme .owl-dots .owl-dot span { position: relative; padding: 0; top: -10px;} */

.agent-pc .ff_topSlider .owl-nav .owl-prev {
    -webkit-transform: translateX(-182px);
    -ms-transform: translateX(-182px);
    transform: translateX(-182px);
}

.agent-pc .ff_topSlider .owl-nav .owl-next {
    -webkit-transform: translateX(142px);
    -ms-transform: translateX(142px);
    transform: translateX(127px);
}

.agent-pc .ff_topSlider .owl-dots {
    bottom: 46px;
}

.agent-pc
    .ff_indexPage
    .mlist:not(.imagelink).team
    .content_list
    .item_block
    > .details {
    line-height: 48px;
}

.agent-pc .ff_indexPage .team.mlist .content_list .item_block .details {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    color: rgba(255, 255, 255, 0.7);
}

.agent-pc .ff_indexPage .team.mlist .content_list .item_block .details:hover {
    color: #fff;
}

.agent-pc
    .ff_indexPage
    .team.mlist
    .content_list
    .item_block
    .details
    .fa-angle-right::after {
    font-family: mofont !important;
    font-size: 25px;
    font-style: normal;

    position: relative;
    top: 5px;
    left: 78px;

    content: "\e72d";
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    opacity: 0;
    color: #aaa;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.agent-pc
    .ff_indexPage
    .team.mlist
    .content_list
    .item_block
    .details:hover
    .fa-angle-right::after {
    left: 126px;

    opacity: 1;
    color: #fff;
}

.agent-pc .ff_indexPage .mlist:not(.imagelink).team .content_list .item_img {
    height: 78.5vh;
}

.agent-pc
    .ff_indexPage
    .team.mlist
    .content_list
    .item_block
    .details:hover
    .fa-angle-right::before {
    right: -105px;

    opacity: 0;
}

.agent-pc
    .ff_indexPage
    .mlist:not(.imagelink).team
    .content_list
    .item_info
    .title {
    font-size: 22px;
}

.agent-pc
    .ff_indexPage
    .mlist:not(.imagelink).team
    .content_list
    .item_info
    .subtitle {
    vertical-align: bottom;
}

.agent-pc #mcontact,
.ff_indexPage .mlist.videom {
    height: 100vh !important;
}

.agent-pc #mcontact .contactinfo p {
    color: rgba(255, 255, 255, 0.6);
}

.agent-pc .ff_sitecontent .ff_pageList .container_header {
    display: block;
    float: left;

    width: auto;
}

.agent-pc .npagePage .ff_pageTarget .container_target {
    display: none;
}

.agent-pc .npagePage .container_header .title {
    font-size: 24px;
}

.agent-pc .ff_pageList .project .content_list .item_img::before {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    width: 80px;
    height: 80px;

    content: "";
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.08s;
    transform: translate(-50%, -50%);

    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 0.05);
    border-radius: 132px;
}

.agent-pc .ff_pageList .project .content_list .item_img::after {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    width: 66px;
    height: 66px;

    content: "";
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transform: translate(-50%, -50%);

    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 106px;
}

.agent-pc .ff_pageList .project .content_list .item_img .item_mask {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 84px;
    height: 84px;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    border-radius: 50%;
    background: #fff;
}

.agent-pc .ff_pageList .project .content_list .item_img .item_mask::before {
    font-family: mofont !important;
    font-size: 25px;
    font-style: normal;

    position: absolute;
    top: 50%;
    left: calc(50% + 2px);

    content: "\e71e";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    color: #292929;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.agent-pc
    .ff_pageList
    .project
    .content_list
    .item_block:hover
    .item_img::before {
    width: 136px;
    height: 136px;

    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 0.25);
}

.agent-pc
    .ff_pageList
    .project
    .content_list
    .item_block:hover
    .item_img::after {
    width: 106px;
    height: 106px;

    border: 2px solid rgba(255, 255, 255, 0.8);
}

.agent-pc .bodylist.bodyproject .content .module_container,
.agent-pc .bodylist.bodyservice .content .module_container,
.agent-pc .bodylist.bodynews .content .module_container,
.agent-pc .bodylist.bodyvideom .ff_sitecontent .module .module_container,
.agent-pc .bodylist.bodyproject .module .module_container {
    width: 90vw;

    transform: translateX(-0.5%);
}

.agent-pc .bodylist .container_category > a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.agent-pc #navWrapper .content .nav > .navitem > a::after {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.agent-pc #navWrapper .content .nav > .navitem > a::before {
    position: absolute;
    top: 50%;
    left: 15px;

    display: inline-block;

    width: 0;
    height: 1px;

    content: "";
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transform: translateY(-2px);

    opacity: 0;
    background: rgba(255, 255, 255, 0.7);
}

.agent-pc #navWrapper .content .nav > .navitem > a:hover::before {
    width: 10px;

    content: "";

    opacity: 1;
}

.agent-pc #navWrapper .content .nav > .navitem > a::after {
    position: absolute;
    top: 50%;
    right: 15px;

    display: inline-block;

    width: 0;
    height: 1px;

    content: "";
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transform: translateY(-2px);

    opacity: 0;
    background: rgba(255, 255, 255, 0.7);
}

.agent-pc #navWrapper .content .nav > .navitem > a:hover::after {
    width: 10px;

    opacity: 1;
}

.agent-pc body #header #navWrapper .content .nav {
    transform: translateY(2px);
}

.agent-pc #navWrapper .content .nav > .navitem > a.active::before,
.agent-pc #navWrapper .content .nav > .navitem > a.active::after {
    transform: translateY(-1px);
}

.agent-pc #navWrapper .content .nav > .navitem > a.active::before,
.agent-pc #navWrapper .content .nav > .navitem > a.active::after {
    opacity: 1;
}

.agent-pc body #navWrapper .content .nav > .navitem .subnav {
    background: #323232;
}

.agent-pc body #navWrapper .content .nav > .navitem > a {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.agent-pc body #navWrapper .content .nav > .navitem .subnav li a:hover {
    color: #fff;
    background-color: #262626;
}

.agent-pc .bodylist.bodyproject .npagePage .ff_pageTarget {
    padding-top: 130px;
}

.agent-pc body #navWrapper .content .nav > .navitem .subnav {
    border-color: #8d8d8d;
}

.agent-pc .mlistpost.project .postInfo .usetdate {
    display: none;
}

.agent-pc .bodyproject #footer p {
    width: 78%;
}

.agent-pc .project.mlistpost .postContent {
    max-width: 100%;
    padding-right: 0;
}

.agent-pc .npagePage.ff_postPage .project .container_content {
    padding-top: 0;
}

.agent-pc .project.mlistpost .postInfo .mainInfor .title {
    line-height: 30px;
}

.agent-pc .project.mlistpost .postInfo {
    padding-bottom: 45px;
}

.agent-pc .project.mlistpost .postInfo .description {
    position: relative;
    left: 0;

    float: right;
    overflow: hidden;

    width: 40%;
    height: 60px;
    margin-top: 35px;
    margin-right: 5vw;
    padding-left: 0;

    text-align: left;
}

.agent-pc .project.mlistpost .postInfo {
    position: fixed;
    z-index: 10;
    top: 100vh;
    right: auto;

    width: 78vw;
    height: 80px;

    transform: translateY(-100%);

    background-color: #363636;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.agent-pc .project.mlistpost #postWrapper .postbody {
    position: relative;
    left: 0;
}

.agent-pc .bodylistpost.bodyproject .module .module_container {
    width: 78vw;
}

.agent-pc .project.mlistpost .postInfo .mainInfor {
    float: left;

    margin-top: 40px;
    margin-left: 5%;
}

.agent-pc .project.mlistpost {
    height: calc(100vh + 80px);
}

.agent-pc .ff_postPage .project.mlistpost .listContent_post h3,
.agent-pc .ff_postPage .project.mlistpost .listContent_post .mlist {
    display: none;
}

.agent-pc .bodylistpost.bodyproject #header {
    border: none;
}

.agent-pc
    .ff_postPage
    .project.mlistpost
    .postbody
    iframe
    body:-webkit-full-page-media {
    background-color: rgba(32, 32, 32) !important;
}

.agent-pc .bodylistpost.bodyproject .npagePage .ff_pageTarget {
    padding-top: 100px;
}

body,
html {
    color: #909090;
}

.agent-pc .bodylistpost.bodyproject .conTabBtn.tabBtn {
    display: none;
}

.agent-pc .ff_postPage .mlistpost.project .owl-nav .owl-next,
.agent-pc .mlist .owl-nav .owl-prev {
    background: transparent;
}

.agent-pc .ff_postPage .mlistpost.project .owl-nav .owl-next:hover,
.agent-pc .ff_postPage .mlistpost.project .owl-nav .owl-prev:hover {
    background: transparent;
}

.agent-pc .bodylist.bodynews .mlist:not(.imagelink) .content_list .item_img {
    width: 36%;
}

.agent-pc .bodylist.bodynews .mlist:not(.imagelink) .content_list .item_block {
    width: 100%;
}

.agent-pc
    .bodylist.bodynews
    .mlist:not(.imagelink)
    .content_list
    .item_wrapper {
    width: 57.5%;
    margin-top: 55px;
    margin-left: 5%;
}

.agent-pc .bodylist.bodynews .content_list .date_wrap .d,
.agent-pc .bodylist.bodynews .content_list .date_wrap .m {
    font-size: 36px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    color: #dadada;
}

.agent-pc .bodylist.bodynews .content_list .date_wrap .time-connect {
    font-size: 0;

    display: none;
}

.agent-pc .bodylist.bodynews .content_list .date_wrap .d::after {
    position: absolute;

    width: 1px;
    height: 16px;
    margin-top: 6px;
    margin-left: -51px;

    content: "";
    transform: rotateZ(35deg) scale(1.414);

    background-color: rgba(255, 255, 255, 0.5);
}

.agent-pc .bodylist.bodynews .content_list .date_wrap .d {
    margin-left: 23px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.agent-pc
    .bodylist.bodynews
    .mlist:not(.imagelink)
    .content_list
    .item_wrapper
    > .date_wrap {
    position: absolute;
    top: 70px;
    right: 0;
}

.agent-pc .bodylist.bodynews .content_list .date_wrap .year {
    display: none;
}

.agent-pc .ff_pageList .news .item_block {
    margin-bottom: 55px;
}

.agent-pc
    .bodylist.bodynews
    .mlist:not(.imagelink)
    .content_list
    .item_info
    .title {
    line-height: 54px;
}

/*.agent-pc .ff_indexPage .module.mcustomize.tril::before {
    position: absolute;

    width: 135vh;
    height: 54vh;

    content: "";
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translate(157vh, 0vh);

    border-radius: 125vh;
    border-radius: 492vh 202vh 847vh 455vh;
    background-color: rgba(255, 255, 255, 0.03);
}*/

.agent-pc .ff_indexPage .module.mcustomize.tril::after {
    position: absolute;
    z-index: 0;

    width: 30vh;
    height: 30vh;

    content: "";
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translate(-16vh, 15vh);

    border-radius: 30vh;
    background-color: rgba(255, 255, 255, 0.01);
}

.agent-pc .bodylist.bodynews .ff_pageList .content::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 510px;

    content: "";

    background-color: #171717;
}

.agent-pc .bodylist.bodynews .module .module_container {
    position: relative;
    z-index: 10;

    width: 70vw;
    padding-top: 80px;
}

.agent-pc .ff_pageList .container_category + .container_content {
    padding-top: 0;
}

.agent-pc .npagePage .container_header .title {
    float: left;

    margin-right: 10px;
}

.agent-pc .npagePage.pageEditor .container_header .title {
    margin-right: 0;
}

.agent-pc .npagePage .container_header .subtitle {
    line-height: 36px;

    float: right;
}

.agent-pc
    .bodylist.bodynews
    .mlist:not(.imagelink)
    .content_list
    .item_des
    .description,
.agent-pc
    .bodylist.bodynews
    .mlist:not(.imagelink)
    .content_list
    .item_info
    .title {
    width: calc(100% - 150px);
}

.agent-pc
    .bodylist.bodynews
    .mlist:not(.imagelink)
    .content_list
    .item_des
    .description {
    line-height: 28px;

    color: #808080;
}

.agent-pc .bodylist.bodyproject .module .module_container,
.agent-pc .bodylist.bodyservice .module .module_container,
.agent-pc .bodylist.bodyimagelink .module .module_container {
    position: relative;
    z-index: 10;

    width: 80vw;
    padding-top: 50px;
}

.agent-pc .bodylist.bodyproject .ff_pageList .content::before,
.agent-pc .bodylist.bodyservice .ff_pageList .content::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 520px;

    content: "";

    background-color: #171717;
}

.agent-pc
    .bodylist.bodynews
    .mlist:not(.imagelink)
    .content_list
    .item_info
    .title {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    color: #e9e9e9;
}

.agent-pc
    .bodylist.bodynews
    .mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .item_info
    .title {
    margin-top: -10px;

    color: #fff;
}

.agent-pc
    .bodylist.bodynews
    .mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .description {
    color: rgba(255, 255, 255, 0.6);
}

.agent-pc
    .bodylist.bodynews
    .mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .date_wrap
    .m,
.agent-pc
    .bodylist.bodynews
    .mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .date_wrap
    .d {
    color: #fff;
}

.agent-pc .bodylistpost.bodynews .postInfo .description {
    display: none;
}

.agent-pc .postbody p {
    line-height: 2em;

    color: #b9b9b9;
}

.agent-pc .ff_postPage .news.mlistpost .postContent {
    float: left;

    width: 80%;
    margin: 0 auto;
    padding: 80px 10% 0;
    padding-top: 0;
}

.agent-pc .npagePage.pageEditor .container_header .title,
.agent-pc .npagePage.pageEditor .container_header .subtitle {
    float: none;
}

.agent-pc .news.mlistpost .listContent_post .content_wrapper {
    display: none;
}

.agent-pc .npagePage#page_contact .container_content {
    padding-top: 80px;
}

.agent-pc .npagePage:not(.post) .team .item_block {
    width: 100%;
    margin-right: 0;
}

.agent-pc .bodylist.bodyteam .ff_pageList .content::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 510px;

    content: "";

    background-color: #171717;
}

.agent-pc .bodylist.bodyteam .module .module_container {
    position: relative;
    z-index: 10;

    width: 70vw;
    padding-top: 80px;
}

.agent-pc .npagePage:not(.post) .team .content_wrapper {
    margin-right: 0;
}

.agent-pc .bodyteam .npagePage .container_content {
    padding-top: 0;
}

.agent-pc
    .bodyteam
    .team
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 10%;

    transform: translateY(-102%);
}

.agent-pc .bodyteam .mlist:not(.imagelink) .content_list .item_info .title {
    font-size: 24px;
    line-height: 48px;

    text-align: left;
}

.agent-pc .bodyteam .mlist:not(.imagelink) .content_list .item_info .subtitle {
    text-align: left;
}

.agent-pc .ff_postPage .team.mlistpost {
    width: 80vw;
    margin: 0 auto;
}

.agent-pc .ff_postPage .team.mlistpost .postContent {
    width: 74%;
    padding-top: 0;
}

.agent-pc .ff_postPage .team.mlistpost .postInfo .title {
    font-size: 24px;
    line-height: 42px;
}

.agent-pc .ff_postPage .team.mlistpost .listWrap {
    position: fixed;

    width: 20%;
}

.agent-pc .team.mlistpost .tabBtn .post-next:not(.empty):hover,
.agent-pc .team.mlistpost .tabBtn .post-prev:not(.empty):hover {
    background-color: #171717;
}

.agent-pc .team.mlistpost .tabBtn .post-prev .details {
    border-color: rgba(170, 170, 170, 0.2);
}

.agent-pc .team.mlistpost .tabBtn .post-next .infor-wrap .title,
.agent-pc .team.mlistpost .tabBtn .post-prev .infor-wrap .title {
    color: #999;
}

.agent-pc .team.mlistpost .tabBtn .post-next .infor-wrap .subtitle {
    font-size: 13px;

    color: #666;
}

.agent-pc .bodylist.bodyvideom .ff_sitecontent .module .module_container {
    position: relative;
    z-index: 10;

    width: 80vw;
    margin: 0 auto;

    transform: translateX(0);
}

.agent-pc .bodyvideom .npagePage .ff_pageTarget {
    margin-top: 185px;
}

.agent-pc .bodylist.bodyvideom .ff_pageList .content::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 520px;

    content: "";

    background-color: #171717;
}

.agent-pc .bodylist.bodyvideom .npagePage .container_content {
    padding-top: 55px;
}

.agent-pc .bodylist.bodyservice .npagePage .container_content {
    padding-top: 5px;
}

.agent-pc .bodylist.bodyimagelink .module .module_container {
    max-width: 80vw;
}

.agent-pc .bodylist.bodyimagelink .npagePage .ff_pageTarget {
    margin-top: 130px;
}

.agent-pc .bodylist.bodyimagelink .imagelink .content_wrapper {
    padding-top: 0;
}

.agent-pc .bodylist .imagelink .content_list .item_block .item_box::after {
    border: none;
}

.agent-pc
    .bodylist
    .imagelink
    .content_list
    .item_block
    .item_wrapper
    .item_info
    .title {
    display: none;
}

.agent-pc .ff_indexPage .mcustomize.tril .container_content .mediabody .image,
.agent-pc .ff_indexPage .mcustomize.tlir .container_content .mediabody .image {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transform: translateX(60px);

    border-radius: 220vw 260vw 200vw 200vw;
}

.agent-pc
    .ff_indexPage
    .mcustomize.tril
    .container_content
    .mediabody
    a:hover
    .image,
.agent-pc
    .ff_indexPage
    .mcustomize.tlir
    .container_content
    .mediabody
    a:hover
    .image {
    border-radius: 132vw 100vw 123vw 83vw;
}

.agent-pc .bodylistpost.bodyproject #footer {
    display: none;
}

.agent-pc .bodyvideom .npagePage .videom .item_block {
    width: calc(100% / 3 - 80px);
    margin-right: 80px;
    margin-bottom: 60px;
}

.agent-pc .bodyvideom .npagePage .videom .item_block:hover {
    cursor: pointer;
}

.agent-pc .bodyvideom .npagePage .videom .item_block .item_img {
    border-radius: 100%;
}

.agent-pc .project.mlistpost {
    margin-top: 20px;
}

.agent-pc .listContent_post > .item_tags {
    margin-top: 30px;
}

.agent-pc .item_tags > a:hover {
    color: #333;
}

.agent-pc .postSlider .tab_content .item_img {
    height: 550px;
}

.agent-pc .bodyindex #shares {
    display: none;
}

.agent-pc .ff_topSlider .sliderArrow {
    right: 10%;
}

.agent-pc .ff_indexPage .module.project .module_container {
    width: 90%;
}

.agent-pc .ff_indexPage .service .container_header {
    position: relative;
    top: 40px;
}

.agent-pc .ff_postPage .team.mlistpost .listContent_post {
    display: none;
}

.agent-pc #mcontact .container_header {
    float: left;
}

.agent-pc .ff_indexPage .mcontact .container_header .title,
.agent-pc .ff_indexPage .mcontact .container_header .subtitle {
    text-align: left;
}

.agent-pc .ff_indexPage .team ._dots ._dot p.page {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.agent-pc .ff_indexPage .team ._dots ._dot.current p.name {
    font-size: 18px;
}

.agent-pc .ff_indexPage .team ._dots ._dot.current p.page {
    line-height: 60px;
}

.agent-pc .mlistpost.service .postInfo .usetdate {
    display: none;
}

.agent-pc .mlistpost.service .mainInfor {
    margin-bottom: 50px;
}

.agent-pc .mlistpost.service .postInfo .title {
    font-size: 22px;
    line-height: 36px;
}

.agent-pc .mlistpost.service .postInfo .subtitle {
    font-size: 13px;
}

.agent-pc .bodylistpost.bodyservice .module .module_container {
    width: 80%;
}

.agent-pc .service.mlistpost .tabBtn .post-next:not(.empty):hover,
.agent-pc .news.mlistpost .tabBtn .post-prev:not(.empty):hover,
.agent-pc .news.mlistpost .tabBtn .post-next:not(.empty):hover {
    background-color: #383838;
}

.agent-pc .service.mlistpost .tabBtn .post-next .infor-wrap .title,
.agent-pc .service.mlistpost .tabBtn .post-prev .infor-wrap .title {
    color: #dcdcdc;
}

.agent-pc .service.mlistpost #postWrapper .listWrap {
    display: none;
}

.agent-pc .service.mlistpost .tabBtn .post-prev .details {
    border-color: rgba(170, 170, 170, 0.2);
}

.agent-pc .service.mlistpost .tabBtn .post-prev:not(.empty):hover {
    background-color: #383838;
}

.agent-pc .longPage.bodylistpost #footer,
.agent-pc .longPage.bodylist #footer {
    background-color: #202020;
}

.agent-pc .longPage.bodylistpost #footer p,
.agent-pc .longPage.bodylist #footer p,
.agent-pc .bodypage #footer p {
    width: calc(100% - 270px);
}

.agent-pc .bodylistpost.bodyservice .postInfo .description {
    display: none;
}

.agent-pc .bodylistpost.bodyservice .postInfo {
    position: fixed;

    float: left;

    width: 20%;
}

.agent-pc .bodylistpost.bodyservice .postbody {
    float: right;

    width: 75%;
    margin-bottom: 70px;
}

.agent-pc .bodylistpost.bodyservice .conTabBtn {
    clear: both;

    width: 100%;
}

.agent-pc .ff_indexPage #mcontact .module_container {
    top: 30%;

    max-width: 88%;

    transform: translateY(0);
}

.agent-pc .ff_indexPage #mcontact .container_content {
    float: right;

    width: 66%;
}

.agent-pc .ff_indexPage #mcontact .contactlist {
    padding-top: 60px;
}

.agent-pc .ff_postPage .news.mlistpost .listWrap .postInfo {
    position: absolute;
    left: 50%;

    width: 100%;
    padding-bottom: 25px;

    transform: translateX(-50%);
    text-align: center;
}

.agent-pc .ff_indexPage #mcontact .contactform {
    width: 56%;
}

.agent-pc .ff_indexPage #mcontact .contactinfo {
    width: 40%;
}

.agent-pc .ff_indexPage #mcontact .contactform .inputtxt {
    width: 90%;
}

.agent-pc .ff_indexPage #mcontact .contactinfo p {
    width: 100%;
}

.agent-pc .ff_indexPage #mcontact .contactform .inputtxt.submit {
    font-size: 15px;

    width: 150px;
    height: 42px;
    margin-top: 20px;

    border-radius: 30px;
}

.agent-pc .ff_indexPage #mcontact #contactinfo .ff_social {
    position: absolute;
    top: 8vh;
    left: 0;
}

.agent-pc .ff_postPage .news.mlistpost .listWrap .postInfo .usetdate {
    font-size: 14px;
    line-height: 32px;
}

.agent-pc .ff_postPage .news.mlistpost {
    padding: 30px 0;
}

.agent-pc .bodylistpost.bodynews .module .module_container {
    width: 80%;
}

.agent-pc .ff_postPage .news.mlistpost .listWrap .postInfo .title {
    font-size: 18px;
}

.agent-pc .ff_postPage .news.mlistpost .listWrap {
    position: absolute;
    left: 50%;

    float: none;

    width: 100%;
    padding-right: 0;

    transform: translateX(-50%);
}

.agent-pc
    .bodylist.bodyvideom
    .content
    .mlist.videom
    .content_list
    .item_img
    .item_mask::before {
    margin-left: 1px;
}

.agent-pc .ff_postPage .news.mlistpost .listContent_post {
    display: none;

    border: none;
}

.agent-pc .ff_sitecontent .pageEditor .module_container {
    width: 66%;
    max-width: 90%;
    padding-bottom: 30px;
}

.vPlayArea .vPlayItem {
    border-color: #353535;
    background-color: #353535;
}

.videoInfor .title {
    color: rgba(255, 255, 255, 0.9);
}

.agent-pc
    .bodylist.bodyvideom
    .content
    .mlist.videom
    .content_list
    .item_img
    .item_mask {
    background: rgba(255, 255, 255, 0.2);
}

.agent-pc .bodyvideom .videom .content_list .item_info .title {
    font-size: 16px;
}

.agent-pc .ff_indexPage .project.ff_noSlider .module_container {
    padding-top: 13%;
}

.agent-pc .ff_indexPage .project.ff_noSlider .content_wrapper {
    padding-top: 40px;
}

.ff_indexPage .project.ff_noSlider .content_list {
    width: 100%;
}

.agent-pc .ff_indexPage .project.ff_noSlider .content_list .item_block {
    width: 24%;
    margin-bottom: 0;
}

@media screen and (max-width: 1370px) {
    .agent-pc .ff_indexPage .project.ff_noSlider .content_list .item_block {
        width: 24%;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .ff_indexPage .project .content_list .item_img .item_mask {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 54px;
        height: 54px;

        transform: translate(-50%, -50%);

        border-radius: 50%;
        background: #fff;
    }
    .agent-pc .ff_indexPage .project .content_list .item_img::after {
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;

        width: 46px;
        height: 46px;

        content: "";
        transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transform: translate(-50%, -50%);

        border: 2px solid rgba(255, 255, 255, 0.5);
        border-radius: 106px;
    }
    .agent-pc
        .ff_indexPage
        .project
        .content_list
        .item_block:hover
        .item_img::before {
        width: 106px;
        height: 106px;

        opacity: 1;
        border: 2px solid rgba(255, 255, 255, 0.25);
    }
    .agent-pc
        .ff_indexPage
        .project
        .content_list
        .item_block:hover
        .item_img::after {
        width: 74px;
        height: 74px;

        border: 2px solid rgba(255, 255, 255, 0.8);
    }
    .agent-pc
        .ff_indexPage
        .mlist:not(.imagelink).team
        .content_list
        .item_info
        .title {
        font-size: 18px;
    }
}

.agent-pc
    .ff_indexPage
    .mlist:not(.imagelink).team.ff_noSlider
    .content_list
    .item_info
    .title {
    font-size: 20px;
}

.agent-pc
    .ff_indexPage
    .mcustomize.initlayout
    .container_content
    .contentbody
    .description {
    float: left;

    margin-top: 50px;
}

.agent-pc .ff_indexPage .mcustomize.initlayout .container_content .mediabody {
    float: right;

    width: auto;
    margin-top: -30px;
}

.ff_indexPage .mlist.team.ff_noSlider .module_container {
    padding-top: 18vh;
}

.agent-pc .ff_indexPage .team.ff_noSlider .content_list {
    overflow: hidden;

    height: 70vh;
    margin-left: calc(8vw - 15px);
}

.agent-pc .ff_indexPage .team.ff_noSlider .content_list .item_block {
    float: left;

    width: 42vw;
    margin-bottom: 30px;
}

.agent-pc .ff_indexPage .mlist.team.ff_noSlider .content_list .item_img {
    height: 32vh;
}

.agent-pc .ff_indexPage .mlist.team.ff_noSlider ._dots {
    display: none;
}

.agent-pc
    .ff_indexPage
    .mlist.team.ff_noSlider
    .content_list
    .item_block
    .item_box
    .item_wrapper {
    top: 50%;
    left: 0;
    left: 2vw;

    width: 18vw;

    transform: translateY(-50%);
}

.agent-pc .ff_indexPage .mlist.team.ff_noSlider .content_list .item_des {
    width: 18vw;
}

.agent-pc
    .ff_indexPage
    .mlist.team.ff_noSlider
    .content_list
    .item_des
    .description {
    overflow: hidden;

    height: 54px;
}

.agent-pc .ff_topSlider .owl-nav .owl-next .iconfont,
.agent-pc .ff_topSlider .owl-nav .owl-prev .iconfont {
    transition: all 0.3s ease-out 0s;

    color: rgba(255, 255, 255, 0.7);
}

.agent-pc .ff_topSlider .owl-nav .owl-next:hover .iconfont,
.agent-pc .ff_topSlider .owl-nav .owl-prev:hover .iconfont {
    color: #fff;
}

.agent-pc .ff_topSlider .owl-theme .owl-dots .owl-dot.active span {
    background-color:#ff0000;
}

.agent-pc #search-list .searchFormGroup input {
    border: 2px solid #717171;
    background: #1f1f1f;
}

.agent-pc #search-list .searchFormGroup .searchSub {
    background: #717171;
}

.agent-pc .searchPage #search-list .searchFormGroup .searchSub {
    color: #fff;
}

.agent-pc .ff_indexPage .project .content_list .item_info .subtitle {
    color: #888;
}

.agent-pc
    .ff_indexPage
    .project
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .item_info
    .subtitle {
    color: #d6d6d6;
}

.agent-pc #topSlider .owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
}

.agent-pc .mlist.service .details .fa-angle-right::before {
    position: relative;
    top: 1px;
}

.agent-pc .mlist.service .details .fa-angle-right {
    padding-left: 8px;
}

.agent-pc #pages .page-item {
    transition: all 0.3s ease-out 0s;

    border: none;
}

.agent-pc .news.mlistpost .tabBtn .post-prev .details {
    border-color: rgba(170, 170, 170, 0.2);
}

.agent-pc .news.mlistpost .tabBtn .post-prev .infor-wrap .subtitle,
.agent-pc .news.mlistpost .tabBtn .post-next:not(.empty) .infor-wrap .subtitle {
    height: 0;
}

/* 06-06 */
/* css */

.agent-pc .npagePage.ff_pageList #banner {
    position: relative;
    z-index: 9;

    padding-top: 81px;
}

.agent-pc .imagelink .content_list .item_block .item_box:after {
    display: none;
}

.agent-pc .ff_sitecontent .imagelink .module_container {
    width: 80%;
    max-width: 80%;
}

.agent-pc .imagelink .content_list .item_block .item_wrapper .item_info .title {
    display: none;
}

.agent-pc .ff_indexPage .team ._dots .owl-nav .owl-next i:before,
.agent-pc .ff_indexPage .mlist.videom .owl-nav .owl-next i::before {
    content: "\e63f";

    color: rgba(255, 255, 255, 0.7);
}

.agent-pc .ff_indexPage .team ._dots .owl-nav .owl-prev i:before,
.agent-pc .ff_indexPage .mlist.videom .owl-nav .owl-prev i::before {
    content: "\e640";

    color: rgba(255, 255, 255, 0.7);
}

.agent-pc .ff_indexPage .team ._dots .owl-nav .owl-next:hover,
.agent-pc .ff_indexPage .team ._dots .owl-nav .owl-prev:hover {
    width: 70px;
}

.agent-pc .ff_indexPage .team ._dots .owl-nav .owl-next:hover i::before,
.agent-pc .ff_indexPage .team ._dots .owl-nav .owl-prev:hover i::before {
    color: #fff;
}

.agent-pc .ff_indexPage .mlist.videom .content_list .owl-nav .owl-next {
    right: -10px;
}

.agent-pc
    .ff_indexPage
    .mlist.videom
    .owl-nav
    .owl-prev:hover
    .iconfont::before {
    color: #fff;
}

.agent-pc .ff_indexPage .mlist.videom .owl-nav .owl-next:hover i::before {
    color: #fff;
}

.agent-pc .ff_indexPage .mlist.videom .owl-nav .owl-prev {
    margin-left: 40px;
}

.agent-pc .bodylist.bodyservice .module .module_container {
    padding-top: 20px;
}

.agent-pc
    .bodylist.bodyservice
    .mlist.service:not(.imagelink)
    .content_list
    .item_wrapper:hover
    .item_info
    .subtitle {
    padding-left: 0;
}

.agent-pc
    .ff_indexPage
    .news.mlist
    .content_list
    .owl-nav
    .owl-next:hover
    i::before {
    content: "\e63c";
}

.agent-pc
    .ff_indexPage
    .news.mlist
    .content_list
    .owl-nav
    .owl-prev:hover
    i::before {
    content: '"\e63d"';
}

.agent-pc .ff_indexPage .news.mlist .content_list .owl-nav .owl-prev:hover {
    height: 50px;
}

.agent-pc .ff_indexPage .news.mlist .content_list .owl-nav {
    right: 50px;
}

.agent-pc .ff_indexPage .ff_topSlider .content_list .item_block a div {
    display: table-cell;
}

.agent-pc .ff_topSlider .content_list .owl-item.active .item_block p {
    max-width: 80vw;
}

.agent-pc .bodyproject .ff_postPage .postSlider .tab_button .item_img {
    height: auto;
}

.agent-pc .project.mlistpost .postInfo .description {
    border: none;
}

.agent-pc .bodyvideom .videom .content_list .item_info .title {
    line-height: 38px;
}

.agent-pc .ff_indexPage .news.mlist .content_list .owl-nav .owl-next i::before,
.agent-pc .ff_indexPage .news.mlist .content_list .owl-nav .owl-prev i::before {
    color: rgba(255, 255, 255, 0.7);
}

.agent-pc
    .ff_indexPage
    .news.mlist
    .content_list
    .owl-nav
    .owl-next:hover
    i::before,
.agent-pc
    .ff_indexPage
    .news.mlist
    .content_list
    .owl-nav
    .owl-prev:hover
    i::before {
    color: #fff;
}

@media screen and (max-width: 1366px) {
    .agent-pc .ff_indexPage .team ._dots .owl-nav .owl-next {
        right: -42px;
    }
}

.agent-pc .ff_indexPage #topSlider {
    background-color: #202020;
}

.agent-pc .bodyvideom .npagePage .videom .item_block .item_img {
    transform: translate3d(0, 0, 0);
}

.agent-pc .ff_indexPage .imagelink {
    height: 100vh !important;
}

.agent-pc .ff_indexPage .imagelink .content_list .owl-nav .owl-next,
.agent-pc .ff_indexPage .imagelink .content_list .owl-nav .owl-next:hover {
    background: transparent;
}

.agent-pc .ff_indexPage .imagelink .owl-dots {
    display: none;
}

.agent-pc .bodyproject .ff_postPage .postSlider .tab_content .item_img {
    height: auto;
}

.agent-pc .bodyproject .ff_postPage .postSlider .tab_content .item_img img {
    height: auto;
}

.agent-pc .ff_indexPage .mlist.project.ff_noSlider .content_list .item_img img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.agent-pc
    .ff_indexPage
    .mlist.project.ff_noSlider
    .content_list
    .item_block:hover
    .item_img
    img {
    filter: none;
}

.agent-pc .ff_indexPage .mlist.videom .owl-carousel .owl-dots {
    display: none;
}

.agent-pc
    .bodylist.bodyservice
    .mlist.service:not(.imagelink)
    .content_list
    .item_wrapper {
    width: 100%;
}

.agent-pc .ff_indexPage .team.ff_noSlider .content_list .item_block > .details {
    display: none;
}

.agent-pc iframe {
    max-width: 100%;
}

/* 2019-08-08 11:51:36 */
.bodylist.longPage .module.service,
.bodylist.longPage #banner + #pageTarget + .content .module.service {
    height: auto;
}
.bodylist.longPage #banner + #pageTarget + .content:before {
    display: none;
}
.bodylist.longPage #pages {
    padding-top: 90px;
}

/* 2019/11/05 yyq 修改 新编辑器样式*/
.agent-pc .bodypage #sitecontent,
.agent-pc .bodylistpost #sitecontent {
    padding-top: 81px;
    padding-bottom: 44px;
    height: auto !important;
}
.agent-pc .bodylistpost.bodyproject .npagePage .ff_pageTarget {
    padding-top: 19px;
}
#page_about {
    margin-top: 0;
}
/* 2019/11/05 yyq 修改 新编辑器样式*/

.ff_indexPage .mlist:not(.imagelink).team .content_list .item_img img {
    max-width: initial;
}

.bodylist.bodyservice
    .mlist.service.ff_noSlider
    .content_list
    .item_block
    .item_wrapper {
    opacity: 0;
}

.bodylist.bodyservice
    .mlist.service.ff_noSlider
    .content_list
    .item_block.active
    .item_wrapper,
.bodylist.bodyservice .mlist.service .content_list .item_block:first-child {
    opacity: 1;
}
